https://sourceware.org/bugzilla/show_bug.cgi?id=30333
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gjl at gcc dot gnu.org
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
This report is invalid.
Relaxing may turn JMPs in .vectors into RJMP+NOP, but it must not remove the
NOP after RJMP since the code is located in the interrupt vector table.
Ditching NOPs would resut in a bogus vector table.
Hence, you must locate your code in a section other than .vectors, and in a
section where relaxing is not prohibited.
--
You are receiving this mail because:
You are on the CC list for the bug.