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 RFA] Note in binutils NEWS files what was in 2.14


I think a patch like this is appropriate, and best done sooner (i.e.,
before even more new NEWS entries are added 8-) rather than later.

OK?

(I'd think that if there's a release checklist, or a
release-branch-making checklist, adding a note like this should be
part of it...  Is there such a document?)


thanks,

chris
--
[ binutils/ChangeLog ]
2003-09-30  Chris Demetriou  <cgd@broadcom.com>

	* NEWS: Add an indication of the cutoff for 2.14.

[ gas/ChangeLog ]
2003-09-30  Chris Demetriou  <cgd@broadcom.com>

	* NEWS: Add an indication of the cutoff for 2.14.

[ ld/ChangeLog ]
2003-09-30  Chris Demetriou  <cgd@broadcom.com>

	* NEWS: Add an indication of the cutoff for 2.14.

Index: binutils/NEWS
===================================================================
RCS file: /cvs/src/src/binutils/NEWS,v
retrieving revision 1.39
diff -u -p -r1.39 NEWS
--- binutils/NEWS	11 Aug 2003 09:15:55 -0000	1.39
+++ binutils/NEWS	30 Sep 2003 16:33:05 -0000
@@ -19,6 +19,8 @@
   single-character representation.  This can be checked by running nm
   with the -a switch.
 
+Changes in 2.14:
+
 * Added --info switch to objcopy and strip.
 
 * Support for Vitesse IQ2000 added by Red Hat.
Index: gas/NEWS
===================================================================
RCS file: /cvs/src/src/gas/NEWS,v
retrieving revision 1.44
diff -u -p -r1.44 NEWS
--- gas/NEWS	4 Sep 2003 11:04:35 -0000	1.44
+++ gas/NEWS	30 Sep 2003 16:33:05 -0000
@@ -7,6 +7,8 @@
   with multi-byte nop instructions such as leal 0(%esi,1),%esi.  This
   switch disables the optimization.
 
+Changes in 2.14:
+
 * Added support for MIPS32 Release 2.
 
 * Added support for Xtensa architecture.
Index: ld/NEWS
===================================================================
RCS file: /cvs/src/src/ld/NEWS,v
retrieving revision 1.37
diff -u -p -r1.37 NEWS
--- ld/NEWS	20 Aug 2003 08:37:15 -0000	1.37
+++ ld/NEWS	30 Sep 2003 16:33:08 -0000
@@ -5,6 +5,8 @@
   should report them and the switch --warn-unresolved-symbols has been added to
   make reports be issued as warning messages rather than errors.
 
+Changes in 2.14:
+
 * Added support for Xtensa architecture.
 
 * Added --with-sysroot configure switch to specify a target system root, for


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