Tizen 2.1 base
[external/gmp.git] / mpn / x86_64 / darwin.m4
1 divert(-1)
2 dnl  Copyright 2008 Free Software Foundation, Inc.
3 dnl
4 dnl  This file is part of the GNU MP Library.
5 dnl
6 dnl  The GNU MP Library is free software; you can redistribute it and/or
7 dnl  modify it under the terms of the GNU Lesser General Public License as
8 dnl  published by the Free Software Foundation; either version 3 of the
9 dnl  License, or (at your option) any later version.
10 dnl
11 dnl  The GNU MP Library is distributed in the hope that it will be useful,
12 dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 dnl  Lesser General Public License for more details.
15 dnl
16 dnl  You should have received a copy of the GNU Lesser General Public License
17 dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
18
19 define(`DARWIN')
20
21 define(`LEA',`
22         lea     $1(%rip), $2
23 ')
24
25 dnl  Usage: CALL(funcname)
26 dnl
27 dnl  Simply override the definition in x86_64-defs.m4.
28
29 define(`CALL',`call     GSYM_PREFIX`'$1')
30
31
32 define(`JUMPTABSECT', `DATA')
33
34 divert`'dnl