OSDN Git Service

* configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jun 1999 06:11:46 +0000 (06:11 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jun 1999 06:11:46 +0000 (06:11 +0000)
commitcd23503e9da3e97999963ecb2f53ec3e5c32f573
treecfa622ccd99368d7a69eebb08cda268d930e5336
parentc6864c43a6ff5022eb9c53d45275693d7fed346e
    * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
        appropriate.
        * configure: Rebuilt.
        (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
        * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
        definitions made redundant by dbxelf.h inclusion.  Delete
        lots of definitions related to assembly output that are
        specific to the SOM object format.
        * pa.c (output_function_prologue): Do not emit the function's
        name for OBJ_ELF.
        * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
        * pa-pro.h: Deleted.
        * som.h: New file with SOM specific definitions.
        * elf.h: New file with ELF specific definitions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27846 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/pa/elf.h [new file with mode: 0644]
gcc/config/pa/pa-pro-end.h
gcc/config/pa/pa-pro.h [deleted file]
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/config/pa/som.h [new file with mode: 0644]
gcc/configure
gcc/configure.in