Browse Source

[2.34] Mention x86 assembler options to align branches

* NEWS: Mention x86 assembler options to align branches for
	binutils 2.34.
binutils-2_35-branch
H.J. Lu 6 years ago
parent
commit
5eb617a714
  1. 5
      gas/ChangeLog
  2. 5
      gas/NEWS

5
gas/ChangeLog

@ -1,3 +1,8 @@
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

5
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.

Loading…
Cancel
Save