aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-07-22 23:27:31 +0000
committerNick Clifton <nickc@redhat.com>1998-07-22 23:27:31 +0000
commit36dd637fc46dfe4c8707e049c8284c906ee8ca18 (patch)
tree87dc0b12fada21f1a1164d45bc2f15f481f98666 /include/elf/ChangeLog
parentfaac4767b173ffc75ee56398b75035ab973478be (diff)
downloadgdb-36dd637fc46dfe4c8707e049c8284c906ee8ca18.zip
gdb-36dd637fc46dfe4c8707e049c8284c906ee8ca18.tar.gz
gdb-36dd637fc46dfe4c8707e049c8284c906ee8ca18.tar.bz2
Reloc macros tidied up. i386 and v850 reloc macros added.
New file created to contain reloc macros: reloc-macros.h
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 3c217d4..4b63478 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,28 @@
+Wed Jul 22 16:22:11 1998 Nick Clifton <nickc@cygnus.com>
+
+ * reloc-macros.h: New file. Provides relocation macros:
+ START_RELOC_NUMBERS, RELOC_NUMBER, FAKE_RELOC, EMPTY_RELOC and
+ END_RELOC_NUMBERS used by other elf header files.
+
+ * alpha.h: Use reloc-macros.h.
+ * arc.h: Use reloc-macros.h.
+ * arm.h: Use reloc-macros.h.
+ * d10v.h: Use reloc-macros.h.
+start-sanitize-d30v
+ * d30v.h: Use reloc-macros.h.
+end-sanitize-d30v
+ * hppa.h: Use reloc-macros.h.
+ * i386.h: Use reloc-macros.h.
+ * m32r.h: Use reloc-macros.h.
+ * m68k.h: Use reloc-macros.h.
+ * mips.h: Use reloc-macros.h.
+ * mn10200.h: Use reloc-macros.h.
+ * mn10300.h: Use reloc-macros.h.
+ * ppc.h: Use reloc-macros.h.
+ * sh.h: Use reloc-macros.h.
+ * sparc.h: Use reloc-macros.h.
+ * v850.h: Use reloc-macros.h.
+
1998-07-22 13:07 Ulrich Drepper <drepper@cygnus.com>
* mn10300.h: Rewrite relocation definition using macros.
@@ -6,7 +31,9 @@
* alpha.h: Likewise.
* arm.h: Likewise.
* d10v.h: Likewise.
+start-sanitize-d30v
* d30v.h: Likewise.
+end-sanitize-d30v
* m32r.h: Likewise.
* m68k.h: Likewise.
* mn10200.h: Likewise.