diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-08-15 01:28:59 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-08-15 01:28:59 +0000 |
commit | 8513c9536d036aeed44cbd51a9335b356f89e0b4 (patch) | |
tree | ab65f76dd780b96ee769a09d6f6114afd7794941 | |
parent | e551745b239ed5d4d3bacdd67c0ea0fdfc761db3 (diff) | |
download | gdb-8513c9536d036aeed44cbd51a9335b356f89e0b4.zip gdb-8513c9536d036aeed44cbd51a9335b356f89e0b4.tar.gz gdb-8513c9536d036aeed44cbd51a9335b356f89e0b4.tar.bz2 |
* write.c (write_contents): Always do it the BFD_FAST_SECTION_FILL way.
Reformat and reindent that code to GNU standards.
(BFD_FAST_SECTION_FILL): Don't define.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 565d7cc..220f6d9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 14 20:51:56 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> + + * write.c (write_contents): Always do it the BFD_FAST_SECTION_FILL + way. Reformat and reindent that code to GNU standards. + (BFD_FAST_SECTION_FILL): Don't define. + Mon Aug 14 14:08:07 1995 Jeff Law (law@snake.cs.utah.edu) * config/tc-hppa.c (md_apply_fix): Don't try to apply BEGIN_BRTAB |