diff options
author | Cary Coutant <ccoutant@google.com> | 2012-10-24 02:26:39 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2012-10-24 02:26:39 +0000 |
commit | 774299092dc99b19dac96bc9226ff3421e70bef2 (patch) | |
tree | d2fb890acbc06f180341d09777235a2fc7a0e6b1 /gold/ChangeLog | |
parent | 657d0d47ba7fd3ae014a5b2b6e46ba6c8d1c461a (diff) | |
download | gdb-774299092dc99b19dac96bc9226ff3421e70bef2.zip gdb-774299092dc99b19dac96bc9226ff3421e70bef2.tar.gz gdb-774299092dc99b19dac96bc9226ff3421e70bef2.tar.bz2 |
gold/
* dwp.h: New header file.
* dwp.cc: New source file.
* gold.h: Move shared declarations to system.h.
* system.h: New header file.
* Makefile.am: Add dwp.
* Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1e60322..653f65f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,14 @@ 2012-10-23 Cary Coutant <ccoutant@google.com> + * dwp.h: New header file. + * dwp.cc: New source file. + * gold.h: Move shared declarations to system.h. + * system.h: New header file. + * Makefile.am: Add dwp. + * Makefile.in: Regenerate. + +2012-10-23 Cary Coutant <ccoutant@google.com> + * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call Dwarf_info_reader::read_from_pointer. (Dwarf_pubnames_table::read_header): Likewise. |