From: H.J. Lu Date: Thu, 6 Feb 2020 15:50:16 +0000 (-0800) Subject: [2.34] Mention x86 assembler options to align branches X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dc03c534a71e56125efe5ebb4738959c68f646f;p=thirdparty%2Fbinutils-gdb.git [2.34] Mention x86 assembler options to align branches * NEWS: Mention x86 assembler options to align branches for binutils 2.34. (cherry picked from commit 5eb617a71463fa6810cd14f57adfe7a1efc93a96) --- diff --git a/gas/ChangeLog b/gas/ChangeLog index b8f5bee5014..eb638c03245 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-02-06 H.J. Lu + + * NEWS: Mention x86 assembler options to align branches for + binutils 2.34. + 2020-02-01 Nick Clifton * configure: Regenerate. diff --git a/gas/NEWS b/gas/NEWS index 5ed7302da78..9a3f352108e 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.