From bf749b932cc994dab8c2931aad49aaa58eb395e8 Mon Sep 17 00:00:00 2001 From: nate Date: Sat, 11 Mar 1995 04:07:26 +0000 Subject: Added support for #pragma weak. Obtained from: NetBSD --- gnu/usr.bin/cc/include/tm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/usr.bin/cc') diff --git a/gnu/usr.bin/cc/include/tm.h b/gnu/usr.bin/cc/include/tm.h index a3cd694..e6286131 100644 --- a/gnu/usr.bin/cc/include/tm.h +++ b/gnu/usr.bin/cc/include/tm.h @@ -124,6 +124,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * Currently, we need the DECLARE_OBJECT_SIZE stuff. */ +#define HANDLE_SYSV_PRAGMA + /* Define the strings used for the special svr4 .type and .size directives. These strings generally do not vary from one system running svr4 to another, but if a given system (e.g. m88k running svr) needs to use @@ -133,6 +135,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TYPE_ASM_OP ".type" #define SIZE_ASM_OP ".size" #define WEAK_ASM_OP ".weak" +#define SET_ASM_OP ".set" /* The following macro defines the format used to output the second operand of the .type assembler directive. Different svr4 assemblers -- cgit v1.1