diff options
author | Jeff Law <law@gcc.gnu.org> | 1992-08-06 17:23:20 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1992-08-06 17:23:20 -0600 |
commit | a291e551670918165b4df941d78661f483c287c4 (patch) | |
tree | 73714e2a9b2fc0461e72b75443bbdc36efd6ad28 /gcc/tree.h | |
parent | 17e1dfa27c9434162c63d83bffbd70b627897282 (diff) | |
download | gcc-a291e551670918165b4df941d78661f483c287c4.zip gcc-a291e551670918165b4df941d78661f483c287c4.tar.gz gcc-a291e551670918165b4df941d78661f483c287c4.tar.bz2 |
(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
Diffstat (limited to 'gcc/tree.h')
0 files changed, 0 insertions, 0 deletions