summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2003-06-04 11:15:09 +0000
committerSvein Seldal <svein@dev.seldal.com>2003-06-04 11:15:09 +0000
commit880ee0265201f57d6c3da408cda21ee63cd0a0d6 (patch)
tree74ebab99080ac925853fc25b063851f5deadc2d2
parent982c6328cc3b9ef3b0ef47636ba6d014055f0c2b (diff)
downloadgdb-880ee0265201f57d6c3da408cda21ee63cd0a0d6.tar.gz
Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments -- changelog dropped out
-rw-r--r--bfd/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9c00bef518a..642f38d2238 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,27 @@
2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
+ * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
+ and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
+ CREATE_BIGHDR_COFF_TARGET_VEC.
+ * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
+ * coff-a29k.c: Append COFF_SWAP_TABLE argument
+ * coff-apollo.c: Ditto
+ * coff-arm.c: Ditto
+ * coff-h8300.c: Ditto
+ * coff-h8500.c: Ditto
+ * coff-i960.c: Ditto
+ * coff-m68k.c: Ditto
+ * coff-m88k.c: Ditto
+ * coff-mcore.c: Ditto
+ * coff-sh.c: Ditto
+ * coff-sparc.c: Ditto
+ * coff-tic80.c: Ditto
+ * coff-we32k.c: Ditto
+ * coff-z8k.c: Ditto
+ * coff-w65.c: Ditto
+
+2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
+
* coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
initialization bug