This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Attachment: bootstrap-fix.patch
Description: Binary data



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]