adtools icon indicating copy to clipboard operation
adtools copied to clipboard

GCC 10: The m68k aregparam attribute functionality needs to be adapted to changes in the gcc backend.

Open sodero opened this issue 3 years ago • 0 comments

The m68k backend has been rewritten to use the MODE_CC intermediate representation instead of the old CC0 which is scheduled for removal in GCC 11. Refer to GCC 11 dropping CC0. This issue only applies to GCC 10 and newer.

sodero avatar May 23 '21 10:05 sodero