aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-02 17:40:46 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-02 17:40:46 +0000
commitebf3b4cd689f21249b93d4389e9d8e61adb4a080 (patch)
tree3fae7d12362e663b38e3da7b9f1e56719791a515
parent192d8ee84b1bed36267ca6e7483a487d883500d4 (diff)
downloadgdb-ebf3b4cd689f21249b93d4389e9d8e61adb4a080.zip
gdb-ebf3b4cd689f21249b93d4389e9d8e61adb4a080.tar.gz
gdb-ebf3b4cd689f21249b93d4389e9d8e61adb4a080.tar.bz2
* coff-mips.c (mips_ecoff_backend_data), coff-alpha.c
(alpha_ecoff_backend_data): Change casts of aux_in and aux_out fields to match yesterday's changes.
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ccfbcf2..c8ece00 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Wed Feb 2 12:30:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * coff-mips.c (mips_ecoff_backend_data), coff-alpha.c
+ (alpha_ecoff_backend_data): Change casts of aux_in and aux_out
+ fields to match yesterday's changes.
+
* coffcode.h (coff_write_relocs): If SELECT_RELOC is defined, pass
in the internal_reloc itself, not the type.
* coff-apollo.c, coff-h8300.c, coff-h8500.c, coff-i386.c,