* common.h (ELFOSABI_AROS): Update comment.

This commit is contained in:
Alan Modra 2008-08-03 23:20:42 +00:00
parent f65427cd09
commit ef432bbddf
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2008-08-04 Markus Weiss <weissms@aros.org>
* common.h (ELFOSABI_AROS): Update comment.
2008-07-26 Michael Eager <eager@eagercon.com>
* ppc.h: Add description of single-precision.

View File

@ -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 */
#define ELFOSABI_ARM 97 /* ARM */
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */