Changes between Initial Version and Version 1 of Ticket #11705, comment 107
- Timestamp:
- 04/26/12 13:46:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11705, comment 107
initial v1 2 2 > While the original files seem partially over-autoconf'd to me (e.g. `TEXT`, defined in `config.m4` after `configure`), I've currently "hardcoded" the ELF function descriptors, i.e., haven't used new macros for them at all. Even if GMP-ECM currently only supports systems ''using ELF'' on PPC64 (I think; Darwin PPC is 32-bit, and `asm-redc` is disabled on it, although it IMHO wouldn't have to be), one could at least write some `m4` macros for [PowerPC] ELF![64] for convenience and put them into (e.g.) `powerpc64/elf.m4`, then probably only "enable" them if `configure` determines it's an ELF system. (I didn't want to mess with the `autoconf` files anyway.) 3 3 4 Patching `configure`[`.in`] `to also include `powerpc64/elf.m4` if appropriate is trivial, so I'll probably add that, too. (And write [slightly corrected] `PROLOG()` / `EPILOG()` macros.)4 Patching `configure`[`.in`] to also include `powerpc64/elf.m4` if appropriate is trivial, so I'll probably add that, too. (And write [slightly corrected] `PROLOG()` / `EPILOG()` macros.) 5 5 6 6 > One could also add some debugging info to the functions, i.e. traceback tables.