aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-27 11:34:30 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-27 11:34:30 +0000
commit0802cc4008d88503871f386dec0745bd199087e0 (patch)
tree2207e52a919bca692337009cb1cf3e10d0d0064e /sim/common/ChangeLog
parent5d031c16b833c64948b1a70312e79b72765a893b (diff)
downloadgdb-0802cc4008d88503871f386dec0745bd199087e0.zip
gdb-0802cc4008d88503871f386dec0745bd199087e0.tar.gz
gdb-0802cc4008d88503871f386dec0745bd199087e0.tar.bz2
2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* sim-hw.c: Use <errno.h> instead of <sys/errno.h> (OPTION_HW_LIST): New option --hw-list to list the devices. (hw_option_handler): List the device tree with 'sim_hw_print'.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 3cc0732..1a12066 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,6 +1,11 @@
Thu Jul 27 20:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
+ * sim-hw.c: Use <errno.h> instead of <sys/errno.h>
+ (OPTION_HW_LIST): New option --hw-list to list the devices.
+ (hw_option_handler): List the device tree with 'sim_hw_print'.
+
+ From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
* sim-bits.h (_MSB_16, _LSB_16): Define for 16-bit targets.
(MASK, LSBIT, MSBIT): Likewise and use _MSB_16 and _LSB_16.
(EXTENDED): Define for 16-bit word size.