* dwarf2asm.c (dw2_force_const_mem): Fix typo.

From-SVN: r46868
This commit is contained in:
Richard Henderson 2001-11-08 17:21:13 -08:00 committed by Richard Henderson
parent c6243b4cbd
commit aa1c9d3875
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-08 Richard Henderson <rth@redhat.com>
* dwarf2asm.c (dw2_force_const_mem): Fix typo.
2001-11-08 Geoffrey Keating <geoffk@redhat.com>
* config.gcc: Rename stormy16 to xstormy16.

View File

@ -782,7 +782,7 @@ dw2_force_const_mem (x)
if (USE_LINKONCE_INDIRECT)
{
char *ref_name = alloca (strlen (XSTR (x, 0) + sizeof "DW.ref."));
char *ref_name = alloca (strlen (XSTR (x, 0)) + sizeof "DW.ref.");
sprintf (ref_name, "DW.ref.%s", XSTR (x, 0));
id = get_identifier (ref_name);