From 28e66c70aa949a56fa6615d5b7cc095c50856543 Mon Sep 17 00:00:00 2001
From: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon, 27 Aug 2012 16:43:26 +0000
Subject: [PATCH] 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.

---
 gdb/ChangeLog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bacebf287be..dc3240aa1af 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