~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gmp/mpn/sparc32/sparc-defs.m4

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-05-17 02:46:26 UTC
  • Revision ID: james.westby@ubuntu.com-20060517024626-lljr08ftv9g9vefl
Tags: upstream-0.9h-20060510
ImportĀ upstreamĀ versionĀ 0.9h-20060510

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
divert(-1)
 
2
 
 
3
dnl  m4 macros for SPARC assembler (32 and 64 bit).
 
4
 
 
5
 
 
6
dnl  Copyright 2002 Free Software Foundation, Inc.
 
7
dnl
 
8
dnl  This file is part of the GNU MP Library.
 
9
dnl
 
10
dnl  The GNU MP Library is free software; you can redistribute it and/or
 
11
dnl  modify it under the terms of the GNU Lesser General Public License as
 
12
dnl  published by the Free Software Foundation; either version 2.1 of the
 
13
dnl  License, or (at your option) any later version.
 
14
dnl
 
15
dnl  The GNU MP Library is distributed in the hope that it will be useful,
 
16
dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
18
dnl  Lesser General Public License for more details.
 
19
dnl
 
20
dnl  You should have received a copy of the GNU Lesser General Public
 
21
dnl  License along with the GNU MP Library; see the file COPYING.LIB.  If
 
22
dnl  not, write to the Free Software Foundation, Inc., 59 Temple Place -
 
23
dnl  Suite 330, Boston, MA 02111-1307, USA.
 
24
 
 
25
 
 
26
changecom(!)
 
27
 
 
28
 
 
29
dnl  Usage: REGISTER(reg,attr)
 
30
dnl
 
31
dnl  Give a ".register reg,attr" directive, if the assembler supports it.
 
32
dnl  HAVE_REGISTER comes from the GMP_ASM_SPARC_REGISTER configure test.
 
33
 
 
34
define(REGISTER,
 
35
m4_assert_numargs(2)
 
36
m4_assert_defined(`HAVE_REGISTER')
 
37
`ifelse(HAVE_REGISTER,yes,
 
38
`.register `$1',`$2'')')
 
39
 
 
40
 
 
41
divert