From 6b6ff72600fca30fd116a6fed7af39b9c3656004 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 10 Feb 2019 05:55:07 -0800 Subject: [PATCH] Add ChangeLog entries for PR gas/24165 --- gas/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.47.3