sparc-defs.m4
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:1k
源码类别:

数学计算

开发平台:

Unix_Linux

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