diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 01f4be9..31a3794 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-05-10 Joel Brobecker <brobecker@adacore.com> + * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c, + print-file-var-lib2.c, print-file-var-main.c and + print-file-var.exp (located in gdb/testsuite/gdb.base). + +2012-05-10 Joel Brobecker <brobecker@adacore.com> + * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols, try locating the symbol in the symbol's own objfile first, before extending the search to all objfiles. |