* config/vax/vax.h (ASM_FORMAT_PRIVATE_NAME): Remove. Use default.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2007 02:47:26 +0000 (02:47 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2007 02:47:26 +0000 (02:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130529 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/vax/vax.h

index e1215f1..ab14904 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-30  Ben Elliston  <bje@au.ibm.com>
+
+       * config/vax/vax.h (ASM_FORMAT_PRIVATE_NAME): Remove. Use default.
+
 2007-11-29  Zdenek Dvorak  <ook@ucw.cz>
 
        PR tree-optimization/34244
index 3196a28..68726ff 100644 (file)
@@ -824,14 +824,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };
     assemble_name ((FILE), (NAME)),                    \
     fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
 
-/* Store in OUTPUT a string (made with alloca) containing
-   an assembler-name for a local static variable named NAME.
-   LABELNO is an integer which is different for each call.  */
-
-#define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
-  ( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
-    sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
-
 /* Print an instruction operand X on file FILE.
    CODE is the code from the %-spec that requested printing this operand;
    if `%z3' was used to print operand 3, then CODE is 'z'.