diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-30 19:09:58 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-30 19:09:58 +0000 |
commit | 04f0c2e34b259241ca77744956b7da5405e6a3f9 (patch) | |
tree | b3fe47bc25cafd3f1cf8bd94bcdaceac1e7545bd /gas | |
parent | f255457995cec1a0456e9e0521fc00f1a920d901 (diff) | |
download | gdb-04f0c2e34b259241ca77744956b7da5405e6a3f9.zip gdb-04f0c2e34b259241ca77744956b7da5405e6a3f9.tar.gz gdb-04f0c2e34b259241ca77744956b7da5405e6a3f9.tar.bz2 |
Some updates for const-ness added to BFD structures.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9423c9f..10ab352 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 30 15:05:28 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * write.c (write_object_file): Use bfd_com_section_ptr. + * as.h (absolute_section, undefined_section): Use new BFD macros + bfd_abs_section_ptr and bfd_und_section_ptr. + Thu Jun 30 14:36:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/tc-mips.c (macro): For M_LI_SS, decide how to handle it |