diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-08-26 21:53:59 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-08-26 21:53:59 +0000 |
commit | 8ef75e2c07bdcddb1d1a471b6ba5b7a74e03c66e (patch) | |
tree | cfbb3134538e71ce25ff324b65567f0ccf8571d6 /gas | |
parent | 6668a0624dab1ea4812b6882907534b20e876cab (diff) | |
download | gdb-8ef75e2c07bdcddb1d1a471b6ba5b7a74e03c66e.zip gdb-8ef75e2c07bdcddb1d1a471b6ba5b7a74e03c66e.tar.gz gdb-8ef75e2c07bdcddb1d1a471b6ba5b7a74e03c66e.tar.bz2 |
write.c(write_contents): always enable BFD_FAST_SECTION_FILL code
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ca9cc91..29143d1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -3,6 +3,10 @@ Fri Aug 26 14:46:15 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com) * subsegs.c (section_symbol): Reverse still-wrong test of EMIT_SECTION_SYMBOLS. + * write.c (BFD_FAST_SECTION_FILL): Always define. + (write_contents): If fill_size is 1, use memset instead of looping + calling memcpy. + Wed Aug 24 12:46:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/tc-mips.h (LOCAL_LABEL): Define as 0, for compatibility |