diff options
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,13 +2,17 @@ Changes in 2.10: -Support for the Motorolla MCore 210 processor added. +picoJava architecture support added. -A new pseudo-op .intel_syntax has been implemented to allow gas to parse i386 assembly -programs with intel syntax. +Motorola MCore 210 processor support added. + +A new pseudo-op .intel_syntax has been implemented to allow gas to parse i386 +assembly programs with intel syntax. New pseudo-ops .func,.endfunc to aid in debugging user-written assembler code. +Added -gdwarf2 option to generate DWARF 2 debugging information. + Full 16-bit mode support for i386. Greatly improved instruction operand checking for i386. This change will |