aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sol2.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-09 16:28:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2010-12-09 16:28:45 +0000
commitbc972952f2371a0d1ba2384f008e068473dd0767 (patch)
treec8fad821abbe37159f3c27b41ee561c288d27a1f /gcc/config/sol2.h
parent6cbc71b2b5c9d258b2d246c0ddb831290fab2a4d (diff)
* config/ia64/hpux.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for
non-GNU assembler. * config/m68k/netbsd-elf.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove. * config/m68k/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove. * config/mips/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove. * config/sol2.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for non-GNU assembler. * config/sparc/sparc.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove. * config/svr4.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@167646 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r--gcc/config/sol2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h
index 943ff8bb726..0ad98aabd43 100644
--- a/gcc/config/sol2.h
+++ b/gcc/config/sol2.h
@@ -291,6 +291,9 @@ __enable_execute_stack (void *addr) \
#ifndef USE_GAS
#undef TARGET_ASM_ASSEMBLE_VISIBILITY
#define TARGET_ASM_ASSEMBLE_VISIBILITY solaris_assemble_visibility
+
+#define AS_NEEDS_DASH_FOR_PIPED_INPUT
+
#endif
extern GTY(()) tree solaris_pending_aligns;