Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 15 Oct 2000 22:52:12 +0000 (22:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Oct 2000 22:52:12 +0000 (22:52 +0000)
2000-10-13  Andreas Schwab  <schwab@suse.de>

* elf/elf.h (R_IA64_PCREL60B): Add relocation.

ChangeLog
elf/elf.h

index b3df86a..df657d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5ca4454..12168c1 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -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 */