This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Mingw GDB build fails for M16C target
- From: Kevin Buettner <kevinb at redhat dot com>
- To: gdb-patches at sourceware dot org
- Cc: Mahesh Basavaraj Shavari <Mahesh dot Shavari at kpitcummins dot com>
- Date: Fri, 8 May 2009 15:57:17 -0700
- Subject: Re: Mingw GDB build fails for M16C target
- References: <82C3BC9106BCE149B63464D79D0A22FD0A68110C@sohm.kpit.com> <20090428155724.1797d332@redhat.com>
On Tue, 28 Apr 2009 15:57:24 -0700
Kevin Buettner <kevinb@redhat.com> wrote:
> * m32c/gdb-if.c (m32c_signal_to_host): Rename to
> m32c_signal_to_target. Change signal return values from SIGILL,
> SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP,
> TARGET_SIGNAL_SEGV, etc. Fix all callers.
Jim sent me an approval for this patch.
Committed.
Kevin