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 symtab/8423] Make HP/UX use section indexes and not 0, 1, 2, 3


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-04-08 20:08:23 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-04-08 20:08:21

Modified files:
    gdb            : ChangeLog solib-som.c somread.c 

Log message:
    PR symtab/8423:
    * solib-som.c (som_solib_section_offsets): Use BFD section
    indices.  Set offsets for all sections.
    * somread.c (som_symtab_read): Compute BFD section for
    symbol.  Use prim_record_minimal_symbol_and_info.
    (som_symfile_read): Fix comment.
    (struct find_section_offset_arg): New.
    (find_section_offset, set_section_index): New functions.
    (som_symfile_offsets): Use set_section_index to compute
    section indices.
    bfd/
    * som.c (bfd_section_from_som_symbol): No longer static.
    * som.h (bfd_section_from_som_symbol): Declare.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15381&r2=1.15382
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-som.c.diff?cvsroot=src&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/somread.c.diff?cvsroot=src&r1=1.59&r2=1.60

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