diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-27 16:43:26 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-27 16:43:26 +0000 |
commit | 28e66c70aa949a56fa6615d5b7cc095c50856543 (patch) | |
tree | 3763ded4d242af716a0e389a45bb7467ecd6dbd6 /gdb | |
parent | dc7650b823607b4dd2ebc23b4c30deaaf0ddc0a2 (diff) | |
download | gdb-28e66c70aa949a56fa6615d5b7cc095c50856543.zip gdb-28e66c70aa949a56fa6615d5b7cc095c50856543.tar.gz gdb-28e66c70aa949a56fa6615d5b7cc095c50856543.tar.bz2 |
ChangeLog fix:
PR gdb/14494.
* dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
Move the SEC_HAS_CONTENTS check here - for any NAMES use.
(dwarf2_locate_sections) <eh_frame>: Move the variable and check from
here.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bacebf2..dc3240a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com> + PR gdb/14494. * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here. Move the SEC_HAS_CONTENTS check here - for any NAMES use. (dwarf2_locate_sections) <eh_frame>: Move the variable and check from |