comparison gcc/config/powerpcspe/aix52.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. 2 for IBM RS/6000 POWER running AIX V5.2.
3 Copyright (C) 2002-2017 Free Software Foundation, Inc. 3 Copyright (C) 2002-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
37 } \ 37 } \
38 if (TARGET_POWERPC64 && ! TARGET_64BIT) \ 38 if (TARGET_POWERPC64 && ! TARGET_64BIT) \
39 { \ 39 { \
40 error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ 40 error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
41 } \ 41 } \
42 } while (0); 42 } while (0)
43 43
44 #undef ASM_SPEC 44 #undef ASM_SPEC
45 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" 45 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
46 46
47 /* Common ASM definitions used by ASM_SPEC amongst the various targets 47 /* Common ASM definitions used by ASM_SPEC amongst the various targets