comparison gcc/config/rs6000/aix61.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
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 V6.1. 2 for IBM RS/6000 POWER running AIX V6.1.
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
54 } \ 54 } \
55 if (rs6000_current_cmodel == CMODEL_MEDIUM) \ 55 if (rs6000_current_cmodel == CMODEL_MEDIUM) \
56 { \ 56 { \
57 rs6000_current_cmodel = CMODEL_LARGE; \ 57 rs6000_current_cmodel = CMODEL_LARGE; \
58 } \ 58 } \
59 } while (0); 59 } while (0)
60 60
61 #undef ASM_SPEC 61 #undef ASM_SPEC
62 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" 62 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
63 63
64 /* Common ASM definitions used by ASM_SPEC amongst the various targets for 64 /* Common ASM definitions used by ASM_SPEC amongst the various targets for