OSDN Git Service

(ASM_FILE_START): If profiling IMPORT "_mcount" instead of
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Aug 1992 23:23:20 +0000 (23:23 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Aug 1992 23:23:20 +0000 (23:23 +0000)
commita77c7acd5a4f9f20a8da27a2da692534b3f33ca5
tree73714e2a9b2fc0461e72b75443bbdc36efd6ad28
parent9c6d48252857dda6be55a60986ba456af796837f
(ASM_FILE_START): If profiling IMPORT "_mcount" instead of
"__gcc_mcount".

(TARGET_SWITCHES): New switch "no-bss" which forces gcc not
use make use of the bss subspace.  (For compatability with old
buggy versions of gas.)
(ASM_FILE_START): Add $BSS$ subspace.
(BSS_SECTION_ASM_OP): New macro which tells the assembler to
switch to the bss subspace.
(EXTRA_SECTIONS): Define in_bss as an extra section.
(EXTRA_SECTION_FUNCTIONS): Define "bss_section" function to switch
into the bss subspace.
(ASM_OUTPUT_COMMON): If !TARGET_NO_BSS, then place commons into
the bss subspace.
(ASM_OUTPUT_LOCAL): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1775 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/config/pa/pa.h