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] |
Maxim Kuvyrkov <maxim@codesourcery.com> writes:
It turned out that there is no simple fix for the above problem. After trying a few hacks here and there, I came to using FINAL_PRESCAN_INSN macro, which looks like the best way of handling the problem; for the details, see the comment in m68k_final_prescan_insn() function.
That does not appear to work, I'm still getting the same assembler errors.
-- Maxim
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |