comparison gcc/config/rs6000/aix.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Definitions of target machine for GNU compiler, 1 /* Definitions of target machine for GNU compiler,
2 for IBM RS/6000 POWER running AIX. 2 for IBM RS/6000 POWER running AIX.
3 Copyright (C) 2000-2018 Free Software Foundation, Inc. 3 Copyright (C) 2000-2020 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published 8 under the terms of the GNU General Public License as published
30 in the #if conditional in options-default.h, so provide another macro. */ 30 in the #if conditional in options-default.h, so provide another macro. */
31 #undef TARGET_AIX_OS 31 #undef TARGET_AIX_OS
32 #define TARGET_AIX_OS 1 32 #define TARGET_AIX_OS 1
33 33
34 /* AIX always has a TOC. */ 34 /* AIX always has a TOC. */
35 #define TARGET_NO_TOC 0 35 #define TARGET_HAS_TOC 1
36 #define TARGET_TOC 1
37 #define FIXED_R2 1 36 #define FIXED_R2 1
38 37
39 /* AIX allows r13 to be used in 32-bit mode. */ 38 /* AIX allows r13 to be used in 32-bit mode. */
40 #define FIXED_R13 0 39 #define FIXED_R13 0
41 40