From 73589c9dbddc7906fa6a150f2a2a0ff6b746e8ba Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Tue, 22 Apr 2014 15:57:47 +0100 Subject: Remove support for the (deprecated) openrisc and or32 configurations and replace with support for the new or1k configuration. --- elfcpp/ChangeLog | 4 ++++ elfcpp/elfcpp.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'elfcpp') diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index fa3f95d..f14ed9b 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2014-04-22 Christian Svensson + + * elfcpp.h: Remove openrisc and or32 support. + 2014-04-15 Sasa Stankovic * mips.h (R _MIPS16_TLS_GD, R_MIPS16_TLS_LDM, R_MIPS16_TLS_DTPREL_HI16, diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index c6bae1e..561b54a 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -246,7 +246,7 @@ enum EM EM_MN10300 = 89, EM_MN10200 = 90, EM_PJ = 91, - EM_OPENRISC = 92, + EM_OR1K = 92, EM_ARC_A5 = 93, EM_XTENSA = 94, EM_VIDEOCORE = 95, @@ -288,7 +288,7 @@ enum EM // Old AVR objects used 0x1057 (EM_AVR is correct). // Old MSP430 objects used 0x1059 (EM_MSP430 is correct). // Old FR30 objects used 0x3330 (EM_FR30 is correct). - // Old OpenRISC objects used 0x3426 and 0x8472 (EM_OPENRISC is correct). + // Old OpenRISC objects used 0x3426 and 0x8472 (EM_OR1K is correct). // Old D10V objects used 0x7650 (EM_D10V is correct). // Old D30V objects used 0x7676 (EM_D30V is correct). // Old IP2X objects used 0x8217 (EM_IP2K is correct). -- cgit v1.1