diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-23 22:45:13 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-23 23:20:09 -0400 |
commit | 64dd13dfc267b1d13f42519f220e89a4386591fd (patch) | |
tree | bbc91496984398e99697c783c78af0ef18339da5 /sim/lm32/ChangeLog | |
parent | 7722e5b8022b5177a1788a48c6c1c6d7b11315ef (diff) | |
download | gdb-64dd13dfc267b1d13f42519f220e89a4386591fd.zip gdb-64dd13dfc267b1d13f42519f220e89a4386591fd.tar.gz gdb-64dd13dfc267b1d13f42519f220e89a4386591fd.tar.bz2 |
sim: drop support for requiring hw support
Since no sim is using the "always" option to SIM_AC_OPTION_HARDWARE, and
we don't want to require hw support to always be enabled, drop the option.
This leads to a slight simplification in the macro too as we can collapse
the sim_hw_p variable.
Diffstat (limited to 'sim/lm32/ChangeLog')
-rw-r--r-- | sim/lm32/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index 3ea4b85..653c10d 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,6 +1,10 @@ 2015-03-23 Mike Frysinger <vapier@gentoo.org> * configure: Regenerate. + +2015-03-23 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. * Makefile.in (SIM_OBJS): Delete @SIM_DV_SOCKSER_O@. 2015-03-16 Mike Frysinger <vapier@gentoo.org> |