diff options
author | Doug Evans <dje@google.com> | 2013-06-13 23:01:37 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-06-13 23:01:37 +0000 |
commit | 9c02c1294723e1363c7555c8f404cf88eaf8e7c4 (patch) | |
tree | ea1779c7d63fe5c7b4d2702e708e9fb669cf941a /gdb/ChangeLog | |
parent | cdd4989877f0692d8424f4361a1cd6c768884c61 (diff) | |
download | gdb-9c02c1294723e1363c7555c8f404cf88eaf8e7c4.zip gdb-9c02c1294723e1363c7555c8f404cf88eaf8e7c4.tar.gz gdb-9c02c1294723e1363c7555c8f404cf88eaf8e7c4.tar.bz2 |
* dwarf2read.c (try_open_dwop_file): Work around behaviour of
OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad73d8f..7ae0797 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-06-13 Doug Evans <dje@google.com> + + * dwarf2read.c (try_open_dwop_file): Work around behaviour of + OPF_TRY_CWD_FIRST to not search path if the file contains a '/'. + 2013-06-12 Phil Muldoon <pmuldoon@redhat.com> * stack.c (backtrace_command_1): Fix indentation. |