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]

[patch 10/9] Nios II port NEWS + MAINTAINERS updates


No, the subject isn't a typo -- this is a new part not present in the original patch series. :-)

Nick asked me to add NEWS entries for gas and ld. I also realized that one was needed for binutils, along with a patch to the binutils/MAINTAINERS file.

OK to commit when the rest of the port is approved?

-Sandra
2013-01-31  Sandra Loosemore  <sandra@codesourcery.com>
            Andrew Jenner <andrew@codesourcery.com>

	gas/
	* NEWS: Note Altera Nios II support.

	ld/
	* NEWS: Note Altera Nios II support.

	binutils/
	* NEWS: Note Altera Nios II support.
	* MAINTAINERS: Add Nios II maintainers.

Index: gas/NEWS
===================================================================
RCS file: /cvs/src/src/gas/NEWS,v
retrieving revision 1.133
diff -u -p -r1.133 NEWS
--- gas/NEWS	10 Jan 2013 09:49:16 -0000	1.133
+++ gas/NEWS	30 Jan 2013 02:51:15 -0000
@@ -1,5 +1,7 @@
 -*- text -*-
 
+* Add support for Altera Nios II.
+
 * Add support for the Imagination Technologies Meta processor.
 
 * Add support for the v850e3v5.
Index: ld/NEWS
===================================================================
RCS file: /cvs/src/src/ld/NEWS,v
retrieving revision 1.139
diff -u -p -r1.139 NEWS
--- ld/NEWS	24 Jan 2013 11:14:01 -0000	1.139
+++ ld/NEWS	30 Jan 2013 02:51:15 -0000
@@ -1,5 +1,7 @@
 -*- text -*-
 
+* Add support for Altera Nios II.
+
 * Add support for the V850E3V5 architecture.
 
 * Add support for the Imagination Technologies Meta processor.
Index: binutils/NEWS
===================================================================
RCS file: /cvs/src/src/binutils/NEWS,v
retrieving revision 1.110
diff -u -p -r1.110 NEWS
--- binutils/NEWS	17 Dec 2012 16:55:39 -0000	1.110
+++ binutils/NEWS	30 Jan 2013 02:51:15 -0000
@@ -1,5 +1,7 @@
 -*- text -*-
 
+* Add support for Altera Nios II.
+
 Changes in 2.23:
 
 * Add support for the VLE extension to the PowerPC architecture.
Index: binutils/MAINTAINERS
===================================================================
RCS file: /cvs/src/src/binutils/MAINTAINERS,v
retrieving revision 1.147
diff -u -p -r1.147 MAINTAINERS
--- binutils/MAINTAINERS	3 Jan 2013 17:15:23 -0000	1.147
+++ binutils/MAINTAINERS	30 Jan 2013 02:51:15 -0000
@@ -107,6 +107,8 @@ responsibility among the other maintaine
   Moxie		   Anthony Green <green@moxielogic.com>
   MSP430	   Dmitry Diky <diwil@spec.ru>
   NetBSD support   Matt Thomas <matt@netbsd.org>
+  Nios II	   Sandra Loosemore <sandra@codesourcery.com>
+  Nios II	   Andrew Jenner <andrew@codesourcery.com>
   PPC		   Geoff Keating <geoffk@geoffk.org>
   PPC		   Alan Modra <amodra@gmail.com>
   PPC vector ext   Aldy Hernandez <aldyh@redhat.com>

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