diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b139b61..4ea50b3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,30 @@ +2012-05-17 Daniel Richard G. <skunk@iskunk.org> + Nick Clifton <nickc@redhat.com> + + PR 14072 + * configure.in: Add check that sysdep.h has been included before + any system header files. + * configure: Regenerate. + * config.in: Regenerate. + * aclocal.m4: Regenerate. + * Makefile.am: Use wrappers around C files generated by flex. + * Makefile.in: Regenerate. + * doc/Makefile.in: Regenerate. + * itbl-lex-wrapper.c: New file. + * config/bfin-lex-wrapper.c: New file. + * cgen.c: Include as.h before setjmp.h. + * config/tc-dlx.c: Include as.h before any other header. + * config/tc-h8300.c: Likewise. + * config/tc-lm32.c: Likewise. + * config/tc-mep.c: Likewise. + * config/tc-microblaze.c: Likewise. + * config/tc-mmix.c: Likewise. + * config/tc-msp430.c: Likewise. + * config/tc-or32.c: Likewise. + * config/tc-tic4x.c: Likewise. + * config/tc-tic54x.c: Likewise. + * config/tc-xtensa.c: Likewise. + 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com> * config/tc-alpha.c (maybe_set_gp): Pass proper `bfd' |