diff options
Diffstat (limited to 'contrib/binutils/gas/NEWS')
-rw-r--r-- | contrib/binutils/gas/NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/contrib/binutils/gas/NEWS b/contrib/binutils/gas/NEWS index c60c8b807da4..de21098866af 100644 --- a/contrib/binutils/gas/NEWS +++ b/contrib/binutils/gas/NEWS @@ -1,5 +1,19 @@ -*- text -*- +Changes in 2.9: + +Texas Instruction c30 (tms320c30) support added. + +The assembler now optimizes the exception frame information generated by egcs +and gcc 2.8. The new --traditional-format disables this optimization. + +Added --gstabs option to generate stabs debugging information. + +The -a option takes a new suboption, m (e.g., -alm) to expand macros in a +listing. + +Added -MD option to print dependencies. + Changes in 2.8: BeOS support added. @@ -46,7 +60,7 @@ default is to build COFF-only support. To get a set of tools that generate ELF (they'll understand both COFF and ELF), you must configure with target=i386-unknown-sco3.2v5elf. -m88k-motorola-sysv* support added. +m88k-motorola-sysv3* support added. Changes in 2.6: |