diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-09-13 21:02:21 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-09-13 21:02:21 +0000 |
commit | ec16d008dc4d8fd59ca149b75b38abef5829f545 (patch) | |
tree | 851c873bb0c31c11d13aa97e75beb4d6582c6703 /include | |
parent | 30abbf4610c1ce4c8d9b319a093d9b9ee54fd8ec (diff) | |
download | gdb-ec16d008dc4d8fd59ca149b75b38abef5829f545.tar.gz |
* common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index bf46126f75c..10dc0474f14 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2001-09-13 Alexandre Oliva <aoliva@redhat.com> + + * common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry. + 2001-09-12 Alexandre Oliva <aoliva@redhat.com> * common.h (EM_AVR_OLD): Renamed from... diff --git a/include/elf/common.h b/include/elf/common.h index 3755d01c1d5..a85db49795f 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. */ |