From: H.J. Lu Date: Sun, 10 Feb 2019 13:55:07 +0000 (-0800) Subject: Add ChangeLog entries for PR gas/24165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b6ff72600fca30fd116a6fed7af39b9c3656004;p=thirdparty%2Fbinutils-gdb.git Add ChangeLog entries for PR gas/24165 --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 550cbedf86f..8dff83439e1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2019-02-10 H.J. Lu + + PR gas/24165 + * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Set to + (alignment ? ((1 << alignment) - 1) : 1) + (i386_tc_frag_data): Add max_bytes. + (TC_FRAG_INIT): Track max_chars in max_bytes. + (HANDLE_ALIGN): Replace MAX_MEM_FOR_RS_ALIGN_CODE with + fragP->tc_frag_data.max_bytes. + 2019-02-07 Tamar Christina * config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for