This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_32-branch] Add ChangeLog entries for PR gas/24165


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6b6ff72600fca30fd116a6fed7af39b9c3656004

commit 6b6ff72600fca30fd116a6fed7af39b9c3656004
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Feb 10 05:55:07 2019 -0800

    Add ChangeLog entries for PR gas/24165

Diff:
---
 gas/ChangeLog | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 550cbed..8dff834 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
+2019-02-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+	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  <tamar.christina@arm.com>
 
 	* config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]