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/NEWS | |
parent | ce8d332a69fd042e0fa29d8c08050efafc1bffd0 (diff) | |
download | fsf-binutils-gdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.zip fsf-binutils-gdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.tar.gz fsf-binutils-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/NEWS')
-rw-r--r-- | gas/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ -*- text -*- +* 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. + * New command line option -mtune=[itanium1|itanium2] for IA64 targets. Changes in 2.16: |