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 tdep/7438] Consider merging SMASH_TEXT_ADDRESS withADDR_BITS_REMOVE


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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-11-21 00:30:03 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    qiyao@sourceware.org    2012-11-21 00:29:55

Modified files:
    gdb            : ChangeLog arm-tdep.c coffread.c dbxread.c 
                     elfread.c gdbarch.c gdbarch.h gdbarch.sh 
                     hppa-tdep.c somread.c 

Log message:
    gdb/
    2012-11-21  Yao Qi  <yao@codesourcery.com>

    PR tdep/7438
    * gdbarch.sh (smash_text_address): Remove.
    * gdbarch.c, gdbarch.h: Regenerate.
    * arm-tdep.c (arm_smash_text_address): Remove.
    (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
    * hppa-tdep.c (hppa_smash_text_address): Remove.
    (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
    (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
    Caller update.
    * coffread.c (coff_symtab_read): Caller update.
    * dbxread.c (process_one_symbol): Likewise.
    * elfread.c (record_minimal_symbol): Likewise.
    * somread.c (som_symtab_read): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14846&r2=1.14847
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/arm-tdep.c.diff?cvsroot=src&r1=1.372&r2=1.373
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/coffread.c.diff?cvsroot=src&r1=1.132&r2=1.133
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dbxread.c.diff?cvsroot=src&r1=1.134&r2=1.135
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/elfread.c.diff?cvsroot=src&r1=1.139&r2=1.140
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&r1=1.500&r2=1.501
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&r1=1.448&r2=1.449
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&r1=1.549&r2=1.550
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/hppa-tdep.c.diff?cvsroot=src&r1=1.283&r2=1.284
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/somread.c.diff?cvsroot=src&r1=1.54&r2=1.55

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