Commit f31a472f by Richard Kenner

(HAVE_SYSV_PRAGMA): Define.

(SET_ASM_OP): Define.

From-SVN: r11780
parent 0dc09c0f
...@@ -68,22 +68,28 @@ ...@@ -68,22 +68,28 @@
/* Implicit library calls should use memcpy, not bcopy, etc. */ /* Implicit library calls should use memcpy, not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS #define TARGET_MEM_FUNCTIONS
/* Handle #pragma weak and #pragma pack. */
#define HANDLE_SYSV_PRAGMA
/* /*
* Some imports from svr4.h in support of shared libraries. * Some imports from svr4.h in support of shared libraries.
* Currently, we need the DECLARE_OBJECT_SIZE stuff. * Currently, we need the DECLARE_OBJECT_SIZE stuff.
*/ */
/* Define the strings used for the special svr4 .type and .size directives. /* Define the strings used for the .type, .size, and .set directives.
These strings generally do not vary from one system running svr4 to These strings generally do not vary from one system running netbsd
another, but if a given system (e.g. m88k running svr) needs to use to another, but if a given system needs to use different pseudo-op
different pseudo-op names for these, they may be overridden in the names for these, they may be overridden in the file which includes
file which includes this one. */ this one. */
#undef TYPE_ASM_OP #undef TYPE_ASM_OP
#undef SIZE_ASM_OP #undef SIZE_ASM_OP
#undef SET_ASM_OP
#define TYPE_ASM_OP ".type" #define TYPE_ASM_OP ".type"
#define SIZE_ASM_OP ".size" #define SIZE_ASM_OP ".size"
#define SET_ASM_OP ".set"
/* This is how we tell the assembler that a symbol is weak. */ /* This is how we tell the assembler that a symbol is weak. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment