From da3a7aa1b60ab75f2ddecae759824c71737816c0 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 5 Oct 1999 00:43:14 +0000 Subject: * m32r.h (E_M32RX_ARCH): Define. --- include/elf/ChangeLog | 4 ++++ include/elf/m32r.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 4a1eaebca..4f74fc1da 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 4 17:42:38 1999 Doug Evans + + * m32r.h (E_M32RX_ARCH): Define. + 1999-09-15 Ulrich Drepper * hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL. diff --git a/include/elf/m32r.h b/include/elf/m32r.h index 0537d1369..a12ae16ae 100644 --- a/include/elf/m32r.h +++ b/include/elf/m32r.h @@ -62,5 +62,7 @@ END_RELOC_NUMBERS /* m32r code. */ #define E_M32R_ARCH 0x00000000 +/* m32rx code. */ +#define E_M32RX_ARCH 0x10000000 #endif -- cgit v1.2.3