NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-mips/57680: printf("%.1f") shows wrong results on R3000mipseb
The following reply was made to PR port-mips/57680; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
Cc: gnats-bugs%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-mips/57680: printf("%.1f") shows wrong results on R3000mipseb
Date: Wed, 15 Nov 2023 16:30:20 +0000
> Date: Wed, 15 Nov 2023 23:30:45 +0900
> From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
>
> However, IIUC if ".set reorder" is specified in as sources,
> gas(1) should have responsibilities to insert necessary nops
> to avoid hazards?
Does it insert the nops? Can you see with objdump whether the
commented-out `#nop' in the .s intermediate temp file appears as a
real nop instruction in the .o file?
Home |
Main Index |
Thread Index |
Old Index