aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-02-23 19:26:14 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-02-23 19:26:14 +0000
commitcbdeadcaa3b68c48146dd26b5c812d2439cfb0ec (patch)
tree6bff818f38b09d8c76eff97fff0aa81f1f675697 /gdb/ChangeLog
parent8ee9a8b2e70a9b650d1a60aa71b61936efa67c6a (diff)
downloadgdb-cbdeadcaa3b68c48146dd26b5c812d2439cfb0ec.zip
gdb-cbdeadcaa3b68c48146dd26b5c812d2439cfb0ec.tar.gz
gdb-cbdeadcaa3b68c48146dd26b5c812d2439cfb0ec.tar.bz2
2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
* defs.h (nquery, yquery): New prototypes. * breakpoint.c (break_command_1): Use new nquery interface. * utils.c (defaulted_query, nquery, yquery): New functions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 942be44..3c0a192 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
+
+ * defs.h (nquery, yquery): New prototypes.
+ * breakpoint.c (break_command_1): Use new nquery interface.
+ * utils.c (defaulted_query, nquery, yquery): New functions.
+
2004-02-23 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c (hppa_frame_align): New function.
@@ -303,6 +309,7 @@
* sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
cache->uses_fp prior to setting it.
+>>>>>>> 1.5450
2004-02-19 Fred Fish <fnf@redhat.com>
Fix for PR breakpoint/1558.
@@ -319,6 +326,7 @@
type being greater than sizeof of host's LONGEST. Always use
unpack_long() unless format 'f' chosen.
+>>>>>>> 1.5419
2004-02-19 Joel Brobecker <brobecker@gnat.com>
Committed by Elena Zannoni <ezannoni@redhat.com>