aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-05-09 17:51:01 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-05-09 17:51:01 +0000
commit74a151fa4a9a1ee099cd3244a4d2bb029fd51ca6 (patch)
tree7303423139bb8c50d4f0c9a79bcd98fcb2e1f2a6 /gdb/ChangeLog
parent0d17c81d95377cc552092f5f92dc9221d562ef77 (diff)
downloadgdb-74a151fa4a9a1ee099cd3244a4d2bb029fd51ca6.zip
gdb-74a151fa4a9a1ee099cd3244a4d2bb029fd51ca6.tar.gz
gdb-74a151fa4a9a1ee099cd3244a4d2bb029fd51ca6.tar.bz2
2001-05-09 Elena Zannoni <ezannoni@redhat.com>
* sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS conditional for help with connections through parallel ports, given that the actual code for downloading through a parallel port is not conditionalized. * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is unmaintaned, and probably on its way to obsolescence.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 85276c8..2f57191 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2001-05-09 Elena Zannoni <ezannoni@redhat.com>
+
+ * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
+ conditional for help with connections through parallel ports,
+ given that the actual code for downloading through a parallel port
+ is not conditionalized.
+
+ * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
+ unmaintaned, and probably on its way to obsolescence.
+
2001-05-09 Mark Kettenis <kettenis@gnu.org>
* i386-tdep.c (i386_frame_saved_pc): New function.