The arm-elf assembler chokes on the extra parameters in the .section
pseudo-op, so this patch removes them.
gdb/testsuite/ChangeLog:
        * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
        in .section pseudo-op.
+2014-02-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
+       in .section pseudo-op.
+
 2014-02-20  lin zuojian  <manjian2006@gmail.com>
            Joel Brobecker  <brobecker@adacore.com>
            Doug Evans  <xdje42@gmail.com>
 
 .LFE2:
 .Letext0:
 
-       .section        .debug_info,"",@progbits
+       .section        .debug_info
 .Ldebug_info0:
        .4byte  .Ledebug_info0 - .Lsdebug_info0  /* Length of CU Info */
 .Lsdebug_info0:
        .byte   0       /* end of children of DIE 0xb */
 .Ledebug_info0:
 
-       .section        .debug_abbrev,"",@progbits
+       .section        .debug_abbrev
 .Ldebug_abbrev0:
        .uleb128 0x1    /* (abbrev code) */
        .uleb128 0x11   /* (TAG: DW_TAG_compile_unit) */