diff --git a/macros b/macros index 48663be..f587238 100644 --- a/macros +++ b/macros @@ -108,9 +108,7 @@ print(result) # raise a SIGFPE. By declaring x & y volatile we prevent the optimizers # from removing the computation # -# The fourth is a common way to test stack growth direction. -# -# The fifth is a way of testing if we need to reenable signal handlers. We need to +# The fourth is a way of testing if we need to reenable signal handlers. We need to # indicate to the LTO optimizers that the nsigint object changes unexpectedly # compromises the test, so we indicate the key function should not be inlined or cloned # @@ -119,10 +117,6 @@ print(result) # with LTO. Thankfully this has always been the case for HP-UX, so # we can crib the code from the HP-UX support # -# The seventh handles various FP tests in guile. The goal here is to make sure -# the value appears to be used so the optimizer doesn't just remove it -# the optimizer doesn't just remove it -# %_fix_broken_configure_for_lto \ for file in $(find . -type f -name configure -print); do \ sed -r --in-place=.ORIG 's/^char \\(\\*f\\) \\(\\) = /__attribute__ ((used)) char (*f) () = /g' $file; \