From: Richard Kenner Date: Tue, 16 Jan 1996 11:03:20 +0000 (-0500) Subject: (ASM_WEAKEN_LABEL): Deleted; not supported. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5aee39a5178a704fce37d837e4d4e8508cd10e94;p=gcc.git (ASM_WEAKEN_LABEL): Deleted; not supported. From-SVN: r11013 --- diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index 72fcdd13366..43afa718de6 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Intel 80386 running FreeBSD. - Copyright (C) 1988, 1992, 1994 Free Software Foundation, Inc. + Copyright (C) 1988, 1992, 1994, 1996 Free Software Foundation, Inc. Contributed by Poul-Henning Kamp This file is part of GNU CC. @@ -120,12 +120,6 @@ Boston, MA 02111-1307, USA. */ #define TYPE_ASM_OP ".type" #define SIZE_ASM_OP ".size" -/* This is how we tell the assembler that a symbol is weak. */ - -#define ASM_WEAKEN_LABEL(FILE,NAME) \ - do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \ - fputc ('\n', FILE); } while (0) - /* The following macro defines the format used to output the second operand of the .type assembler directive. Different svr4 assemblers expect various different forms for this operand. The one given here