This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hookize ALLOCATE_INITIAL_VALUE


Richard Henderson <rth@redhat.com> wrote:
> Ok.  Don't forget to poison the old macro.

Thanks.  I've checked it in with adding the hunk below.

Regards,
	kaz
--
	* system.h: Poison ALLOCATE_INITIAL_VALUE.

--- ORIG/gcc/gcc/system.h	2005-06-26 12:57:30.000000000 +0900
+++ LOCAL/gcc/gcc/system.h	2005-06-29 05:41:11.000000000 +0900
@@ -692,7 +692,8 @@ extern void fancy_abort (const char *, i
 	HANDLE_PRAGMA_REDEFINE_EXTNAME HANDLE_PRAGMA_EXTERN_PREFIX	\
 	MUST_PASS_IN_STACK FUNCTION_ARG_PASS_BY_REFERENCE               \
         VECTOR_MODE_SUPPORTED_P TARGET_SUPPORTS_HIDDEN 			\
-	FUNCTION_ARG_PARTIAL_NREGS ASM_OUTPUT_DWARF_DTPREL
+	FUNCTION_ARG_PARTIAL_NREGS ASM_OUTPUT_DWARF_DTPREL		\
+	ALLOCATE_INITIAL_VALUE
 
 /* Other obsolete target macros, or macros that used to be in target
    headers and were not used, and may be obsolete or may never have


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]