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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> 2011-10-13 09:33:08 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    ni...@sourceware.org    2011-10-13 09:33:02

Modified files:
    binutils       : ChangeLog readelf.c 

Log message:
    PR binutils/13219
    * readelf.c (GET_ELF_SYMBOLS): Add sym_count parameter.
    (get_32bit_elf_symbols): Add num_syms_return argument.
    Return the number of symbols loaded into the symbol table.
    (get_64bit_elf_symbols): Likewise.
    (process_section_headers): Use GET_ELF_SYMBOLS to initialise
    symbol count.
    (proces_relocs): Likewise.
    (ia64_process_unwind): Likewise.
    (hppa_process_unwind): Likewise.
    (arm_process_unwind): Likewise.
    (process_dynamic_section): Likewise.
    (process_version_sections): Likewise.
    (process_symbol_table): Likewise.
    (process_section_groups): Likewise.
    Add check before indexing into the symbol table.
    (apply_relocations): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1839&r2=1.1840
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.556&r2=1.557

-- 
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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to