diff options
author | Tom Tromey <tromey@redhat.com> | 2012-01-30 20:10:32 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-01-30 20:10:32 +0000 |
commit | 8fc3fc345540f264ddc61b7d828b62e75e0a5049 (patch) | |
tree | 2035c12250d1c27632a290c3c201601735924be4 /gdb/ChangeLog | |
parent | 5d853008e8e605f547c0eada69359d483099e73e (diff) | |
download | gdb-8fc3fc345540f264ddc61b7d828b62e75e0a5049.zip gdb-8fc3fc345540f264ddc61b7d828b62e75e0a5049.tar.gz gdb-8fc3fc345540f264ddc61b7d828b62e75e0a5049.tar.bz2 |
PR breakpoints/13568:
* dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
argument. Check for recursive includes.
(dwarf_decode_macros): Create an include hash.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67b56c7..c4eba66 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2012-01-30 Tom Tromey <tromey@redhat.com> + + PR breakpoints/13568: + * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash' + argument. Check for recursive includes. + (dwarf_decode_macros): Create an include hash. + 2012-01-30 Michael Eager <eager@eagercon.com> * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o. |