This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [SH, 4.7] Backport Fix sh64-elf build failure [2/3]
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: oleg dot endo at t-online dot de
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 01 Jun 2012 07:06:24 +0900 (JST)
- Subject: Re: [SH, 4.7] Backport Fix sh64-elf build failure [2/3]
- References: <1338497880.2146.7.camel@yam-132-YW-E178-FTW>
Oleg Endo <oleg.endo@t-online.de> wrote:
> Original patch:
> http://gcc.gnu.org/ml/gcc-patches/2012-03/msg00209.html
>
> 'Tested' with..
>
> ../gcc-4_7-branch/configure --target=sh-elf --prefix=/usr/local
> --enable-languages=c,c++ --enable-multilib --disable-libssp
> --disable-nls --disable-werror --enable-lto --with-newlib --with-gnu-as
> --with-gnu-ld --with-system-zlib
>
> make all
>
> OK for 4.7 branch?
>
> ChangeLog:
>
> Backport from mainline
> 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
> * config/sh/sh.c (sh_dwarf_register_span): Don't apply
> DBX_REGISTER_NUMBER.
OK as the fix for a regression from 4.6.
Regards,
kaz