diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2003-06-13 15:20:26 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2003-06-13 15:20:26 +0000 |
commit | 39c2da32123d4b403b56d365373f3f16c0dde541 (patch) | |
tree | 0f17a55c6c0e99f956196abeaaa80528d2d15904 /gas/ChangeLog | |
parent | 08356d1bbbdcbe50c7edb27bd959f572202cd24a (diff) | |
download | gdb-39c2da32123d4b403b56d365373f3f16c0dde541.zip gdb-39c2da32123d4b403b56d365373f3f16c0dde541.tar.gz gdb-39c2da32123d4b403b56d365373f3f16c0dde541.tar.bz2 |
* tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.
(FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF,
FPU_ARCH_FPA for AOUT.
(md_begin): Don't try to guess the floating point architecture from
the CPU if the OS ABI (Linux, NetBSD) mandates a particular form.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3332f0b..83d8d8e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2003-06-13 Richard Earnshaw <rearnsha@arm.com> + + * tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA. + (FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF, + FPU_ARCH_FPA for AOUT. + (md_begin): Don't try to guess the floating point architecture from + the CPU if the OS ABI (Linux, NetBSD) mandates a particular form. + 2003-06-13 Robert Millan <zeratul2@wanadoo.es> * configure.in: Add i386-netbsd-gnu target. |