mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
635 B

  1. The resulting macros hacks are to ugly. If anyone needs this optimization
  2. he is free to fix the ugly C hacks (damn when start people learning s.th.
  3. other than this 70's C style ...)
  4. - Rene Rebe <rene@rocklinux.org>
  5. --- gmp-4.1.2/gmp-impl.h.orig 2004-05-05 03:37:08.000000000 +0200
  6. +++ gmp-4.1.2/gmp-impl.h 2004-05-05 03:37:30.000000000 +0200
  7. @@ -577,7 +577,7 @@
  8. still use this, if we cared to differentiate locals and globals. */
  9. #if HAVE_HOST_CPU_FAMILY_x86 && __GMP_GNUC_PREREQ (2,96) && ! defined (PIC)
  10. -#define USE_LEADING_REGPARM 1
  11. +#define USE_LEADING_REGPARM 0 /* 1 */
  12. #else
  13. #define USE_LEADING_REGPARM 0
  14. #endif