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]

M68k exceptions code.


Did anyone succeed with compiling exceptions on m68k?
if not, could You tell me which exception handling way is less machine
specific - PC relative (__throw)
or setjump-longjump ? Both does not work in my case, but __throw is
killed when it takes the pointer of a label (btw, how it works?), and i
did not dig sj-lj...
(The result of this work will be working gcc-2.95.x compiler in uClinux
enviroment)
with respect, Alexander Komarov.


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