summaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa-hpux11.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-08 13:45:12 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-08 13:45:12 +0000
commit8669d95dfccbb0e5323580af7dd4c9005fc690f6 (patch)
treefcdb2bbebae6c8d3fc56d21e039707d399d22495 /gcc/config/pa/pa-hpux11.h
parent0e2433cf63642d9d26c84f34d4fbef14f06fbe4d (diff)
downloadgcc-8669d95dfccbb0e5323580af7dd4c9005fc690f6.tar.gz
* pa/elf.h (ASM_FILE_START): Define.
* pa/som.h (ASM_FILE_START): Include .level directives. * pa/hpux10.h (ASM_FILE_START): Delete. * pa/hpux11.h (ASM_FILE_START): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-hpux11.h')
-rw-r--r--gcc/config/pa/pa-hpux11.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/gcc/config/pa/pa-hpux11.h b/gcc/config/pa/pa-hpux11.h
index 5dcecd48d87..18bf45387c9 100644
--- a/gcc/config/pa/pa-hpux11.h
+++ b/gcc/config/pa/pa-hpux11.h
@@ -40,31 +40,6 @@ Boston, MA 02111-1307, USA. */
%{p: -L/lib/libp/ -lc}\
%{pg: -L/lib/libp/ -lc}}}"
-/* The hpux11 assembler requires a .LEVEL pseudo-op at the start of the
- assembly file. */
-#undef ASM_FILE_START
-#define ASM_FILE_START(FILE) \
-do { \
- if (TARGET_PA_20) \
- fputs("\t.LEVEL 2.0\n", FILE); \
- else if (TARGET_PA_11) \
- fputs("\t.LEVEL 1.1\n", FILE); \
- else \
- fputs("\t.LEVEL 1.0\n", FILE); \
- fputs ("\t.SPACE $PRIVATE$\n\
-\t.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31\n\
-\t.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82\n\
-\t.SPACE $TEXT$\n\
-\t.SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44\n\
-\t.SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY\n\
-\t.IMPORT $global$,DATA\n\
-\t.IMPORT $$dyncall,MILLICODE\n", FILE);\
- if (profile_flag)\
- fprintf (FILE, "\t.IMPORT _mcount, CODE\n");\
- if (write_symbols != NO_DEBUG) \
- output_file_directive ((FILE), main_input_filename); \
- } while (0)
-
/* Under hpux11, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */