OSDN Git Service

* pa64-hpux.h (JCR_SECTION_NAME): Define.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Jan 2003 18:41:18 +0000 (18:41 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Jan 2003 18:41:18 +0000 (18:41 +0000)
(PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
USE_EH_FRAME_REGISTRY when defining.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60918 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa64-hpux.h

index 6739101..f21a17f 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa64-hpux.h (JCR_SECTION_NAME): Define.
+       (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
+       USE_EH_FRAME_REGISTRY when defining.
+
 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300.c (output_a_shift): Do not output a
index 507f160..690d511 100644 (file)
@@ -112,6 +112,8 @@ do {                                                                \
 #define DATA_SECTION_ASM_OP    "\t.data"
 #define BSS_SECTION_ASM_OP     "\t.section\t.bss"
 
+#define JCR_SECTION_NAME       ".jcr"
+
 #define HP_INIT_ARRAY_SECTION_ASM_OP   "\t.section\t.init"
 #define GNU_INIT_ARRAY_SECTION_ASM_OP  "\t.section\t.init_array"
 #define HP_FINI_ARRAY_SECTION_ASM_OP   "\t.section\t.fini"
@@ -346,9 +348,9 @@ _Jv_RegisterClasses (void *p __attribute__((unused))) {}
 #define PA_JV_REGISTERCLASSES_STUB
 #endif
 
-/* We need to add frame_dummy to the initializer list if USE_EH_FRAME_REGISTRY
+/* We need to add frame_dummy to the initializer list if EH_FRAME_SECTION_NAME
    or JCR_SECTION_NAME is defined.  */
-#if defined(USE_EH_FRAME_REGISTRY) || defined(JCR_SECTION_NAME)
+#if defined(EH_FRAME_SECTION_NAME) || defined(JCR_SECTION_NAME)
 #define PA_INIT_FRAME_DUMMY_ASM_OP ".dword P%frame_dummy"
 #else
 #define PA_INIT_FRAME_DUMMY_ASM_OP ""