diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-03-23 15:03:01 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-03-23 15:03:01 +0000 |
commit | 3fd38161b37ab7ff2096528b3fb68bd5e41db31f (patch) | |
tree | 8f31db8b195dd27b90fb0cf8807808caf336fad4 /sim/common/ChangeLog | |
parent | b5981e5adfd788f7cc7c062a8734a8311efda010 (diff) | |
download | gdb-3fd38161b37ab7ff2096528b3fb68bd5e41db31f.zip gdb-3fd38161b37ab7ff2096528b3fb68bd5e41db31f.tar.gz gdb-3fd38161b37ab7ff2096528b3fb68bd5e41db31f.tar.bz2 |
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* acinclude.m4: Add SIM_DV_SOCKSER_O which is empty on hosts
which do not support dv-sockser.o. Add always as option to
first argument to SIM_AC_OPTION_HARDWARE. Fail if hardware
is always required to be enabled by simulator.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 6498668..9daab66 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,10 @@ +2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> + + * acinclude.m4: Add SIM_DV_SOCKSER_O which is empty on hosts + which do not support dv-sockser.o. Add always as option to + first argument to SIM_AC_OPTION_HARDWARE. Fail if hardware + is always required to be enabled by simulator. + 2012-08-28 Kaushik Phatak <kaushik.phatak@kpitcummins.com> * gennltvals.sh: Use libgloss/syscall.h for cr16. |