From 27d62fa48ebe95d491dfa048beda55d30a37bd9b Mon Sep 17 00:00:00 2001 From: Hariharan Sandanagobalane Date: Fri, 16 Jan 2009 09:56:23 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ gcc/config/picochip/picochip.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffdd2e05..9076ad2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-16 Hariharan Sandanagobalane + + * config/picochip/picochip.c (picochip_override_options): Revert + CFI asm flag disable commited previously. + 2009-01-15 Sebastian Pop Tobias Grosser Jan Sjodin diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c index d929486..3617042 100644 --- a/gcc/config/picochip/picochip.c +++ b/gcc/config/picochip/picochip.c @@ -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 -- cgit v1.1