blob: 4df9694c6a8c024307ba05171a93da8cd1e37e4d [file] [log] [blame]
Stefan Reinauer074d9132009-09-26 16:43:17 +00001--- t/gcc-4.4.1/gcc/crtstuff.c Fr. Apr 10 01:23:07 2009
2+++ gcc-4.4.1/gcc/crtstuff.c Di. Jul 28 16:43:28 2009
3@@ -204,6 +204,7 @@
4 = { (func_ptr) (-1) };
5 #endif /* __DTOR_LIST__ alternatives */
Stefan Reinauer14e22772010-04-27 06:56:47 +00006
Stefan Reinauer074d9132009-09-26 16:43:17 +00007+#if 0
8 #ifdef USE_EH_FRAME_REGISTRY
9 /* Stick a label at the beginning of the frame unwind info so we can register
10 and deregister it with the exception handling library code. */
11@@ -219,6 +220,7 @@
12 __attribute__ ((unused, section(JCR_SECTION_NAME), aligned(sizeof(void*))))
13 = { };
14 #endif /* JCR_SECTION_NAME */
15+#endif
Stefan Reinauer14e22772010-04-27 06:56:47 +000016
Stefan Reinauer074d9132009-09-26 16:43:17 +000017 #if defined(INIT_SECTION_ASM_OP) || defined(INIT_ARRAY_SECTION_ASM_OP)
Stefan Reinauer14e22772010-04-27 06:56:47 +000018
Stefan Reinauer074d9132009-09-26 16:43:17 +000019@@ -309,6 +311,7 @@
20 }
21 #endif /* !defined(FINI_ARRAY_SECTION_ASM_OP) */
Stefan Reinauer14e22772010-04-27 06:56:47 +000022
Stefan Reinauer074d9132009-09-26 16:43:17 +000023+#if 0
24 #ifdef USE_EH_FRAME_REGISTRY
25 #ifdef CRT_GET_RFIB_DATA
26 /* If we used the new __register_frame_info_bases interface,
27@@ -320,6 +323,7 @@
28 __deregister_frame_info (__EH_FRAME_BEGIN__);
29 #endif
30 #endif
31+#endif
Stefan Reinauer14e22772010-04-27 06:56:47 +000032
Stefan Reinauer074d9132009-09-26 16:43:17 +000033 completed = 1;
34 }
35@@ -333,6 +337,7 @@
36 = { __do_global_dtors_aux };
37 #endif /* !defined(FINI_SECTION_ASM_OP) */
Stefan Reinauer14e22772010-04-27 06:56:47 +000038
Stefan Reinauer074d9132009-09-26 16:43:17 +000039+#if 0
40 #if defined(USE_EH_FRAME_REGISTRY) || defined(JCR_SECTION_NAME)
41 /* Stick a call to __register_frame_info into the .init section. For some
42 reason calls with no arguments work more reliably in .init, so stick the
43@@ -364,6 +369,7 @@
44 }
45 #endif /* JCR_SECTION_NAME */
46 }
47+#endif
Stefan Reinauer14e22772010-04-27 06:56:47 +000048
Stefan Reinauer074d9132009-09-26 16:43:17 +000049 #ifdef INIT_SECTION_ASM_OP
50 CRT_CALL_STATIC_FUNCTION (INIT_SECTION_ASM_OP, frame_dummy)