summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
...
* * acinclude.m4 (GMP_C_SIZES): Add BITS_PER_ULONG.Kevin Ryde2001-02-281-9/+27
* (GMP_ASM_GLOBL): New check, for hppa oddities.tege2001-02-191-0/+16
* * acinclude.m4 (GMP_C_SIZES): Generate an error if mp_limb_t doesn'tKevin Ryde2001-02-171-0/+4
* * gmp.texi, acinclude.m4: Mention x86 solaris 2.7 has the reg->regKevin Ryde2001-02-101-5/+6
* * acinclude.m4 (GMP_GCC_MARCH_PENTIUMPRO): Allow "egcs-" prefix on gccKevin Ryde2001-01-261-22/+34
* Add a copyright year.Kevin Ryde2001-01-181-1/+1
* * acinclude.m4 (GMP_C_ATTRIBUTE_CONST, GMP_C_ATTRIBUTE_NORETURN): NewKevin Ryde2001-01-181-0/+32
* * acinclude.m4 (GMP_C_SIZES): Remove BITS_PER_LONGINT, BITS_PER_INT,Kevin Ryde2001-01-071-35/+28
* * acinclude.m4 (GMP_PROG_CC_IS_GNU): New macro.Kevin Ryde2000-12-291-20/+51
* Oops, should be "test -z":Kevin Ryde2000-12-051-2/+2
* * acinclude.m4 (GMP_PROG_AR, GMP_PROG_NM): Don't add flags to a userKevin Ryde2000-12-051-11/+24
* * acinclude.m4 (GMP_ANSI2KNR): Remove.Kevin Ryde2000-12-051-41/+0
* acinclude.m4: Fix typo testing for bad HP compiler.tege2000-12-041-1/+1
* Minor rewordings of some comments.Kevin Ryde2000-12-021-29/+35
* Correction to last GMP_PROG_CC_WORKS change, need "g()" actually defined!Kevin Ryde2000-12-011-5/+5
* Correction to GMP_PROG_CC_WORKS. Make it try to create an executable,Kevin Ryde2000-11-301-4/+6
* * acinclude.m4 (GMP_PROG_CC_WORKS): Don't use AC_TRY_COMPILE, combineKevin Ryde2000-11-291-376/+247
* * acinclude.m4 (GMP_ASM_X86_MMX) [*-*-solaris*]: Check for solarisKevin Ryde2000-11-211-8/+39
* * acinclude.m4 (GMP_TRY_ASSEMBLE): Make conftest.out available.Kevin Ryde2000-11-211-24/+19
* * acinclude.m4 (GMP_ASM_X86_SHLDL_CL): GMP_DEFINE WANT_SHLDL_CL here.Kevin Ryde2000-11-081-16/+16
* Amended version of:Kevin Ryde2000-11-081-12/+10
* Amend rm patterns:Kevin Ryde2000-11-081-1/+1
* * acinclude.m4 (GMP_FUNC_ALLOCA): New macro.Kevin Ryde2000-11-081-0/+41
* Rename GMP_ASM_POWERPC_REGISTERS to GMP_ASM_POWERPC_R_REGISTERS.Kevin Ryde2000-11-071-7/+7
* Missed one of:Kevin Ryde2000-11-071-1/+1
* (GMP_ASM_UNDERSCORE, GMP_ASM_ALIGN_FILL_0x90, GMP_ASM_RODATA): PutKevin Ryde2000-11-071-3/+3
* More of:Kevin Ryde2000-11-071-23/+11
* (GMP_TRY_ASSEMBLE): New macro, use it in various GMP_ASM_*.Kevin Ryde2000-11-071-66/+74
* Bit more of:Kevin Ryde2000-11-071-16/+19
* * acinclude.m4: Misc reformatting, simplify some quoting.Kevin Ryde2000-11-071-29/+15
* (GMP_ASM_UNDERSCORE, GMP_ASM_ALIGN_FILL_0x90): Put AC_REQUIREsKevin Ryde2000-11-071-3/+3
* * acinclude.m4: Misc reformatting.Kevin Ryde2000-11-071-50/+95
* (GMP_ASM_UNDERSCORE): Put AC_REQUIREs outside AC_CACHE_CHECK.Kevin Ryde2000-11-071-3/+3
* (GMP_C_SIZES): Use $srcdir/gmp.h, not -I; use $CPPFLAGS.Kevin Ryde2000-11-071-3/+3
* (GMP_ASM_UNDERSCORE, GMP_ASM_X86_MCOUNT): Use $CC $CFLAGS $CPPFLAGS.Kevin Ryde2000-11-071-2/+2
* (GMP_PROG_NM): New macro, require it in appropriate GMP_ASM_*.Kevin Ryde2000-11-071-18/+28
* * acinclude.m4 (GMP_ASM_POWERPC_REGISTERS): New macro.Kevin Ryde2000-11-031-0/+30
* * configure.in (X86_PATTERN): Move from here ...Kevin Ryde2000-11-031-2/+6
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * acinclude.m4 (GMP_ASM_X86_MCOUNT): New macro, finding how to profile.Kevin Ryde2000-10-141-0/+88
* More of:Kevin Ryde2000-10-141-1/+1
* * acinclude.m4, configure.in (GMP_ASM_*): Rename from GMP_CHECK_ASM_*,Kevin Ryde2000-10-141-130/+128
* * acinclude.m4 (GMP_CHECK_ASM_MMX): Don't use GMP_CHECK_ASM_TEXT.Kevin Ryde2000-10-131-4/+14
* * acinclude.m4 (GMP_CHECK_ASM_UNDERSCORE): Use LABEL_SUFFIX, not aKevin Ryde2000-10-041-1/+2
* Correction to:Kevin Ryde2000-09-301-1/+2
* * acinclude.m4 (GMP_C_SIZES): New macro.Kevin Ryde2000-09-281-0/+70
* * acinclude.m4 (GMP_CHECK_ASM_RODATA): New macro.Kevin Ryde2000-09-031-0/+35
* Correction to:Kevin Ryde2000-09-021-0/+8
* * acinclude.m4 (GMP_CHECK_ASM_ALIGN_FILL_0x90): Fix Solaris 2.8Kevin Ryde2000-08-281-15/+26
* * acinclude.m4 (GMP_CHECK_ASM_UNDERSCORE): Test by attempting toKevin Ryde2000-08-251-17/+43