OSDN Git Service

* config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Feb 2004 11:14:12 +0000 (11:14 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Feb 2004 11:14:12 +0000 (11:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78094 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mcore/mcore.h

index 3baa40e..a841cb7 100644 (file)
@@ -1,5 +1,9 @@
 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
+
+2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
+
        * hooks.c (hook_void_tree_int): Remove.
        (hook_void_constcharptr): Likewise.
        (hook_int_void_0): Likewise.
index 6955829..a344a28 100644 (file)
@@ -1128,25 +1128,6 @@ extern long mcore_current_compilation_timestamp;
   while (0)
 
 /* This says how to output an assembler line
-   to define an external symbol.  */
-#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME)   \
-  do                                           \
-    {                                          \
-      fputs ("\t.import\t", (FILE));           \
-      assemble_name ((FILE), (NAME));          \
-      fputs ("\n", (FILE));                    \
-    }                                          \
-  while (0)
-     
-#undef ASM_OUTPUT_EXTERNAL
-/* RBE: we undefined this and let gas do it's "undefined is imported"
-   games. This is because when we use this, we get a marked 
-   reference through the call to assemble_name and this forces C++
-   inlined member functions (or any inlined function) to be instantiated
-   regardless of whether any call sites remain.
-   This makes this aspect of the compiler non-ABI compliant.  */
-
-/* This says how to output an assembler line
    to define a local common symbol....  */
 #undef  ASM_OUTPUT_LOCAL
 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED)    \