[Patch ARM] Fix bootstrap failure because of attribute_table failures.

Richard Earnshaw rearnsha@arm.com
Thu Jun 25 09:47:00 GMT 2009


On Thu, 2009-06-25 at 07:45 +0100, Ramana Radhakrishnan wrote:
> Hi,
> 
> 
> This patch fixes the fallout from the EXPORTED_CONST changes earlier  
> this month for the ARM backend. This breaks bootstrap on ARM targets  
> and attached is a patch to fix this up.
> 
> Verified that bootstrap passes beyond this point. Ok to commit if  
> bootstrap completes ?
> 
> 
> 
> home/ramana/trunk/gcc/config/arm/arm.c:62:38: error: uninitialized  
> const 'arm_attribute_table' is invalid in C++
> /home/ramana/trunk/gcc/config/arm/arm.c:3379:29: error: duplicate  
> declaration of 'arm_attribute_table' is invalid in C++
> /home/ramana/trunk/gcc/config/arm/arm.c:62:38: note: previous  
> declaration of 'arm_attribute_table' was here
> 
> 
> cheers
> Ramana
> 
> 
> 2009-06-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
> 
>          * config/arm/arm.c (arm_attribute_table): Delete duplicate
>          definition.
>          (TARGET_ATTRIBUTE_TABLE): Reorder to prevent bootstrap
>          failures.

OK

R.



More information about the Gcc-patches mailing list