mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 14:57:46 +08:00
aix.h (CPP_CPU_SPEC): Move back to rs6000.h
2001-08-06 Daniel Berlin <dan@cgsoftware.com> * config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h (ASM_CPU_SPEC): Move back to rs6000.h #undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them. * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro. * config/rs6000/linux.h: Remove vtable thunks stuff we accidently readded. * config/rs6000/linux64.h: Ditto. * config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to nothing. Remove accidently readded definitions of FUNCTION_PROLOGUE, FUNCTION_EPILOGUE, ASM_OPEN_PAREN, ASM_CLOSE_PAREN * config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back to rs6000.h From-SVN: r44660
This commit is contained in:
parent
bba9ba9e25
commit
f984d8df18
@ -1,3 +1,26 @@
|
||||
2001-08-06 Daniel Berlin <dan@cgsoftware.com>
|
||||
|
||||
* config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h
|
||||
(ASM_CPU_SPEC): Move back to rs6000.h
|
||||
#undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them.
|
||||
|
||||
* config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro.
|
||||
|
||||
* config/rs6000/linux.h: Remove vtable thunks stuff we accidently
|
||||
readded.
|
||||
|
||||
* config/rs6000/linux64.h: Ditto.
|
||||
|
||||
* config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
|
||||
to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to
|
||||
nothing.
|
||||
|
||||
Remove accidently readded definitions of FUNCTION_PROLOGUE,
|
||||
FUNCTION_EPILOGUE, ASM_OPEN_PAREN, ASM_CLOSE_PAREN
|
||||
|
||||
* config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
|
||||
to rs6000.h
|
||||
|
||||
2001-08-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* local-alloc.c (update_equiv_regs): Do not move insns that
|
||||
|
@ -52,80 +52,10 @@ Boston, MA 02111-1307, USA. */
|
||||
%{ansi: -D_ANSI_C_SOURCE}\
|
||||
%(cpp_cpu)"
|
||||
|
||||
/* Common CPP definitions used by CPP_SPEC among the various targets
|
||||
for handling -mcpu=xxx switches. */
|
||||
#define CPP_CPU_SPEC \
|
||||
"%{!mcpu*: \
|
||||
%{mpower: %{!mpower2: -D_ARCH_PWR}} \
|
||||
%{mpower2: -D_ARCH_PWR2} \
|
||||
%{mpowerpc*: -D_ARCH_PPC} \
|
||||
%{mno-power: %{!mpowerpc*: -D_ARCH_COM}} \
|
||||
%{!mno-power: %{!mpower2: %(cpp_default)}}} \
|
||||
%{mcpu=common: -D_ARCH_COM} \
|
||||
%{mcpu=power: -D_ARCH_PWR} \
|
||||
%{mcpu=power2: -D_ARCH_PWR2} \
|
||||
%{mcpu=powerpc: -D_ARCH_PPC} \
|
||||
%{mcpu=rios: -D_ARCH_PWR} \
|
||||
%{mcpu=rios1: -D_ARCH_PWR} \
|
||||
%{mcpu=rios2: -D_ARCH_PWR2} \
|
||||
%{mcpu=rsc: -D_ARCH_PWR} \
|
||||
%{mcpu=rsc1: -D_ARCH_PWR} \
|
||||
%{mcpu=401: -D_ARCH_PPC} \
|
||||
%{mcpu=403: -D_ARCH_PPC} \
|
||||
%{mcpu=505: -D_ARCH_PPC} \
|
||||
%{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \
|
||||
%{mcpu=602: -D_ARCH_PPC} \
|
||||
%{mcpu=603: -D_ARCH_PPC} \
|
||||
%{mcpu=603e: -D_ARCH_PPC} \
|
||||
%{mcpu=ec603e: -D_ARCH_PPC} \
|
||||
%{mcpu=604: -D_ARCH_PPC} \
|
||||
%{mcpu=604e: -D_ARCH_PPC} \
|
||||
%{mcpu=620: -D_ARCH_PPC} \
|
||||
%{mcpu=740: -D_ARCH_PPC} \
|
||||
%{mcpu=750: -D_ARCH_PPC} \
|
||||
%{mcpu=801: -D_ARCH_PPC} \
|
||||
%{mcpu=821: -D_ARCH_PPC} \
|
||||
%{mcpu=823: -D_ARCH_PPC} \
|
||||
%{mcpu=860: -D_ARCH_PPC}"
|
||||
|
||||
#undef CPP_DEFAULT_SPEC
|
||||
#define CPP_DEFAULT_SPEC "-D_ARCH_PWR"
|
||||
|
||||
/* Common ASM definitions used by ASM_SPEC among the various targets
|
||||
for handling -mcpu=xxx switches. */
|
||||
#define ASM_CPU_SPEC \
|
||||
"%{!mcpu*: \
|
||||
%{mpower: %{!mpower2: -mpwr}} \
|
||||
%{mpower2: -mpwrx} \
|
||||
%{mpowerpc*: -mppc} \
|
||||
%{mno-power: %{!mpowerpc*: -mcom}} \
|
||||
%{!mno-power: %{!mpower2: %(asm_default)}}} \
|
||||
%{mcpu=common: -mcom} \
|
||||
%{mcpu=power: -mpwr} \
|
||||
%{mcpu=power2: -mpwrx} \
|
||||
%{mcpu=powerpc: -mppc} \
|
||||
%{mcpu=rios: -mpwr} \
|
||||
%{mcpu=rios1: -mpwr} \
|
||||
%{mcpu=rios2: -mpwrx} \
|
||||
%{mcpu=rsc: -mpwr} \
|
||||
%{mcpu=rsc1: -mpwr} \
|
||||
%{mcpu=401: -mppc} \
|
||||
%{mcpu=403: -mppc} \
|
||||
%{mcpu=505: -mppc} \
|
||||
%{mcpu=601: -m601} \
|
||||
%{mcpu=602: -mppc} \
|
||||
%{mcpu=603: -mppc} \
|
||||
%{mcpu=603e: -mppc} \
|
||||
%{mcpu=ec603e: -mppc} \
|
||||
%{mcpu=604: -mppc} \
|
||||
%{mcpu=604e: -mppc} \
|
||||
%{mcpu=620: -mppc} \
|
||||
%{mcpu=740: -mppc} \
|
||||
%{mcpu=750: -mppc} \
|
||||
%{mcpu=801: -mppc} \
|
||||
%{mcpu=821: -mppc} \
|
||||
%{mcpu=823: -mppc} \
|
||||
%{mcpu=860: -mppc}"
|
||||
|
||||
#undef ASM_DEFAULT_SPEC
|
||||
#define ASM_DEFAULT_SPEC ""
|
||||
|
||||
/* Tell the assembler to assume that all undefined names are external.
|
||||
|
@ -191,3 +191,6 @@ Boston, MA 02111-1307, USA. */
|
||||
&& DECL_MODE (TYPE_FIELDS (STRUCT)) == DFmode \
|
||||
? MAX (MAX ((COMPUTED), (SPECIFIED)), BIGGEST_ALIGNMENT) \
|
||||
: MAX ((COMPUTED), (SPECIFIED)))
|
||||
/* XXX: Darwin supports neither .quad, or .llong, but it also doesn't
|
||||
support 64 bit powerpc either, so this just keeps things happy. */
|
||||
#define DOUBLE_INT_ASM_OP ".quad"
|
||||
|
@ -69,11 +69,6 @@ Boston, MA 02111-1307, USA. */
|
||||
#undef ASM_APP_OFF
|
||||
#define ASM_APP_OFF "#NO_APP\n"
|
||||
|
||||
#undef DEFAULT_VTABLE_THUNKS
|
||||
#ifndef USE_GNULIBC_1
|
||||
#define DEFAULT_VTABLE_THUNKS 1
|
||||
#endif
|
||||
|
||||
/* Do code reading to identify a signal frame, and set the frame
|
||||
state data appropriately. See unwind-dw2.c for the structs. */
|
||||
|
||||
|
@ -164,11 +164,6 @@ Boston, MA 02111-1307, USA. */
|
||||
#undef ASM_APP_OFF
|
||||
#define ASM_APP_OFF "#NO_APP\n"
|
||||
|
||||
#undef DEFAULT_VTABLE_THUNKS
|
||||
#ifndef USE_GNULIBC_1
|
||||
#define DEFAULT_VTABLE_THUNKS 1
|
||||
#endif
|
||||
|
||||
/* PowerPC no-op instruction. */
|
||||
#undef RS6000_CALL_GLUE
|
||||
#define RS6000_CALL_GLUE "nop"
|
||||
|
@ -49,6 +49,82 @@ Boston, MA 02111-1307, USA. */
|
||||
#define TARGET_CPU_DEFAULT ((char *)0)
|
||||
#endif
|
||||
|
||||
/* Common CPP definitions used by CPP_SPEC among the various targets
|
||||
for handling -mcpu=xxx switches. */
|
||||
#define CPP_CPU_SPEC \
|
||||
"%{!mcpu*: \
|
||||
%{mpower: %{!mpower2: -D_ARCH_PWR}} \
|
||||
%{mpower2: -D_ARCH_PWR2} \
|
||||
%{mpowerpc*: -D_ARCH_PPC} \
|
||||
%{mno-power: %{!mpowerpc*: -D_ARCH_COM}} \
|
||||
%{!mno-power: %{!mpower2: %(cpp_default)}}} \
|
||||
%{mcpu=common: -D_ARCH_COM} \
|
||||
%{mcpu=power: -D_ARCH_PWR} \
|
||||
%{mcpu=power2: -D_ARCH_PWR2} \
|
||||
%{mcpu=powerpc: -D_ARCH_PPC} \
|
||||
%{mcpu=rios: -D_ARCH_PWR} \
|
||||
%{mcpu=rios1: -D_ARCH_PWR} \
|
||||
%{mcpu=rios2: -D_ARCH_PWR2} \
|
||||
%{mcpu=rsc: -D_ARCH_PWR} \
|
||||
%{mcpu=rsc1: -D_ARCH_PWR} \
|
||||
%{mcpu=401: -D_ARCH_PPC} \
|
||||
%{mcpu=403: -D_ARCH_PPC} \
|
||||
%{mcpu=505: -D_ARCH_PPC} \
|
||||
%{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \
|
||||
%{mcpu=602: -D_ARCH_PPC} \
|
||||
%{mcpu=603: -D_ARCH_PPC} \
|
||||
%{mcpu=603e: -D_ARCH_PPC} \
|
||||
%{mcpu=ec603e: -D_ARCH_PPC} \
|
||||
%{mcpu=604: -D_ARCH_PPC} \
|
||||
%{mcpu=604e: -D_ARCH_PPC} \
|
||||
%{mcpu=620: -D_ARCH_PPC} \
|
||||
%{mcpu=740: -D_ARCH_PPC} \
|
||||
%{mcpu=750: -D_ARCH_PPC} \
|
||||
%{mcpu=801: -D_ARCH_PPC} \
|
||||
%{mcpu=821: -D_ARCH_PPC} \
|
||||
%{mcpu=823: -D_ARCH_PPC} \
|
||||
%{mcpu=860: -D_ARCH_PPC}"
|
||||
|
||||
/* Common ASM definitions used by ASM_SPEC among the various targets
|
||||
for handling -mcpu=xxx switches. */
|
||||
#define ASM_CPU_SPEC \
|
||||
"%{!mcpu*: \
|
||||
%{mpower: %{!mpower2: -mpwr}} \
|
||||
%{mpower2: -mpwrx} \
|
||||
%{mpowerpc*: -mppc} \
|
||||
%{mno-power: %{!mpowerpc*: -mcom}} \
|
||||
%{!mno-power: %{!mpower2: %(asm_default)}}} \
|
||||
%{mcpu=common: -mcom} \
|
||||
%{mcpu=power: -mpwr} \
|
||||
%{mcpu=power2: -mpwrx} \
|
||||
%{mcpu=powerpc: -mppc} \
|
||||
%{mcpu=rios: -mpwr} \
|
||||
%{mcpu=rios1: -mpwr} \
|
||||
%{mcpu=rios2: -mpwrx} \
|
||||
%{mcpu=rsc: -mpwr} \
|
||||
%{mcpu=rsc1: -mpwr} \
|
||||
%{mcpu=401: -mppc} \
|
||||
%{mcpu=403: -mppc} \
|
||||
%{mcpu=505: -mppc} \
|
||||
%{mcpu=601: -m601} \
|
||||
%{mcpu=602: -mppc} \
|
||||
%{mcpu=603: -mppc} \
|
||||
%{mcpu=603e: -mppc} \
|
||||
%{mcpu=ec603e: -mppc} \
|
||||
%{mcpu=604: -mppc} \
|
||||
%{mcpu=604e: -mppc} \
|
||||
%{mcpu=620: -mppc} \
|
||||
%{mcpu=740: -mppc} \
|
||||
%{mcpu=750: -mppc} \
|
||||
%{mcpu=801: -mppc} \
|
||||
%{mcpu=821: -mppc} \
|
||||
%{mcpu=823: -mppc} \
|
||||
%{mcpu=860: -mppc}"
|
||||
|
||||
#define CPP_DEFAULT_SPEC ""
|
||||
|
||||
#define ASM_DEFAULT_SPEC ""
|
||||
|
||||
/* This macro defines names of additional specifications to put in the specs
|
||||
that can be used in various specifications like CC1_SPEC. Its definition
|
||||
is an initializer with a subgrouping for each command option.
|
||||
@ -1461,16 +1537,6 @@ typedef struct rs6000_args
|
||||
argument is passed depends on whether or not it is a named argument. */
|
||||
#define STRICT_ARGUMENT_NAMING 1
|
||||
|
||||
/* This macro generates the assembly code for function entry.
|
||||
FILE is a stdio stream to output the code to.
|
||||
SIZE is an int: how many units of temporary storage to allocate.
|
||||
Refer to the array `regs_ever_live' to determine which registers
|
||||
to save; `regs_ever_live[I]' is nonzero if register number I
|
||||
is ever used in the function. This macro is responsible for
|
||||
knowing which registers should not be saved even if used. */
|
||||
|
||||
#define FUNCTION_PROLOGUE(FILE, SIZE) output_prolog (FILE, SIZE)
|
||||
|
||||
/* Output assembler code to FILE to increment profiler label # LABELNO
|
||||
for profiling a function entry. */
|
||||
|
||||
@ -1496,17 +1562,6 @@ typedef struct rs6000_args
|
||||
&& TARGET_AIX \
|
||||
&& (REGNO) == TOC_REGISTER))
|
||||
|
||||
/* This macro generates the assembly code for function exit,
|
||||
on machines that need it. If FUNCTION_EPILOGUE is not defined
|
||||
then individual return instructions are generated for each
|
||||
return statement. Args are same as for FUNCTION_PROLOGUE.
|
||||
|
||||
The function epilogue should not depend on the current stack pointer!
|
||||
It should use the frame pointer only. This is mandatory because
|
||||
of alloca; we also take advantage of it to omit stack adjustments
|
||||
before returning. */
|
||||
|
||||
#define FUNCTION_EPILOGUE(FILE, SIZE) output_epilog (FILE, SIZE)
|
||||
|
||||
/* TRAMPOLINE_TEMPLATE deleted */
|
||||
|
||||
@ -2486,12 +2541,6 @@ do { \
|
||||
( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
|
||||
sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
|
||||
|
||||
/* Define the parentheses used to group arithmetic operations
|
||||
in assembler code. */
|
||||
|
||||
#define ASM_OPEN_PAREN "("
|
||||
#define ASM_CLOSE_PAREN ")"
|
||||
|
||||
/* Pick up the return address upon entry to a procedure. Used for
|
||||
dwarf2 unwind information. This also enables the table driven
|
||||
mechanism. */
|
||||
|
@ -37,79 +37,6 @@ Boston, MA 02111-1307, USA. */
|
||||
/* Override rs6000.h definition. */
|
||||
#undef CPP_DEFAULT_SPEC
|
||||
#define CPP_DEFAULT_SPEC "-D_ARCH_PPC"
|
||||
/* Common CPP definitions used by CPP_SPEC among the various targets
|
||||
for handling -mcpu=xxx switches. */
|
||||
#define CPP_CPU_SPEC \
|
||||
"%{!mcpu*: \
|
||||
%{mpower: %{!mpower2: -D_ARCH_PWR}} \
|
||||
%{mpower2: -D_ARCH_PWR2} \
|
||||
%{mpowerpc*: -D_ARCH_PPC} \
|
||||
%{mno-power: %{!mpowerpc*: -D_ARCH_COM}} \
|
||||
%{!mno-power: %{!mpower2: %(cpp_default)}}} \
|
||||
%{mcpu=common: -D_ARCH_COM} \
|
||||
%{mcpu=power: -D_ARCH_PWR} \
|
||||
%{mcpu=power2: -D_ARCH_PWR2} \
|
||||
%{mcpu=powerpc: -D_ARCH_PPC} \
|
||||
%{mcpu=rios: -D_ARCH_PWR} \
|
||||
%{mcpu=rios1: -D_ARCH_PWR} \
|
||||
%{mcpu=rios2: -D_ARCH_PWR2} \
|
||||
%{mcpu=rsc: -D_ARCH_PWR} \
|
||||
%{mcpu=rsc1: -D_ARCH_PWR} \
|
||||
%{mcpu=401: -D_ARCH_PPC} \
|
||||
%{mcpu=403: -D_ARCH_PPC} \
|
||||
%{mcpu=505: -D_ARCH_PPC} \
|
||||
%{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \
|
||||
%{mcpu=602: -D_ARCH_PPC} \
|
||||
%{mcpu=603: -D_ARCH_PPC} \
|
||||
%{mcpu=603e: -D_ARCH_PPC} \
|
||||
%{mcpu=ec603e: -D_ARCH_PPC} \
|
||||
%{mcpu=604: -D_ARCH_PPC} \
|
||||
%{mcpu=604e: -D_ARCH_PPC} \
|
||||
%{mcpu=620: -D_ARCH_PPC} \
|
||||
%{mcpu=740: -D_ARCH_PPC} \
|
||||
%{mcpu=750: -D_ARCH_PPC} \
|
||||
%{mcpu=801: -D_ARCH_PPC} \
|
||||
%{mcpu=821: -D_ARCH_PPC} \
|
||||
%{mcpu=823: -D_ARCH_PPC} \
|
||||
%{mcpu=860: -D_ARCH_PPC}"
|
||||
|
||||
#define CPP_DEFAULT_SPEC "-D_ARCH_PPC"
|
||||
|
||||
/* Common ASM definitions used by ASM_SPEC among the various targets
|
||||
for handling -mcpu=xxx switches. */
|
||||
#define ASM_CPU_SPEC \
|
||||
"%{!mcpu*: \
|
||||
%{mpower: %{!mpower2: -mpwr}} \
|
||||
%{mpower2: -mpwrx} \
|
||||
%{mpowerpc*: -mppc} \
|
||||
%{mno-power: %{!mpowerpc*: -mcom}} \
|
||||
%{!mno-power: %{!mpower2: %(asm_default)}}} \
|
||||
%{mcpu=common: -mcom} \
|
||||
%{mcpu=power: -mpwr} \
|
||||
%{mcpu=power2: -mpwrx} \
|
||||
%{mcpu=powerpc: -mppc} \
|
||||
%{mcpu=rios: -mpwr} \
|
||||
%{mcpu=rios1: -mpwr} \
|
||||
%{mcpu=rios2: -mpwrx} \
|
||||
%{mcpu=rsc: -mpwr} \
|
||||
%{mcpu=rsc1: -mpwr} \
|
||||
%{mcpu=401: -mppc} \
|
||||
%{mcpu=403: -mppc} \
|
||||
%{mcpu=505: -mppc} \
|
||||
%{mcpu=601: -m601} \
|
||||
%{mcpu=602: -mppc} \
|
||||
%{mcpu=603: -mppc} \
|
||||
%{mcpu=603e: -mppc} \
|
||||
%{mcpu=ec603e: -mppc} \
|
||||
%{mcpu=604: -mppc} \
|
||||
%{mcpu=604e: -mppc} \
|
||||
%{mcpu=620: -mppc} \
|
||||
%{mcpu=740: -mppc} \
|
||||
%{mcpu=750: -mppc} \
|
||||
%{mcpu=801: -mppc} \
|
||||
%{mcpu=821: -mppc} \
|
||||
%{mcpu=823: -mppc} \
|
||||
%{mcpu=860: -mppc}"
|
||||
|
||||
/* Small data support types. */
|
||||
enum rs6000_sdata_type {
|
||||
|
Loading…
Reference in New Issue
Block a user