Skip to content

Commit

Permalink
* elf/elf.h (R_M32R_REL32): New macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Nov 8, 2005
1 parent ce30652 commit 7fe72b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-11-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

* elf/elf.h (R_M32R_REL32): New macro.

2005-11-05 Marcus Brinkmann <marcus@gnu.org>

* sysdeps/mach/hurd/bits/stat.h (S_IMMAP0): New macro.
Expand Down
1 change: 1 addition & 0 deletions elf/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -2569,6 +2569,7 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_M32R_SDA16_RELA 42 /* 16 bit offset in SDA */
#define R_M32R_RELA_GNU_VTINHERIT 43
#define R_M32R_RELA_GNU_VTENTRY 44
#define R_M32R_REL32 45 /* PC relative 32 bit. */

#define R_M32R_GOT24 48 /* 24 bit GOT entry */
#define R_M32R_26_PLTREL 49 /* 26 bit PC relative to PLT shifted */
Expand Down

0 comments on commit 7fe72b7

Please sign in to comment.