(ASM_FILE_START): If profiling IMPORT "_mcount" instead of
authorJeff Law <law@gcc.gnu.org>
Thu, 6 Aug 1992 23:23:20 +0000 (17:23 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 6 Aug 1992 23:23:20 +0000 (17:23 -0600)
commita291e551670918165b4df941d78661f483c287c4
tree73714e2a9b2fc0461e72b75443bbdc36efd6ad28
parent17e1dfa27c9434162c63d83bffbd70b627897282
(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.

From-SVN: r1775
gcc/config/pa/pa.h