diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2004-07-11 15:20:30 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2004-07-11 15:20:30 +0000 |
commit | 313023579a18773c4a470934ef7dd6a1a5e4809f (patch) | |
tree | c398e77fd3eae325eb9276b62876e5bfd7f2b2ec /gas/ChangeLog | |
parent | 4300ab1020da05a4eb8e21e28be786c49a387831 (diff) | |
download | gdb-313023579a18773c4a470934ef7dd6a1a5e4809f.zip gdb-313023579a18773c4a470934ef7dd6a1a5e4809f.tar.gz gdb-313023579a18773c4a470934ef7dd6a1a5e4809f.tar.bz2 |
* config/tc-m68k.c: Convert to C90. Remove redundant
declarations. Indentation fixup.
[M68KCOFF]: Include "obj-coff.h" instead of declaring
obj_coff_section ourselves.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c84d9b2..777979b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2004-07-11 Andreas Schwab <schwab@suse.de> + + * config/tc-m68k.c: Convert to C90. Remove redundant + declarations. Indentation fixup. + [M68KCOFF]: Include "obj-coff.h" instead of declaring + obj_coff_section ourselves. + 2004-07-09 James E Wilson <wilson@specifixinc.com> * config/tc-ia64.c (default_big_endian): New. |