~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to gmp3/mpn/ia64/default.m4

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
divert(-1)
 
2
 
 
3
 
 
4
dnl  Copyright 2000 Free Software Foundation, Inc.
 
5
dnl 
 
6
dnl  This file is part of the GNU MP Library.
 
7
dnl
 
8
dnl  The GNU MP Library is free software; you can redistribute it and/or
 
9
dnl  modify it under the terms of the GNU Lesser General Public License as
 
10
dnl  published by the Free Software Foundation; either version 2.1 of the
 
11
dnl  License, or (at your option) any later version.
 
12
dnl
 
13
dnl  The GNU MP Library is distributed in the hope that it will be useful,
 
14
dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
16
dnl  Lesser General Public License for more details.
 
17
dnl
 
18
dnl  You should have received a copy of the GNU Lesser General Public
 
19
dnl  License along with the GNU MP Library; see the file COPYING.LIB.  If
 
20
dnl  not, write to the Free Software Foundation, Inc., 59 Temple Place -
 
21
dnl  Suite 330, Boston, MA 02111-1307, USA.
 
22
 
 
23
 
 
24
define(`ASM_START',`dnl')
 
25
 
 
26
define(`PROLOGUE',
 
27
        `
 
28
        .text
 
29
        .align  16
 
30
        .global $1#
 
31
        .proc   $1#
 
32
$1:')
 
33
 
 
34
define(`EPILOGUE',
 
35
        `
 
36
        .endp   $1#')
 
37
 
 
38
define(`DATASTART',
 
39
        `dnl
 
40
        DATA
 
41
$1:')
 
42
define(`DATAEND',`dnl')
 
43
 
 
44
define(`ASM_END',`dnl')
 
45
 
 
46
divert