OSDN Git Service

* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL): Add undef.
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Dec 2006 18:18:19 +0000 (18:18 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Dec 2006 18:18:19 +0000 (18:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120054 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa64-hpux.h

index dbaffdb..dd2c357 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-19  Steve Ellcey  <sje@cup.hp.com>
+
+       * config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL):  Add undef.
+
 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
 
        PR bootstrap/29544
index d1b86d1..ff9e6ab 100644 (file)
@@ -197,6 +197,7 @@ do {                                                                \
    dynamic loader to work correctly.  This is equivalent to the
    HP assembler's .IMPORT directive but relates more directly to
    ELF object file types.  */
+#undef ASM_OUTPUT_EXTERNAL
 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME)                  \
   pa_hpux_asm_output_external ((FILE), (DECL), (NAME))
 #define ASM_OUTPUT_EXTERNAL_REAL(FILE, DECL, NAME)             \