* dwarf2asm.c (dw2_force_const_mem): Fix typo.
From-SVN: r46868
This commit is contained in:
parent
c6243b4cbd
commit
aa1c9d3875
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user