Commit 27d62fa4 by Hariharan Sandanagobalane Committed by Hariharan Sandanagobalane

picochip.c (picochip_override_options): Revert CFI asm flag disable commited previously.

        * config/picochip/picochip.c (picochip_override_options): Revert
          CFI asm flag disable commited previously.

From-SVN: r143429
parent 36fbb0ec
2009-01-16 Hariharan Sandanagobalane <hariharan@picochip.com>
* config/picochip/picochip.c (picochip_override_options): Revert
CFI asm flag disable commited previously.
2009-01-15 Sebastian Pop <sebastian.pop@amd.com>
Tobias Grosser <tobi.grosser@amd.com>
Jan Sjodin <jan.sjodin@amd.com>
......
......@@ -324,9 +324,6 @@ picochip_override_options (void)
This isnt the default at O2 as yet. */
flag_section_anchors = 1;
/* CFI asm labels are not supported by the picochip assembler yet */
flag_dwarf2_cfi_asm = 0;
/* Turn off the second scheduling pass, and move it to
picochip_reorg, to avoid having the second jump optimisation
trash the instruction modes (e.g., instructions are changed to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment