diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-01 14:17:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-01 14:17:17 +0000 |
commit | d2c5f73ed772457d6e3b82d38abe007863ddca2c (patch) | |
tree | cc63ea9e267d2fd11b1abd7901f0bc36c40bb8df /gas/testsuite/ChangeLog | |
parent | ce8d332a69fd042e0fa29d8c08050efafc1bffd0 (diff) | |
download | gdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.zip gdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.tar.gz gdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.tar.bz2 |
Support the .f_floating, .d_floating, .g_floating and .h_floating directives
for the VAX target in order to be more compatible with the VAX MACRO assembler.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 44bf28f..be44600 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,9 +1,12 @@ 2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de> - * gas/testsuite/gas/vax/elf-rel.d: Call gas with -k. Thanks to - Matt Thomas for figuring out. - * gas/testsuite/gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF - and Linux. + * gas/vax/flonum.s: New testcase: Encode some flonums. + * gas/vax/flonum.d: Expected result of new testcase. + * gas/vax/vax.exp: Call the new testcase. + + * gas/vax/elf-rel.d: Call gas with -k. Thanks to Matt Thomas for + figuring out. + * gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux. 2005-04-01 Jan Beulich <jbeulich@novell.com> |