diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-12-03 01:22:15 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2004-12-03 01:22:15 +0000 |
commit | c820d41869a60c8b043d4cfe104b0df39d1eb650 (patch) | |
tree | 8d7462ed0d476fcdcc6aa9e39d572f1753e4c20a /gas/ChangeLog | |
parent | 2b0210eb4094c59366fd1d8eeca9df0b69df821e (diff) | |
download | gdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.zip gdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.tar.gz gdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.tar.bz2 |
* Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
* configure.in: Use it for arm*-*-linux-gnueabi*.
* config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
* config/te-armlinuxeabi.h: New file.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure: Likewise.
* doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 17247a1..5603ae8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-12-01 Mark Mitchell <mark@codesourcery.com> + + * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h. + * configure.in: Use it for arm*-*-linux-gnueabi*. + * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT. + * config/te-armlinuxeabi.h: New file. + * Makefile.in: Regenerated. + * aclocal.m4: Likewise. + * configure: Likewise. + * doc/Makefile.in: Regenerated. + 2004-12-02 Bob Wilson <bob.wilson@acm.org> * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set. |