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]

RE: [patch 2.95.3] Fix the epilogue of the h8300 port.


Title: RE: [patch 2.95.3] Fix the epilogue of the h8300 port.

Hi,

> Attached is a patch to fix the epilogue generation of the h8300 port.
> The h8300 port keeps an internal flag when processing an interrupt
> function.  This flag does not get reset if the function ends with a
> barrier like 'for (;;);".  This result in the following function to be
> compiled as an interrupt function.

I forgot attaching a ChangeLog entry.

2000-12-12  Kazu Hirata  <kazu@hxi.com>

        * h8300.c (function_epilogue): Clean up flags when the last insn
        in a function is a barrier.

Kazu Hirata


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