aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2006-12-19 18:18:19 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2006-12-19 18:18:19 +0000
commit41da2805f38799eb92a3bf178a5e8dac6815066f (patch)
tree431c5c7dba512362d095dfc89dc1ae299fe45308 /gcc/config/pa
parent26f2ca2b6f05e0fac53cee2cfe6ab99839fd0cb9 (diff)
downloadgcc-41da2805f38799eb92a3bf178a5e8dac6815066f.zip
gcc-41da2805f38799eb92a3bf178a5e8dac6815066f.tar.gz
gcc-41da2805f38799eb92a3bf178a5e8dac6815066f.tar.bz2
* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL): Add undef.
From-SVN: r120054
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa64-hpux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h
index d1b86d1..ff9e6ab 100644
--- a/gcc/config/pa/pa64-hpux.h
+++ b/gcc/config/pa/pa64-hpux.h
@@ -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) \