diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-30 02:47:26 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-30 02:47:26 +0000 |
commit | 42e22a82963556f2dabea7b41f7deff1814d6f22 (patch) | |
tree | da14b53c62f9bd3536a49f4933bfed31979bd827 /gcc/config/vax | |
parent | ce9e2cc1f19e7d3163766917588edd1ad389bd96 (diff) | |
download | gcc-42e22a82963556f2dabea7b41f7deff1814d6f22.tar.gz |
* config/vax/vax.h (ASM_FORMAT_PRIVATE_NAME): Remove. Use default.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vax.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index 3196a283e52..68726ffcf2b 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -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'. |