From 1ac72f0659d64d6a14da862242db0d841d2878d0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 2 Jan 2016 17:46:16 -0500 Subject: sim: convert to bfd_endian Rather than re-invent endian defines, as well as maintain our own list of OS & arch-specific includes, punt all that logic in favor of the bfd ones already set up and maintained elsewhere. We already rely on the bfd library, so leveraging the endian aspect should be fine. --- sim/lm32/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sim/lm32/ChangeLog') diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index 5aaab31..552e848 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,5 +1,11 @@ 2016-01-02 Mike Frysinger + * arch.h (TARGET_BIG_ENDIAN): Delete. + * configure.ac (SIM_AC_OPTION_ENDIAN): Change BIG_ENDIAN to BIG. + * configure: Regenerate. + +2016-01-02 Mike Frysinger + * sim-if.c (free_state, print_lm32_misc_cpu): Delete prototypes. (lm32_option_handler, OPTION_ENDIAN, lm32_options): Delete. (sim_open): Delete sim_add_option_table call. -- cgit v1.1