From: Alexandre Oliva Date: Thu, 13 Sep 2001 21:02:21 +0000 (+0000) Subject: * common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry. X-Git-Tag: Z-cygwin_daemon_merge-new_HEAD~97 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b011df87d14a660c498e57ac0d889def8480c603;p=newlib-cygwin.git * common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index bf46126f7..10dc0474f 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2001-09-13 Alexandre Oliva + + * common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry. + 2001-09-12 Alexandre Oliva * common.h (EM_AVR_OLD): Renamed from... diff --git a/include/elf/common.h b/include/elf/common.h index 3755d01c1..a85db4979 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -231,7 +231,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* OpenRISC magic number Written in the absense of an ABI. */ -#define EM_OPENRISC 0x3426 +#define EM_OPENRISC_OLD 0x3426 /* See the above comment before you add a new EM_* value here. */