diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-09 18:53:48 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-09 18:53:48 +0000 |
commit | 757a13d08aac1c67aeefe8edf227bc34dbb0c681 (patch) | |
tree | b5fae69078529586d1dc9ec02694051e77fde958 /gdb/ChangeLog | |
parent | f378cd831635f37f0f0022a339a74a2fbfbb3379 (diff) | |
download | gdb-757a13d08aac1c67aeefe8edf227bc34dbb0c681.zip gdb-757a13d08aac1c67aeefe8edf227bc34dbb0c681.tar.gz gdb-757a13d08aac1c67aeefe8edf227bc34dbb0c681.tar.bz2 |
PR gdb/9873:
* dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
Move the variable `macinfo_type' out of the loop. Create a new
processing pass before the current one to pre-create `current_file'.
New complaint on misplaced zero/non-zero definitions/includes.
Skip first DW_MACINFO_start_file with `at_commandline' set.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 10b3429..821a523 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com> + + PR gdb/9873: + * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'. + Move the variable `macinfo_type' out of the loop. Create a new + processing pass before the current one to pre-create `current_file'. + New complaint on misplaced zero/non-zero definitions/includes. + Skip first DW_MACINFO_start_file with `at_commandline' set. + 2008-03-09 Vladimir Prus <vladimir@codesourcery.com> * solib.c (reload_shared_libraries): Give |