diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-08-09 17:40:58 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-08-09 17:40:58 +0000 |
commit | 6a9cf6fa53672a8af3a25493a538eeacfcc91125 (patch) | |
tree | 9d09eb00c2fe082264b1136d0f5f5abc162cd48d /gas | |
parent | 0685d95ff4b448c413fe9717c45116820f35ac58 (diff) | |
download | gdb-6a9cf6fa53672a8af3a25493a538eeacfcc91125.zip gdb-6a9cf6fa53672a8af3a25493a538eeacfcc91125.tar.gz gdb-6a9cf6fa53672a8af3a25493a538eeacfcc91125.tar.bz2 |
* write.c (merge_data_into_text): Define only if BFD_ASSEMBLER is
defined or BFD is not.
(relax_and_size_all_segments): Declare local variable fragP.
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 437a56a..92e1086 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 9 13:36:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * write.c (merge_data_into_text): Define only if BFD_ASSEMBLER is + defined or BFD is not. + (relax_and_size_all_segments): Declare local variable fragP. + Fri Aug 6 15:22:53 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_32): Fill in |