diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-02-06 07:50:16 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-02-06 07:50:16 -0800 |
commit | 5eb617a71463fa6810cd14f57adfe7a1efc93a96 (patch) | |
tree | 6b522d7507f69685d83a1fbd67f765ab4c9c73e9 | |
parent | 9e4d08bbf4b4738add6ec8c143e64b4d80e5e49c (diff) | |
download | binutils-5eb617a71463fa6810cd14f57adfe7a1efc93a96.zip binutils-5eb617a71463fa6810cd14f57adfe7a1efc93a96.tar.gz binutils-5eb617a71463fa6810cd14f57adfe7a1efc93a96.tar.bz2 |
[2.34] Mention x86 assembler options to align branches
* NEWS: Mention x86 assembler options to align branches for
binutils 2.34.
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/NEWS | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8955f53..9fa0350 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2020-02-06 H.J. Lu <hongjiu.lu@intel.com> + * NEWS: Mention x86 assembler options to align branches for + binutils 2.34. + +2020-02-06 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique only for ELF targets. * testsuite/gas/i386/unique.d: Don't xfail. @@ -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. |