X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FNEWS;h=4bcf6decc7fbaffb9202f0220eb9fc9c335b88f7;hb=038d48680941f014349256aeb7bab14b3f01d58e;hp=a627028de15653c9b8a5c0690eff41f4909258d0;hpb=b8871f357fdfa9c0c06d2d3e5600391d8c994f37;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/NEWS b/gas/NEWS index a627028de1..4bcf6decc7 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,4 +1,17 @@ -*- text -*- +* Default to --enable-compressed-debug-sections=gas for Linux/x86 targets. + +* Add --no-pad-sections to stop the assembler from padding the end of output + sections up to their alignment boundary. + +* Support for the ARMv8-M architecture has been added to the ARM port. Support + for the ARMv8-M Security and DSP Extensions has also been added to the ARM + port. + +* ARC backend accepts .extInstruction, .extCondCode, .extAuxRegister, and + .extCoreRegister pseudo-ops that allow an user to define custom + instructions, conditional codes, auxiliary and core registers. + * Add a configure option --enable-elf-stt-common to decide whether ELF assembler should generate common symbols with the STT_COMMON type by default. Default to no. @@ -21,6 +34,9 @@ * Add assembly-time relaxation option for ARC cpus. +* Add --with-cpu=TYPE configure option for ARC gas. This allows the default + cpu type to be adjusted at configure time. + Changes in 2.26: * Add a configure option --enable-compressed-debug-sections={all,gas} to