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

Commit: Mention Tilera support in NEWS


Hi Guys,

  One thing I forgot when reviewing the Tilera support patch was that
  it omitted to mention the support in the NEWS files.  So I am applying
  the patch below to fix that.

Cheers
  Nick

{gas|ld}/ChangeLog
2011-06-15  Nick Clifton  <nickc@redhat.com>

	* NEWS: Mention addition of TILEPRO and TIKE-Gx support.

Index: ld/NEWS
===================================================================
RCS file: /cvs/src/src/ld/NEWS,v
retrieving revision 1.117
diff -u -3 -p -r1.117 NEWS
--- ld/NEWS	15 Dec 2010 14:56:36 -0000	1.117
+++ ld/NEWS	15 Jun 2011 09:09:56 -0000
@@ -1,12 +1,13 @@
 -*- text -*-
 
+* Add support for the Tilera TILEPRO and TILE-Gx architectures.
+
 * Added SORT_BY_INIT_PRIORITY to the linker script language to permit
 sorting sections by numerical value of the GCC init_priority attribute
 encoded in the section name.
 
 Changes in 2.21:
 
-
 * Linker script expression evaluation is somewhat more sane.  This may
   break scripts that depend on quirks of the old expression evaluation.
 
Index: gas/NEWS
===================================================================
RCS file: /cvs/src/src/gas/NEWS,v
retrieving revision 1.117
diff -u -3 -p -r1.117 NEWS
--- gas/NEWS	5 Nov 2010 08:33:51 -0000	1.117
+++ gas/NEWS	15 Jun 2011 09:09:56 -0000
@@ -1,7 +1,8 @@
 -*- text -*-
 
-Changes in 2.21:
+* Add support for the Tilera TILEPRO and TILE-Gx architectures.
 
+Changes in 2.21:
 
 * Gas no longer requires doubling of ampersands in macros.
 


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