This is the mail archive of the binutils@sources.redhat.com 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]

PATCH: Fix the ChangeLog entry in include.


FYI, I checked in the following patch.


H.J.
----
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/include/ChangeLog,v
retrieving revision 1.253
diff -u -p -r1.253 ChangeLog
--- ChangeLog	20 Mar 2004 23:16:43 -0000	1.253
+++ ChangeLog	20 Mar 2004 23:35:25 -0000
@@ -3,11 +3,6 @@
 	* bfdlink.h (bfd_link_info): Correct comments for the
 	unresolved_syms_in_objects field.
 
-2004-03-12  Jakub Jelinek  <jakub@redhat.com>
-
-	* opcode/i386.h (i386_optab): Remove CpuNo64 from sysenter and
-	sysexit.
-
 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
 
 	* dyn-string.h: Update copyright date.
Index: opcode/ChangeLog
===================================================================
RCS file: /cvs/src/src/include/opcode/ChangeLog,v
retrieving revision 1.235
diff -u -p -r1.235 ChangeLog
--- opcode/ChangeLog	16 Mar 2004 00:58:42 -0000	1.235
+++ opcode/ChangeLog	20 Mar 2004 23:35:25 -0000
@@ -1,3 +1,7 @@
+2004-03-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* i386.h (i386_optab): Remove CpuNo64 from sysenter and sysexit.
+
 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
 
 	* ppc.h (PPC_OPERAND_GPR_0): Define.  Bump other operand defines.


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