]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
d: Define IN_TARGET_CODE in all machine-specific D language files.
authorIain Buclaw <ibuclaw@gdcproject.org>
Fri, 26 Mar 2021 12:12:59 +0000 (13:12 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Fri, 26 Mar 2021 15:14:18 +0000 (16:14 +0100)
This is to be consistent with the rest of the back-end.

gcc/ChangeLog:

* config/aarch64/aarch64-d.c (IN_TARGET_CODE): Define.
* config/arm/arm-d.c (IN_TARGET_CODE): Likewise.
* config/i386/i386-d.c (IN_TARGET_CODE): Likewise.
* config/mips/mips-d.c (IN_TARGET_CODE): Likewise.
* config/pa/pa-d.c (IN_TARGET_CODE): Likewise.
* config/riscv/riscv-d.c (IN_TARGET_CODE): Likewise.
* config/rs6000/rs6000-d.c (IN_TARGET_CODE): Likewise.
* config/s390/s390-d.c (IN_TARGET_CODE): Likewise.
* config/sparc/sparc-d.c (IN_TARGET_CODE): Likewise.

gcc/config/aarch64/aarch64-d.c
gcc/config/arm/arm-d.c
gcc/config/i386/i386-d.c
gcc/config/mips/mips-d.c
gcc/config/pa/pa-d.c
gcc/config/riscv/riscv-d.c
gcc/config/rs6000/rs6000-d.c
gcc/config/s390/s390-d.c
gcc/config/sparc/sparc-d.c

index 5c9b4fa6fb8f57b5220e3d45bf7482447fbbd0ba..4fce593ac27347738591676903ecc59a9babcf0f 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index 76ede3b6d44d72d05b7a67561bfcdc9b3ccaec0a..2cb9f4bd899ab7d486b2e4e8b5d2ca79836b0474 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index cbd3ceb187d70a3c20d3a16292a9e39949e1290a..b79be85e66126269c887420c9db1ad37893e1525 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index dad101cf7eb17afccb287f3e02f29581f8ff03d6..dc57127791c8dec9d656d5b1a6fbcbfb7716b27d 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index 1de49df12cc82e58cde90a596e868ff5fa82e50d..663e749995a4f1215b158e7dce1d05137183f6c2 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index 2b690b18cfd779b0b5b9d775c61a12132571018e..b20b778bd353aafbe2eabe1dd625d0bec48f5409 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index 14c4133f305419342354d0919e2d310559baf77e..6bfe8130dd3754f3b72ca5bab229b95ed2cdbf23 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index 155144ce7b8558f107a8efeb93cf6c08db1a9304..2f945ebfa1261ad8a4b97019cedf931d82018879 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index 186e965ae84a0d9ef5b3221fe1ac138d4bac71e3..0eb663bb132ffdbba8b4871d3b90375ac8632a9d 100644 (file)
@@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"