Annotation of OpenXM_contrib/gmp/mpn/powerpc32/aix.m4, Revision 1.1.1.2
1.1 maekawa 1: divert(-1)
2: dnl m4 macros for AIX 32-bit assembly.
3:
1.1.1.2 ! ohara 4: dnl Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
! 5: dnl
1.1 maekawa 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: define(`ASM_START',
24: `.toc')
1.1.1.2 ! ohara 25:
! 26: dnl Called: PROLOGUE_cpu(GSYM_PREFIX`'foo)
! 27: dnl EPILOGUE_cpu(GSYM_PREFIX`'foo)
! 28: dnl
! 29: dnl Don't want ELF style .size in the epilogue.
! 30:
! 31: define(`PROLOGUE_cpu',
! 32: m4_assert_numargs(1)
1.1 maekawa 33: `
34: .globl $1
35: .globl .$1
1.1.1.2 ! ohara 36: .csect [DS],2
1.1 maekawa 37: $1:
38: .long .$1, TOC[tc0], 0
1.1.1.2 ! ohara 39: .csect [PR]
1.1 maekawa 40: .align 2
41: .$1:')
42:
1.1.1.2 ! ohara 43: define(`EPILOGUE_cpu',
! 44: m4_assert_numargs(1)
! 45: `')
1.1 maekawa 46:
47: divert
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>