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

This commit is contained in:
Roland McGrath 2005-11-08 01:53:36 +00:00
parent ce30652843
commit 7fe72b72ea
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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 */