OSDN Git Service

(INIT_SECTION_ASM_OP): Delete.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Oct 1995 23:35:31 +0000 (23:35 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Oct 1995 23:35:31 +0000 (23:35 +0000)
(HAVE_ATEXIT): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10507 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.h

index 6c37a99..3b67014 100644 (file)
@@ -1117,7 +1117,6 @@ extern int current_function_anonymous_args;
 #define DATA_SECTION_ASM_OP            "\t.data"
 #define CTORS_SECTION_ASM_OP           "\t.section\t.ctors\n"
 #define DTORS_SECTION_ASM_OP           "\t.section\t.dtors\n"
-#define INIT_SECTION_ASM_OP            "\t.section\t.init\n"
 #define EXTRA_SECTIONS                         in_ctors, in_dtors
 #define EXTRA_SECTION_FUNCTIONS                                        \
 void                                                           \
@@ -1444,3 +1443,6 @@ extern int pragma_interrupt;
    compatibility problems.  */
 
 /* ??? Define ADJUST_COSTS?  */
+
+/* For the sake of libgcc2.c, indicate target supports atexit.  */
+#define HAVE_ATEXIT