* varasm.c (output_constant): Fix unused variable warning.
From-SVN: r45750
This commit is contained in:
parent
bb9f8221b4
commit
f42f3c2d58
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
Sat Sep 22 09:09:32 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* varasm.c (output_constant): Fix unused variable warning.
|
||||
|
||||
* attribs.c: New file, from c-common.c.
|
||||
(attribute_tables): Now four elements.
|
||||
(format_attribute_table, lang_attribute_common): New variables.
|
||||
|
|
|
@ -4472,9 +4472,9 @@ output_constant (exp, size, align)
|
|||
|
||||
if (TREE_CODE (exp) == FDESC_EXPR)
|
||||
{
|
||||
#ifdef ASM_OUTPUT_FDESC
|
||||
HOST_WIDE_INT part = tree_low_cst (TREE_OPERAND (exp, 1), 0);
|
||||
tree decl = TREE_OPERAND (exp, 0);
|
||||
#ifdef ASM_OUTPUT_FDESC
|
||||
ASM_OUTPUT_FDESC (asm_out_file, decl, part);
|
||||
#else
|
||||
abort ();
|
||||
|
|
Loading…
Add table
Reference in a new issue