diff options
author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-22 14:43:31 +0000 |
---|---|---|
committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-22 14:43:31 +0000 |
commit | 02c8b767b0d748f0090dfdb3211ea30c3347179a (patch) | |
tree | 6028234f9c01f45261eb56b926fa2cdb55368889 /gcc/config/pa/som.h | |
parent | 3cd64af9c7d2eb289d2eb55fef99a58554d5399c (diff) | |
download | ppe42-gcc-02c8b767b0d748f0090dfdb3211ea30c3347179a.tar.gz ppe42-gcc-02c8b767b0d748f0090dfdb3211ea30c3347179a.zip |
* target.h (struct gcc_target): Add asm_out.exception_section,
asm_out.eh_frame_section.
* target-def.h (TARGET_ASM_EXCEPTION_SECTION): New macro.
(TARGET_ASM_EH_FRAME_SECTION): New.
(TARGET_INITIALIZER): Update.
* output.h (default_exception_section): Declare.
(default_eh_frame_section): Declare.
* dwarf2out.c: Include target.h.
(output_call_frame_info): Call target hook for eh frames.
(default_eh_frame_section): New function.
* except.c: Include target.h.
(output_function_exception_table): Call target hook for exception
section.
* varasm.c (default_exception_section): Rename from
exception_section, remove EXCEPTION_SECTION macro.
* config/darwin.h (darwin_eh_frame_section): New function.
(EXCEPTION_SECTION): Remove.
(TARGET_ASM_EXCEPTION_SECTION): Define.
* config/nextstep.h (EH_FRAME_SECTION_ASM_OP): Remove.
(nextstep_exception_section): New function.
(nextstep_eh_frame_section): New function.
(TARGET_ASM_EXCEPTION_SECTION): Define.
(TARGET_ASM_EH_FRAME_SECTION): Define.
* config/pa/som.h (EXCEPTION_SECTION): Remove.
(TARGET_ASM_EXCEPTION_SECTION): Define.
* config/rs6000/sysv4.h, config/rs6000/xcoff.h
(EXCEPTION_SECTION): Remove.
(TARGET_ASM_EXCEPTION_SECTION): Define.
* config/stormy16/stormy16.h: Remove comments referencing
EXCEPTION_SECTION and EH_FRAME_SECTION_ASM_OP.
* doc/tm.texi: Document TARGET_ASM_EXCEPTION_SECTION and
TARGET_ASM_EH_FRAME_SECTION.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/som.h')
-rw-r--r-- | gcc/config/pa/som.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/som.h b/gcc/config/pa/som.h index 7ce97ef05fa..863b4f78164 100644 --- a/gcc/config/pa/som.h +++ b/gcc/config/pa/som.h @@ -265,7 +265,7 @@ do { \ complain. So, we force exception information into the data section. */ -#define EXCEPTION_SECTION data_section +#define TARGET_ASM_EXCEPTION_SECTION data_section /* Define the .bss section for ASM_OUTPUT_LOCAL to use. */ |