aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1997-02-19 01:41:48 +0000
committerMartin Hunt <hunt@redhat.com>1997-02-19 01:41:48 +0000
commit3acdeb5eeeb47616003ae2925e1c1e0a3a34075f (patch)
tree72e452597956e78ed6bf1559b7633279ce489b9c /include/elf/ChangeLog
parenta048df0758d8a1777cd266bba7675815cbd4c908 (diff)
downloadgdb-3acdeb5eeeb47616003ae2925e1c1e0a3a34075f.zip
gdb-3acdeb5eeeb47616003ae2925e1c1e0a3a34075f.tar.gz
gdb-3acdeb5eeeb47616003ae2925e1c1e0a3a34075f.tar.bz2
Tue Feb 18 17:40:36 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* common.h (EM_CYGNUS_D30V): Define.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 651f4bd..dff383e 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,15 @@
+start-sanitize-d30v
+Tue Feb 18 17:40:36 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
+
+ * common.h (EM_CYGNUS_D30V): Define.
+
+end-sanitize-d30v
+start-sanitize-m32r
+Mon Jan 27 11:54:44 1997 Doug Evans <dje@seba.cygnus.com>
+
+ * m32r.h (enum reloc_type): Add R_M32R_HI16_[SU]LO,R_M32R_LO16.
+
+end-sanitize-m32r
start-sanitize-v850
Fri Jan 3 11:32:51 1997 Michael Meissner <meissner@tiktok.cygnus.com>
@@ -5,6 +17,8 @@ Fri Jan 3 11:32:51 1997 Michael Meissner <meissner@tiktok.cygnus.com>
field.
(SHN_V850_*): Remove v850 specific section indexes, which are not
needed.
+ (enum reloc_type): Move the v850 relocations here from
+ elf32-v850.c
Thu Jan 2 19:30:23 1997 Michael Meissner <meissner@tiktok.cygnus.com>