aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-09-02 02:24:02 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-09-02 02:24:02 +0000
commit6785ddd1ac870cdf7721dc3d1fcf377e043a9a9f (patch)
treebf52a741eec4654ba35049da210839ba84bd7209
parent44576e1fc1f5dd2652ea7479b699f35371a48577 (diff)
downloadgdb-6785ddd1ac870cdf7721dc3d1fcf377e043a9a9f.zip
gdb-6785ddd1ac870cdf7721dc3d1fcf377e043a9a9f.tar.gz
gdb-6785ddd1ac870cdf7721dc3d1fcf377e043a9a9f.tar.bz2
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New relocs. (R_SH_FIRST_INVALID_RELOC): Adjust.
-rw-r--r--include/elf/ChangeLog6
-rw-r--r--include/elf/sh.h10
2 files changed, 15 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index b1f69f6..1367e2c 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-01 Alexandre Oliva <aoliva@redhat.com>
+
+ * sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
+ R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New relocs.
+ (R_SH_FIRST_INVALID_RELOC): Adjust.
+
2000-08-14 Jim Wilson <wilson@cygnus.com>
* elf/ia64.h (EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP,
diff --git a/include/elf/sh.h b/include/elf/sh.h
index ae09698..c226e43 100644
--- a/include/elf/sh.h
+++ b/include/elf/sh.h
@@ -63,7 +63,15 @@ START_RELOC_NUMBERS (elf_sh_reloc_type)
RELOC_NUMBER (R_SH_DIR8BP, 7)
RELOC_NUMBER (R_SH_DIR8W, 8)
RELOC_NUMBER (R_SH_DIR8L, 9)
- FAKE_RELOC (R_SH_FIRST_INVALID_RELOC, 10)
+ RELOC_NUMBER (R_SH_GOT32, 10)
+ RELOC_NUMBER (R_SH_PLT32, 11)
+ RELOC_NUMBER (R_SH_COPY, 12)
+ RELOC_NUMBER (R_SH_GLOB_DAT, 13)
+ RELOC_NUMBER (R_SH_JMP_SLOT, 14)
+ RELOC_NUMBER (R_SH_RELATIVE, 15)
+ RELOC_NUMBER (R_SH_GOTOFF, 16)
+ RELOC_NUMBER (R_SH_GOTPC, 17)
+ FAKE_RELOC (R_SH_FIRST_INVALID_RELOC, 18)
FAKE_RELOC (R_SH_LAST_INVALID_RELOC, 24)
RELOC_NUMBER (R_SH_SWITCH16, 25)
RELOC_NUMBER (R_SH_SWITCH32, 26)