aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-02-06 07:50:16 -0800
committerH.J. Lu <hjl.tools@gmail.com>2020-02-06 07:50:16 -0800
commit5eb617a71463fa6810cd14f57adfe7a1efc93a96 (patch)
tree6b522d7507f69685d83a1fbd67f765ab4c9c73e9 /gas/NEWS
parent9e4d08bbf4b4738add6ec8c143e64b4d80e5e49c (diff)
downloadgdb-5eb617a71463fa6810cd14f57adfe7a1efc93a96.zip
gdb-5eb617a71463fa6810cd14f57adfe7a1efc93a96.tar.gz
gdb-5eb617a71463fa6810cd14f57adfe7a1efc93a96.tar.bz2
[2.34] Mention x86 assembler options to align branches
* NEWS: Mention x86 assembler options to align branches for binutils 2.34.
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 5ed7302..9a3f352 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,6 +2,11 @@
Changes in 2.34:
+* Add -malign-branch-boundary=NUM, -malign-branch=TYPE[+TYPE...],
+ -malign-branch-prefix-size=NUM and -mbranches-within-32B-boundaries
+ options to x86 assembler to align branches within a fixed boundary
+ with segment prefixes or NOPs.
+
* Add support for Zilog eZ80 and Zilog Z180 CPUs.
* Add support for z80-elf target.