* 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
Showing
- gcc/ChangeLog 15 additions, 0 deletionsgcc/ChangeLog
- gcc/config/pa/elf.h 43 additions, 0 deletionsgcc/config/pa/elf.h
- gcc/config/pa/pa-pro-end.h 2 additions, 2 deletionsgcc/config/pa/pa-pro-end.h
- gcc/config/pa/pa-pro.h 0 additions, 79 deletionsgcc/config/pa/pa-pro.h
- gcc/config/pa/pa.c 2 additions, 0 deletionsgcc/config/pa/pa.c
- gcc/config/pa/pa.h 25 additions, 479 deletionsgcc/config/pa/pa.h
- gcc/config/pa/som.h 463 additions, 0 deletionsgcc/config/pa/som.h
- gcc/configure 114 additions, 109 deletionsgcc/configure
- gcc/configure.in 22 additions, 17 deletionsgcc/configure.in
Loading
Please register or sign in to comment