varasm.c (assemble_name): Ensure we output the stripped name.

* varasm.c (assemble_name): Ensure we output the stripped name.
Fixes s35520.C.

From-SVN: r38739
This commit is contained in:
Mike Stump 2001-01-06 01:00:23 +00:00 committed by Mike Stump
parent 1917ef852c
commit a4dff5f3b0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-05 Mike Stump <mrs@wrs.com>
* varasm.c (assemble_name): Ensure we output the stripped name.
2001-01-05 Richard Henderson <rth@redhat.com>
* dwarf2out.c (mem_loc_descriptor) [case MEM]: Revert 10-31 change.

View File

@ -1789,7 +1789,7 @@ assemble_name (file, name)
if (name[0] == '*')
fputs (&name[1], file);
else
ASM_OUTPUT_LABELREF (file, name);
ASM_OUTPUT_LABELREF (file, real_name);
}
/* Allocate SIZE bytes writable static space with a gensym name