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] AROS name change


Hi,

about one year ago AROS has changed its name,
see http://aros.sourceforge.net/news/archive/2007.php.
During work on powerpc binutils for AROS I discovered,
that parts of binutils still carry the old name. The
following patch takes care of the situation.

OK to commit?

Markus

ChangeLog:

20080430 Markus Weiss <weissms@aros.org>

	* binutils/readelf.c: Change AROS name.
	* include/elf/common.h: Likewise.

Index: binutils/readelf.c
===================================================================
RCS file: /cvs/src/src/binutils/readelf.c,v
retrieving revision 1.411
diff -U3 -r1.411 readelf.c
--- binutils/readelf.c	18 Jun 2008 10:49:50 -0000	1.411
+++ binutils/readelf.c	21 Jun 2008 14:52:31 -0000
@@ -2498,7 +2498,7 @@
     case ELFOSABI_OPENBSD:	return "UNIX - OpenBSD";
     case ELFOSABI_OPENVMS:	return "VMS - OpenVMS";
     case ELFOSABI_NSK:		return "HP - Non-Stop Kernel";
-    case ELFOSABI_AROS:		return "Amiga Research OS";
+    case ELFOSABI_AROS:		return "AROS Research OS";
     case ELFOSABI_STANDALONE:	return _("Standalone App");
     case ELFOSABI_ARM:		return "ARM";
     default:
Index: include/elf/common.h
===================================================================
RCS file: /cvs/src/src/include/elf/common.h,v
retrieving revision 1.97
diff -U3 -r1.97 common.h
--- include/elf/common.h	18 Jun 2008 11:03:03 -0000	1.97
+++ include/elf/common.h	21 Jun 2008 14:52:37 -0000
@@ -73,7 +73,7 @@
 #define ELFOSABI_OPENBSD     12	/* OpenBSD */
 #define ELFOSABI_OPENVMS     13	/* OpenVMS */
 #define ELFOSABI_NSK	     14	/* Hewlett-Packard Non-Stop Kernel */
-#define ELFOSABI_AROS	     15	/* Amiga Research OS */
+#define ELFOSABI_AROS	     15	/* AROS Research OS */
 #define ELFOSABI_ARM	     97	/* ARM */
 #define ELFOSABI_STANDALONE 255	/* Standalone (embedded) application */
 


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