diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-03 03:02:48 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-03 03:02:48 +0000 |
commit | 21bfad86aa4789bab672d3bd09e387a11de917e4 (patch) | |
tree | 20150065d949d4165a802eaeba24b86612272025 | |
parent | 30bb74eca4a74aa9c83662be70d3a42e09625d02 (diff) | |
download | gdb-21bfad86aa4789bab672d3bd09e387a11de917e4.zip gdb-21bfad86aa4789bab672d3bd09e387a11de917e4.tar.gz gdb-21bfad86aa4789bab672d3bd09e387a11de917e4.tar.bz2 |
* sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
* sim-config.h: To here.
-rw-r--r-- | sim/common/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index f1f888f..c5c7dcc 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,8 @@ Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com> + * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here, + * sim-config.h: To here. + * Make-common.in (SIM_EXTRA_DEPS): New config var. (sim_main_headers): Define. (sim-*.o): Depend on $(SIM_EXTRA_DEPS). |