diff options
author | Nick Clifton <nickc@cambridge.redhat.com> | 2001-09-14 10:19:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-09-14 10:19:30 +0000 |
commit | be393ecf35154c276cca7e4843402ababd35b762 (patch) | |
tree | 67a55c32ca6ec7ae816c669c07683e6f35b787f2 /gcc/config/arm/linux-gas.h | |
parent | 733079758939b30bcdb505d5306b49ba60266c8a (diff) | |
download | gcc-be393ecf35154c276cca7e4843402ababd35b762.tar.gz |
Rearrange arm/elf header files
From-SVN: r45594
Diffstat (limited to 'gcc/config/arm/linux-gas.h')
-rw-r--r-- | gcc/config/arm/linux-gas.h | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h index eea8bed0781..b4e346dd9ef 100644 --- a/gcc/config/arm/linux-gas.h +++ b/gcc/config/arm/linux-gas.h @@ -20,24 +20,10 @@ along with this program; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - * We are using GAS, so stabs should work. - */ +/* This is how we tell the assembler that a symbol is weak. + GAS always supports weak symbols. */ -#ifndef DBX_DEBUGGING_INFO -#define DBX_DEBUGGING_INFO 1 -#endif - -/* - * This is how we tell the assembler that a symbol is weak. GAS always - * supports weak symbols. - */ - -#define ASM_WEAKEN_LABEL(FILE,NAME) \ - do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \ - fputc ('\n', FILE); } while (0) - -/* This is used in ASM_FILE_START */ +/* This is used in ASM_FILE_START. */ #undef ARM_OS_NAME #define ARM_OS_NAME "Linux" |