This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: unreviewed m68k patches
- From: Richard Henderson <rth at redhat dot com>
- To: Bernardo Innocenti <bernie at develer dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 10 Oct 2003 17:32:56 -0700
- Subject: Re: unreviewed m68k patches
- References: <3F806385.9010706@develer.com>
On Sun, Oct 05, 2003 at 08:31:33PM +0200, Bernardo Innocenti wrote:
> - Add m68k-unknown-uclinux-uclibc target
> (the config.sub part has been submitted separately)
> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01498.html
Ok.
> - Add uClinux-specific code generation options
> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01263.html
Ok.
> - Add __attribute__((interrupt_handler))
> (Not needed for uClinux, useful for embedded developers)
> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01262.html
I guess this is ok. It'd be nice if you'd generate a fake
exception frame when these functions are called directly,
but I suppose no one actually does that. ;-)
> - Use precomputed values from current_frame
> (Just a cleanup, not needed for uClinux)
> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01926.html
Ok.
r~