diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-20 10:01:02 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-20 10:01:02 +0000 |
commit | 9e09909ddcc4fd558def2bd51928ff713443dc5a (patch) | |
tree | 66092cda5751ac5a0efe044ef1182237e52e7f58 /gcc/config/darwin10.h | |
parent | 6fb3c31462ced0d422af294acb69381edb44edee (diff) | |
download | gcc-9e09909ddcc4fd558def2bd51928ff713443dc5a.tar.gz |
PR c++/46904
PR middle-end/46916
PR target/46950
* config/darwin.c (generating_for_darwin_version): New var.
(darwin_text_section): Remove.
(darwin_rodata_section): Do not check function section here.
(darwin_emit_unwind_label): Do not emit for Darwin >= 9.
Emit distinct labels for successive calls for the same decl.
(darwin_override_options): Set generating_for_darwin_version.
Add FIXME and disable -freorder-blocks-and-partition.
Suppress automatic asynchronous unwind tables for m32.
Switch off -freorder-blocks-and-partition when unwind tables
will be generated. Update to use generating_for_darwin_version.
(darwin_function_section): Check for cases that need to be placed
in coalesced sections.
* config/darwin-sections.def: Define hot, cold, startup and exit sections
for both coalesced and regular code.
* config/darwin.h (USE_SELECT_SECTION_FOR_FUNCTIONS): Delete.
* config/darwin10.h (TARGET_ASM_EMIT_UNWIND_LABEL): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168083 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin10.h')
-rw-r--r-- | gcc/config/darwin10.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/darwin10.h b/gcc/config/darwin10.h index b1edf36ce3d..65ba2632a8f 100644 --- a/gcc/config/darwin10.h +++ b/gcc/config/darwin10.h @@ -23,8 +23,3 @@ unwinder in libSystem is fixed to digest new epilog unwinding notes. */ #undef LIB_SPEC #define LIB_SPEC "%{!static:-no_compact_unwind -lSystem}" - -/* Unwind labels are no longer required in darwin10. */ - -#undef TARGET_ASM_EMIT_UNWIND_LABEL -#define TARGET_ASM_EMIT_UNWIND_LABEL default_emit_unwind_label |