diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ce5dba..9643180 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2003-08-14 Alan Modra <amodra@bigpond.net.au> + * config/tc-i386.h: Remove BFD_ASSEMBLER tests and all !BFD_ASSEMBLER + code. + * config/tc-i386.c: Likewise. + (RELOC_ENUM): Don't define. Replace throughout with enum. + * dep-in.sed: Remove libintl.h. Ignore include/fopen-*.h * Makefile.am (POTFILES.in): Unset LC_COLLATE. Run "make dep-am". @@ -1950,7 +1955,7 @@ * doc/as.texinfo: Document "-mips32r2" option. * doc/c-mips.texi: Likewise. -2002-12-30 Dmitry Diky <diwil@mail.ru> +2002-12-30 Dmitry Diky <diwil@mail.ru> * configure.in: Add msp430 target. * configure: Regenerate. |