diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/elf.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-10-13 Andreas Schwab <schwab@suse.de> + + * elf/elf.h (R_IA64_PCREL60B): Add relocation. + 2000-10-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/hppa/brk.c: Cleanups. @@ -1870,6 +1870,7 @@ typedef Elf32_Addr Elf32_Conflict; #define R_IA64_FPTR32LSB 0x45 /* @fptr(sym + add), data4 LSB */ #define R_IA64_FPTR64MSB 0x46 /* @fptr(sym + add), data8 MSB */ #define R_IA64_FPTR64LSB 0x47 /* @fptr(sym + add), data8 LSB */ +#define R_IA64_PCREL60B 0x48 /* @pcrel(sym + add), brl */ #define R_IA64_PCREL21B 0x49 /* @pcrel(sym + add), ptb, call */ #define R_IA64_PCREL21M 0x4a /* @pcrel(sym + add), chk.s */ #define R_IA64_PCREL21F 0x4b /* @pcrel(sym + add), fchkf */ |