aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2013-03-01 22:53:02 +0000
committerCary Coutant <ccoutant@google.com>2013-03-01 22:53:02 +0000
commita68a081d64d23c94aae82a9111024cbee879ab57 (patch)
treed97481bf4e1294899a81e80e34bd7951aee6b23a /gold/ChangeLog
parent69e2f9c4dcf6b15f501ba0fb81be7ea1ae3c7fc7 (diff)
downloadgdb-a68a081d64d23c94aae82a9111024cbee879ab57.zip
gdb-a68a081d64d23c94aae82a9111024cbee879ab57.tar.gz
gdb-a68a081d64d23c94aae82a9111024cbee879ab57.tar.bz2
gold/
* dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move function into class definition in header file. (Dwarf_info_reader::warn_corrupt_debug_section): New function. * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section): New function. (Dwarf_info_reader::check_buffer): Move here from .cc file.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 0aa655e..61747b0 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,12 @@
+2013-03-01 Cary Coutant <ccoutant@google.com>
+
+ * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
+ function into class definition in header file.
+ (Dwarf_info_reader::warn_corrupt_debug_section): New function.
+ * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
+ New function.
+ (Dwarf_info_reader::check_buffer): Move here from .cc file.
+
2013-02-28 Alan Modra <amodra@gmail.com>
* target.h (Target::plt_fde_location, do_plt_fde_location): Declare.