diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-09-04 18:50:13 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-09-04 18:50:13 +0000 |
commit | 1eaaf3050ed63a769b480ba2e5ef08396567eb71 (patch) | |
tree | 1b7efe8c4991a559e01639057b35b1af189224b0 /sim/d10v/ChangeLog | |
parent | 7eebfc6296f0830a435a21be0ab37a076c8566bd (diff) | |
download | gdb-1eaaf3050ed63a769b480ba2e5ef08396567eb71.zip gdb-1eaaf3050ed63a769b480ba2e5ef08396567eb71.tar.gz gdb-1eaaf3050ed63a769b480ba2e5ef08396567eb71.tar.bz2 |
First cut at dealing with canadian crosses; make -t in debugger set d10v_debug if DEBUG
Diffstat (limited to 'sim/d10v/ChangeLog')
-rw-r--r-- | sim/d10v/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index d551da9..aaa1cf4 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -33,12 +33,21 @@ Wed Sep 4 11:35:17 1996 Michael Meissner <meissner@tiktok.cygnus.com> (sim_info): Print out statistics on instructions. (sim_{trace,create_inferior}): Eliminate extraneous output unless debugging. + (sim_open): If args == -t and DEBUG was defined, set d10v_debug. + Only initialize the hash table the first time sim_open is called. * Makefile.in: Make objects depend on d10v_sim.h. - ({,SIM_}CFLAGS): Include configure dependent switches. + ({,SIM_}CFLAGS): Include configure dependent switches. Setting + CFLAGS does not override host/target defines or SIM_CFLAGS. + (CC_FOR_BUILD,gencode): Use CC_FOR_BUILD to compile gencode. + (run): By default, the math library is not needed to be linked + in. + ({BFD,OPCODES,LIBIBERTY}_LIB): Define as variables so they can be + overridden. * configure.in (--enable-sim-cflags): New switch to allow user to set the defaults. + (CC_FOR_BUILD): Deal with canadian crosses. * configure: Regenerate. Wed Sep 04 04:45:34 1996 Mark Alexander <marka@cygnus.com> |