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/15161] symfile.c:struct load_section_data::load_offset is"unsigned long" but should be wider.


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-02-19 18:32:02 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    ktietz@sourceware.org    2013-02-19 18:31:50

Modified files:
    gdb            : ChangeLog symfile.c 

Log message:
    PR gdb/15161
    * symfile.c (load_section_data): Change type of load_offset
    to CORE_ADDR.
    (generic_load): User strtoulst instead of strtoul for conversion
    of load_offset.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15169&r2=1.15170
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&r1=1.363&r2=1.364

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