This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
"if there is no soft float support, then try the fp store instructions and hope for the best" is the correct meaning. no ?
Patrick Olinet writes: > yes it does. > > Actually I've also tried with a cross toolchain that doesn't have it > and the bug showed up as well
OK, so rather than commenting out the fp store instructions, please try and surround them with
#ifdef SOFT_FLOAT
Andrew.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |