(HAVE_SYSV_PRAGMA): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Apr 1996 12:01:51 +0000 (08:01 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Apr 1996 12:01:51 +0000 (08:01 -0400)
(SET_ASM_OP): Define.

From-SVN: r11780

gcc/config/netbsd.h

index 8c0974ade4dafca578a1de01c6ae96e7235713c0..9629d5f609c54b026576c67eaa87d21873fd889f 100644 (file)
 /* Implicit library calls should use memcpy, not bcopy, etc.  */
 
 #define TARGET_MEM_FUNCTIONS
+
+/* Handle #pragma weak and #pragma pack.  */
+
+#define HANDLE_SYSV_PRAGMA
 \f
 /*
  * Some imports from svr4.h in support of shared libraries.
  * Currently, we need the DECLARE_OBJECT_SIZE stuff.
  */
 
-/* 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
-   different pseudo-op names for these, they may be overridden in the
-   file which includes this one.  */
+/* Define the strings used for the .type, .size, and .set directives.
+   These strings generally do not vary from one system running netbsd
+   to another, but if a given system needs to use different pseudo-op
+   names for these, they may be overridden in the file which includes
+   this one.  */
 
 #undef TYPE_ASM_OP
 #undef SIZE_ASM_OP
+#undef SET_ASM_OP
 #define TYPE_ASM_OP    ".type"
 #define SIZE_ASM_OP    ".size"
+#define SET_ASM_OP     ".set"
 
 /* This is how we tell the assembler that a symbol is weak.  */