This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [BFIN] Remove specific definiton of ASM_FORMAT_PRIVATE_NAME
- From: "Jie Zhang" <jzhang918 at gmail dot com>
- To: "Bernd Schmidt" <bernds_cb1 at t-online dot de>
- Cc: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 22 Mar 2006 22:54:20 +0800
- Subject: Re: [BFIN] Remove specific definiton of ASM_FORMAT_PRIVATE_NAME
- References: <6f48278f0603220015h5700f93aw5594954aac43e900@mail.gmail.com> <44214719.8080507@t-online.de>
On 3/22/06, Bernd Schmidt <bernds_cb1@t-online.de> wrote:
> Jie Zhang wrote:
> > It's not necessary for bfin port to have a specific definition of
> > ASM_FORMAT_PRIVATE_NAME. And this specific definition will cause
> > several FAILs in testsuite (tree-ssa dump tests). This patch is going
> > to remove it and make bfin port use the default definiton. Tested on
> > bf533-stamp board running uClinux for gcc and g++. It remove two
> > dozens of FAILs and with no regressions.
>
> Ok everywhere (although I don't think we really need 4.0 anymore).
>
Thanks. committed on trunk and 4.1 branch.
Jie