Turn machine_dependent_reorg into a target hook

Richard Sandiford rsandifo@redhat.com
Wed May 14 10:00:00 GMT 2003


Richard Henderson <rth@redhat.com> writes:
> On Wed, May 14, 2003 at 07:35:01AM +0100, Richard Sandiford wrote:
> > 	* config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
> 
> Since you've removed all uses, you need to poison
> this identifier in system.h.

Doh!  I committed the patch below as obvious after sanity-checking a build.

Richard


	* system.h: Poison MACHINE_DEPENDENT_REORG.

Index: system.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/system.h,v
retrieving revision 1.144
diff -u -d -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.144 system.h
--- system.h	3 Apr 2003 15:42:10 -0000	1.144
+++ system.h	14 May 2003 09:15:36 -0000
@@ -623,7 +623,7 @@ #define realloc xrealloc
 	WCHAR_UNSIGNED UNIQUE_SECTION SELECT_SECTION SELECT_RTX_SECTION	\
 	ENCODE_SECTION_INFO STRIP_NAME_ENCODING ASM_GLOBALIZE_LABEL	\
 	ASM_OUTPUT_MI_THUNK CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS	\
-	ADDRESS_COST
+	ADDRESS_COST MACHINE_DEPENDENT_REORG
 
 /* 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



More information about the Gcc-patches mailing list