comparison gcc/config/powerpcspe/aix51.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Definitions of target machine for GNU compiler, 1 /* Definitions of target machine for GNU compiler,
2 for IBM RS/6000 POWER running AIX V5. 2 for IBM RS/6000 POWER running AIX V5.
3 Copyright (C) 2001-2017 Free Software Foundation, Inc. 3 Copyright (C) 2001-2018 Free Software Foundation, Inc.
4 Contributed by David Edelsohn (edelsohn@gnu.org). 4 Contributed by David Edelsohn (edelsohn@gnu.org).
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it 8 GCC is free software; you can redistribute it and/or modify it
31 } \ 31 } \
32 if (TARGET_POWERPC64 && ! TARGET_64BIT) \ 32 if (TARGET_POWERPC64 && ! TARGET_64BIT) \
33 { \ 33 { \
34 error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ 34 error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
35 } \ 35 } \
36 } while (0); 36 } while (0)
37 37
38 #undef ASM_SPEC 38 #undef ASM_SPEC
39 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" 39 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
40 40
41 /* Common ASM definitions used by ASM_SPEC amongst the various targets 41 /* Common ASM definitions used by ASM_SPEC amongst the various targets