]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.in
configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as appropriate.
authorJeffrey A Law <law@cygnus.com>
Wed, 30 Jun 1999 06:11:46 +0000 (06:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 30 Jun 1999 06:11:46 +0000 (00:11 -0600)
commit0d381b47571b7625ee4df85147d3327acb4573eb
treecfa622ccd99368d7a69eebb08cda268d930e5336
parentc7a159aa2fbe2015b7f700952163c2e70216956f
configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as appropriate.

        * 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.

From-SVN: r27846
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