[BACK]Return to aix.m4 CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpn / powerpc64

Diff for /OpenXM_contrib/gmp/mpn/powerpc64/Attic/aix.m4 between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:12:38 version 1.1.1.2, 2003/08/25 16:06:24
Line 1 
Line 1 
 divert(-1)  divert(-1)
 dnl  m4 macros for AIX 64-bit assembly.  dnl  m4 macros for AIX 64-bit assembly.
   
 dnl  Copyright (C) 2000 Free Software Foundation, Inc.  dnl  Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
 dnl  dnl
 dnl  This file is part of the GNU MP Library.  dnl  This file is part of the GNU MP Library.
 dnl  dnl
 dnl  The GNU MP Library is free software; you can redistribute it and/or  dnl  The GNU MP Library is free software; you can redistribute it and/or
Line 23  dnl  Suite 330, Boston, MA 02111-1307, USA.
Line 23  dnl  Suite 330, Boston, MA 02111-1307, USA.
 define(`ASM_START',  define(`ASM_START',
         `.machine       "ppc64"          `.machine       "ppc64"
         .toc')          .toc')
   
 define(`PROLOGUE',  dnl  Called: PROLOGUE_cpu(GSYM_PREFIX`'foo)
   dnl          EPILOGUE_cpu(GSYM_PREFIX`'foo)
   dnl
   dnl  Don't want ELF style .size in the epilogue.
   
   define(`PROLOGUE_cpu',
   m4_assert_numargs(1)
         `          `
         .globl  $1          .globl  $1
         .globl  .$1          .globl  .$1
         .csect  $1[DS],3          .csect  [DS],3
 $1:  $1:
         .llong  .$1, TOC[tc0], 0          .llong  .$1, TOC[tc0], 0
         .csect  .text[PR]          .csect  [PR]
         .align  2          .align  2
 .$1:')  .$1:')
   
 define(`EPILOGUE', `')  define(`EPILOGUE_cpu',
   m4_assert_numargs(1)
   `')
   
 divert  divert

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>