diff options
author | Cary Coutant <ccoutant@google.com> | 2010-07-14 22:18:07 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-07-14 22:18:07 +0000 |
commit | 8c2ccebd6b34726f5642698a49222bc81306653a (patch) | |
tree | fd4b75d643de124ed8ce049d8ed04d9582e7d17d /bfd/ChangeLog | |
parent | 368886ac463c9e75337621a29292de8ff5744ce6 (diff) | |
download | gdb-8c2ccebd6b34726f5642698a49222bc81306653a.zip gdb-8c2ccebd6b34726f5642698a49222bc81306653a.tar.gz gdb-8c2ccebd6b34726f5642698a49222bc81306653a.tar.bz2 |
PR ld/11817
* dwarf2.c (read_section): Revert patch for compressed debug sections.
(find_line): Likewise.
(read_and_uncompress_section): Remove.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 26b38ae..05d57ce 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2010-07-14 Cary Coutant <ccoutant@google.com> + + PR ld/11817 + * dwarf2.c (read_section): Revert patch for compressed debug sections. + (find_line): Likewise. + (read_and_uncompress_section): Remove. + 2010-07-13 H.J. Lu <hongjiu.lu@intel.com> PR ld/11812 |