mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* elf/elf.h (R_M32R_REL32): New macro.
This commit is contained in:
parent
ce30652843
commit
7fe72b72ea
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user