logo       

src/gdb ChangeLog Makefile.in alpha-tdep.c alp ...: msg#00252

Subject: src/gdb ChangeLog Makefile.in alpha-tdep.c alp ...
CVSROOT:        /cvs/src
Module name:    src
Changes by:     thorpej@xxxxxxxxxxxxxxxxxx      2002-05-21 08:36:04

Modified files:
        gdb            : ChangeLog Makefile.in alpha-tdep.c alpha-tdep.h 
                         alpha-linux-tdep.c alpha-osf1-tdep.c 
                         alphafbsd-tdep.c alphanbsd-tdep.c sh-tdep.h 
                         sh-tdep.c shnbsd-tdep.c arm-linux-tdep.c 
                         arm-tdep.c arm-tdep.h armnbsd-tdep.c 
                         mips-tdep.c 
        gdb/doc        : gdbint.texinfo 
Added files:
        gdb            : osabi.c osabi.h 

Log message:
        * Makefile.in (SFILES): Add osabi.c.
        (COMMON_OBS): Add osabi.o.
        (osabi.o): New dependency list.
        * osabi.c: New file.
        * osabi.h: New file.
        * doc/gdbint.texinfo: Document new generic OS ABI framework.
        
        * Makefile.in (alpha_tdep_h): Define and use instead of
        alpha-tdep.h.
        * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
        get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
        Remove.
        (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
        * alpha-tdep.h: Include osabi.h.
        (alpha_abi): Remove.
        (gdbarch_tdep): Use generic OS ABI framework.
        * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
        gdbarch_register_osabi.
        * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
        * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
        * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
        
        * Makefile.in (sh_tdep_h): Add osabi.h.
        * sh-tdep.h (sh_osabi): Remove.
        (gdbarch_tdep): Use generic OS ABI framework.
        * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
        sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
        (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
        * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
        
        * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
        * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
        gdbarch_register_osabi.
        * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
        arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
        (get_elfosabi): Rename to...
        (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
        ABI framework support routines.
        (arm_gdbarch_init): Use generic OS ABI framework.
        (arm_dump_tdep): Likewise.
        (_initialize_arm_tdep): Likewise.
        * arm-tdep.h: Include osabi.h.
        (arm_abi): Remove.
        (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
        osabi member.
        (arm_gdbarch_register_os_abi): Remove prototype.
        * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
        (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
        
        * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
        * mips-tdep.c: Include osabi.h.
        (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
        OS ABI framework.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/osabi.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/osabi.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2676&r2=1.2677
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.194&r2=1.195
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alpha-tdep.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alpha-tdep.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alpha-linux-tdep.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alpha-osf1-tdep.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alphafbsd-tdep.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alphanbsd-tdep.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sh-tdep.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sh-tdep.c.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/shnbsd-tdep.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arm-linux-tdep.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arm-tdep.c.diff?cvsroot=src&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arm-tdep.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/armnbsd-tdep.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mips-tdep.c.diff?cvsroot=src&r1=1.73&r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/gdbint.texinfo.diff?cvsroot=src&r1=1.84&r2=1.85




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe