This is the mail archive of the gcc-bugs@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]

[Bug target/62663] m68k / coldfire : compiling with -msep-data breaks the code


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62663

--- Comment #2 from Mikael Pettersson <mikpelinux at gmail dot com> ---
Without -msep-data gcc outputs

        jsr square_test

With -msep-data gcc outputs

        move.l square_test@GOT(%a5),%a0
        jsr (%a0)

Is that move.l unavailable on the mcf5307?  (I'm familiar with classic m68k but
not with the Coldfire line.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]