diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2017-11-01 16:33:30 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2017-11-01 16:33:30 +0000 |
commit | 965107f26e6812816b68fb8683e2492fae87493d (patch) | |
tree | 539bdcc41759eceeb88f2c34bd36e52d820d0e09 /rtl/x86_64 | |
parent | 88d0a5be0184dc09fdf5331bf940a66b36807362 (diff) | |
download | fpc-965107f26e6812816b68fb8683e2492fae87493d.tar.gz |
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@37542 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/x86_64')
-rw-r--r-- | rtl/x86_64/cpuh.inc | 15 | ||||
-rw-r--r-- | rtl/x86_64/makefile.cpu | 3 |
2 files changed, 16 insertions, 2 deletions
diff --git a/rtl/x86_64/cpuh.inc b/rtl/x86_64/cpuh.inc new file mode 100644 index 0000000000..e3f3caf416 --- /dev/null +++ b/rtl/x86_64/cpuh.inc @@ -0,0 +1,15 @@ +{ + + This file is part of the Free Pascal run time library. + Copyright (c) 2016 by the Free Pascal development team. + + CPU specific system unit header file + + See the file COPYING.FPC, included in this distribution, + for details about the copyright. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + **********************************************************************} diff --git a/rtl/x86_64/makefile.cpu b/rtl/x86_64/makefile.cpu index 26fc66b71c..fb00a5cc52 100644 --- a/rtl/x86_64/makefile.cpu +++ b/rtl/x86_64/makefile.cpu @@ -1,8 +1,7 @@ -# $Id: makefile.cpu,v 1.1 2003/01/06 19:40:18 florian Exp $ # # Here we set processor dependent include file names. # -CPUNAMES=int64p math set setjump setjumph x86_64 +CPUNAMES=int64p math set setjump setjumph x86_64 cpuh CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES)) # |