diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-03-25 01:41:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-03-25 01:41:33 +0000 |
commit | d89fa2d80a72cc5e21793c78d877a1349ffb5c16 (patch) | |
tree | 9fc559ee3437ceb23f63594cc4156c25a97e8d09 /sim/common/ChangeLog | |
parent | 818c1ddd6e17925e87b97d62316aa928d8a2279e (diff) | |
download | gdb-d89fa2d80a72cc5e21793c78d877a1349ffb5c16.zip gdb-d89fa2d80a72cc5e21793c78d877a1349ffb5c16.tar.gz gdb-d89fa2d80a72cc5e21793c78d877a1349ffb5c16.tar.bz2 |
Re-do --enable-sim-hardware so that each simulator can specify the devices
it wants built.
Generate hw-config.h.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 116d19c..c98617c 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,19 @@ +Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +Mon Mar 23 10:25:08 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Add second argument, + appends extra devices. + (SIM_AC_OPTION_HARDWARE): Substute sim_hw, a non-duplicate list of + the device names. + + * Make-common.in (hw-config.h): New target, create hw-config.h + file. + (SIM_HW): Definition from @sim_hw@. + (hw-base.o): Depend on hw-config.h + Tue Mar 24 17:41:35 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk> * Make-common.in: Get SHELL from configure. |