diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index b158b92a9b9..a3d283a8b56 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -582,20 +582,6 @@ variable_section (decl, reloc) (*targetm.asm_out.select_section) (decl, reloc, DECL_ALIGN (decl)); } -/* Tell assembler to switch to the section for the exception handling - table. */ - -void -default_exception_section () -{ - if (targetm.have_named_sections) - named_section (NULL_TREE, ".gcc_except_table", 0); - else if (flag_pic) - data_section (); - else - readonly_data_section (); -} - /* Tell assembler to switch to the section for string merging. */ void |