aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 46dfc13..3393d9c 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,10 @@
-*- text -*-
+* Added -n switch for x86 assembler. By default, x86 GAS replaces
+ multiple nop instructions used for alignment within code sections
+ with multi-byte nop instructions such as leal 0(%esi,1),%esi. This
+ switch disables the optimization.
+
* Added support for MIPS32 Release 2.
* Added support for Xtensa architecture.