OSDN Git Service

(ASM_OUTPUT_SECTION_NAME): New macro.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Apr 1995 12:10:12 +0000 (12:10 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Apr 1995 12:10:12 +0000 (12:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9367 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/a29k/a29k.h

index 67818f4..acb5206 100644 (file)
@@ -1442,6 +1442,12 @@ literal_section ()                                               \
 extern int a29k_debug_reg_map[];
 #define DBX_REGISTER_NUMBER(REGNO) a29k_debug_reg_map[REGNO]
 
+/* This how to write an assembler directive to FILE to switch to
+   section NAME for DECL.  */
+
+#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME) \
+  fprintf (FILE, "\t.sect %s, bss\n\t.use %s\n", NAME, NAME)
+
 /* This is how to output the definition of a user-level label named NAME,
    such as the label on a static function or variable NAME.  */