diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-13 12:49:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-13 12:49:55 +0000 |
commit | a38cf1db3a1c32ca85b78a1c50001af4714c1066 (patch) | |
tree | 8489966cbd1b04086af56d76308088426cbf33e1 /gas/NEWS | |
parent | e413e4e996da4184654875d597a59e23451e1972 (diff) | |
download | gdb-a38cf1db3a1c32ca85b78a1c50001af4714c1066.zip gdb-a38cf1db3a1c32ca85b78a1c50001af4714c1066.tar.gz gdb-a38cf1db3a1c32ca85b78a1c50001af4714c1066.tar.bz2 |
Add x86 gas -q option to quiet some x86 gas warnings.
Remove useless -m flag_do_long_jump from x86 gas.
If BFD_ASSEMBLER, store --defsym value in a bfd_vma, and use scan_bfd_vma.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ Changes in 2.11: Support for IA-64. +x86 gas has a new .arch pseudo op to specify the target CPU architecture. + +x86 gas -q command line option quietens warnings about register size changes +due to suffix, indirect jmp/call without `*', stand-alone prefixes, and +translating various deprecated floating point instructions. + Changes in 2.10: Support for ATMEL AVR. |