Commit d1fe519c by John David Anglin Committed by John David Anglin

re PR testsuite/37325 (Visibility test fails)

	PR testsuite/37325
	* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL_REAL): Call
	default_elf_asm_output_external.

From-SVN: r139962
parent 1ced1970
2008-09-03 John David Anglin <dave.anglin@nrc.cnrc.gc.ca>
PR testsuite/37325
* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL_REAL): Call
default_elf_asm_output_external.
2008-09-03 Jeff Law <law@redhat.com>
* h8300.c (expand_a_shift): Avoid invalid RTL sharing.
......
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment