diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-03 22:50:07 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-03 22:50:07 +0000 |
commit | 8ee2e6194fc7cae4e133fb092c97a1ca0d288b22 (patch) | |
tree | 1a3e574b10c05c3809895efb803234677909024b /gcc/config/pa/pa64-hpux.h | |
parent | 045cc3b3dfe269c1e9e5c566e3af934137fcb123 (diff) | |
download | gcc-8ee2e6194fc7cae4e133fb092c97a1ca0d288b22.tar.gz |
PR testsuite/37325
* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL_REAL): Call
default_elf_asm_output_external.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa64-hpux.h')
-rw-r--r-- | gcc/config/pa/pa64-hpux.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index bad5b41c2e3..fa5ec3a4f1e 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler, for HPs running HPUX using the 64bit runtime model. - Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007 Free Software Foundation, - Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008 + Free Software Foundation, Inc. This file is part of GCC. @@ -217,6 +217,7 @@ do { \ ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \ else \ ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "object"); \ + default_elf_asm_output_external (FILE, DECL, NAME); \ } while (0) /* We need set the type for external libcalls. Also note that not all |