This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] PR ld/11817 Revert part of compressed debug patch to fix ld breakage


The part of my compressed debug section patch that affected
bfd/dwarf2.c broke ld. This patch reverts that part. The original
patch was an attempt to fix a problem where it would apply relocations
before decompressing instead of the other way around. Since gnu ld
doesn't yet support compressed debug sections anyway, reverting this
patch will have no adverse effect there, but it will also leave
addr2line unable to handle relocatable object files with compressed
debug sections.

-cary

        PR ld/11817
        * dwarf2.c (read_section): Revert patch for compressed debug sections.
        (find_line): Likewise.
        (read_and_uncompress_section): Remove.

Attachment: revert-patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]