]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/ia64/sysv4.h
dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
[thirdparty/gcc.git] / gcc / config / ia64 / sysv4.h
index 678a81ec6289333157e8abb9f14923c35a4d24c5..0d760731b465e0f09278c737bf38272582f0b767 100644 (file)
@@ -1,7 +1,7 @@
 /* Override definitions in elfos.h/svr4.h to be correct for IA64.
 
 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
-2007 Free Software Foundation, Inc.
+2007, 2010 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -127,12 +127,7 @@ do {                                               \
 
 #undef ASM_DECLARE_FUNCTION_NAME
 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
-do {                                                                   \
-  fputs ("\t.proc ", FILE);                                            \
-  assemble_name (FILE, NAME);                                          \
-  fputc ('\n', FILE);                                                  \
-  ASM_OUTPUT_LABEL (FILE, NAME);                                       \
-} while (0)
+  ia64_start_function(FILE,NAME,DECL)
 
 /* We redefine this to use the ia64 .endp pseudo-op.  */