aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-01-13 20:11:47 +0000
committerDaniel Jacobowitz <drow@false.org>2003-01-13 20:11:47 +0000
commit072b10225217d5ae073051998515a921c167ded5 (patch)
tree75b9301dce1a6b7b7da0066e75dfb94e02be4787 /gdb/ChangeLog
parentb5e5c35c013aa9b106a2e94871d63fd31cb28aa8 (diff)
downloadgdb-072b10225217d5ae073051998515a921c167ded5.zip
gdb-072b10225217d5ae073051998515a921c167ded5.tar.gz
gdb-072b10225217d5ae073051998515a921c167ded5.tar.bz2
* source.c (openp): If the file does not exist don't necessarily
search the path.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index de950fe..e4da29e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2003-01-13 Daniel Jacobowitz <drow@mvista.com>
+ * source.c (openp): If the file does not exist don't necessarily
+ search the path.
+
+2003-01-13 Daniel Jacobowitz <drow@mvista.com>
+
Fix PR gdb/872.
* gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
(integer_types_same_name_p): New function.