* system.h: Poison MACHINE_DEPENDENT_REORG.
From-SVN: r66801
This commit is contained in:
parent
18dbd95060
commit
2f9bb7c5cf
@ -4,6 +4,7 @@
|
||||
(TARGET_INITIALIZER): Include it.
|
||||
* target.h (struct gcc_target): Add machine_dependent_reorg field.
|
||||
* 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.h (MACHINE_DEPENDENT_REORG): Remove.
|
||||
|
@ -623,7 +623,7 @@ typedef char _Bool;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user