Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-09-02 06:24:02 +0400
committerAlexandre Oliva <aoliva@redhat.com>2000-09-02 06:24:02 +0400
commit6994f0f102ecfc10f838401bcda470e593fa00b6 (patch)
tree38ab17108ce3cecf8e9fa966d7e79cc744b8c34c /include
parent0ef7862533e7b862193221f38242297010697160 (diff)
* 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.
Diffstat (limited to 'include')
-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 b1f69f6e4..1367e2c30 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 ae096984c..c226e4363 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)