aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-02 19:35:14 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-02 19:35:14 +0000
commit38e1f0cecd2429006e8c2c7da5903785769d12ef (patch)
tree617dbe06fa376c8c9f2838eefc368ad5af884568 /bfd
parentab941008ceb98198d1ec3e8fc88e2063f791a177 (diff)
downloadgdb-38e1f0cecd2429006e8c2c7da5903785769d12ef.zip
gdb-38e1f0cecd2429006e8c2c7da5903785769d12ef.tar.gz
gdb-38e1f0cecd2429006e8c2c7da5903785769d12ef.tar.bz2
* coffswap.h (coff_swap_reloc_out): If RS6000COFF_C, handle type
and size correctly. (coff_swap_aux_in): If RS6000COFF_C, change x_csect.x_scnlen to x_csect.x_scnlen.l to match change in coff/internal.h. (coff_swap_aux_out): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c8ece00..5234733 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Wed Feb 2 12:30:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * coffswap.h (coff_swap_reloc_out): If RS6000COFF_C, handle type
+ and size correctly.
+ (coff_swap_aux_in): If RS6000COFF_C, change x_csect.x_scnlen to
+ x_csect.x_scnlen.l to match change in coff/internal.h.
+ (coff_swap_aux_out): Likewise.
+
* 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.