* dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to
"back" parameter. Declare label in #if block.
From-SVN: r227911
+2015-09-18 David Edelsohn <dje.gcc@gmail.com>
+
+ * dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to
+ "back" parameter. Declare label in #if block.
+
2015-09-18 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/67619
for collect2 the first time around. */
static void
-switch_to_eh_frame_section (bool back)
+switch_to_eh_frame_section (bool back ATTRIBUTE_UNUSED)
{
- tree label;
-
if (eh_frame_section == 0)
{
int flags;
collect2. */
if (!back)
{
- label = get_file_function_name ("F");
+ tree label = get_file_function_name ("F");
ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
targetm.asm_out.globalize_label (asm_out_file,
IDENTIFIER_POINTER (label));