This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug gdb/14704] GDB fails to decompress relocatable files


http://sourceware.org/bugzilla/show_bug.cgi?id=14704

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-11-08 19:52:47 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2012-11-08 19:52:42

Modified files:
    gdb            : ChangeLog gdb_bfd.c osabi.c xcoffread.c 
    gdb/contrib    : cc-with-tweaks.sh 
    gdb/python     : py-auto-load.c 
    gdb/testsuite  : ChangeLog 
Added files:
    gdb/testsuite/gdb.base: comprdebug.exp 

Log message:
    PR gdb/14704:
    * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
    (zlib_decompress_section): Remove.
    (gdb_bfd_map_section): Only check for compressed section
    in mmap case.  Use bfd_get_full_section_contents.
    * osabi.c (check_note): Add 'sectsize' argument.  Read
    section data.
    (generic_elf_osabi_sniff_abi_tag_sections): Don't read
    section data.  Update for check_note change.
    * xcoffread.c (xcoff_initial_scan): Use
    bfd_get_full_section_contents.
    * py-auto-load.c (auto_load_section_scripts): Use
    bfd_get_full_section_contents.
    * contrib/cc-with-tweaks.sh: Add -Z option.
    testsuite
    * gdb.base/comprdebug.exp: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14800&r2=1.14801
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdb_bfd.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/osabi.c.diff?cvsroot=src&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/xcoffread.c.diff?cvsroot=src&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/contrib/cc-with-tweaks.sh.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-auto-load.c.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3443&r2=1.3444
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/comprdebug.exp.diff?cvsroot=src&r1=NONE&r2=1.1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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