Commit 2f9bb7c5 by Richard Sandiford Committed by Richard Sandiford

* system.h: Poison MACHINE_DEPENDENT_REORG.

From-SVN: r66801
parent 18dbd950
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
(TARGET_INITIALIZER): Include it. (TARGET_INITIALIZER): Include it.
* target.h (struct gcc_target): Add machine_dependent_reorg field. * target.h (struct gcc_target): Add machine_dependent_reorg field.
* toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg. * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
* system.h: Poison MACHINE_DEPENDENT_REORG.
* config/alpha/alpha-protos.h (alpha_reorg): Remove declaration. * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
* config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove. * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
......
...@@ -623,7 +623,7 @@ typedef char _Bool; ...@@ -623,7 +623,7 @@ typedef char _Bool;
WCHAR_UNSIGNED UNIQUE_SECTION SELECT_SECTION SELECT_RTX_SECTION \ WCHAR_UNSIGNED UNIQUE_SECTION SELECT_SECTION SELECT_RTX_SECTION \
ENCODE_SECTION_INFO STRIP_NAME_ENCODING ASM_GLOBALIZE_LABEL \ ENCODE_SECTION_INFO STRIP_NAME_ENCODING ASM_GLOBALIZE_LABEL \
ASM_OUTPUT_MI_THUNK CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS \ 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 /* 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 headers and were not used, and may be obsolete or may never have
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment