While building libsupc++: .../libstdc++-v3/libsupc++/array_type_info.cc -o array_type_info.obj cc56SH6m.s: Assembler messages: cc56SH6m.s: Error: no entry symbol for global function '_ZN10__cxxabiv117__array_type_infoD1Ev' cc56SH6m.s: Fatal error: can't close array_type_info.obj: Section has no contents Looks like an hole in gas.
The error pattern is: _ZN10__cxxabiv117__array_type_infoD2Ev: .pdesc _ZN10__cxxabiv117__array_type_infoD2Ev..en,stack $70.._ZNSt9type_infoD2Ev..lk: .linkage _ZNSt9type_infoD2Ev .end _ZN10__cxxabiv117__array_type_infoD2Ev .globl _ZN10__cxxabiv117__array_type_infoD1Ev _ZN10__cxxabiv117__array_type_infoD1Ev = _ZN10__cxxabiv117__array_type_infoD2Ev
Is this still an issue?
On Feb 26, 2013, at 11:27 AM, rguenth at gcc dot gnu.org wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52928 > > --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-26 10:27:31 UTC --- > Is this still an issue? I have a not yet submitted patch to fix that in binutils. Note that this is an issue only for a native compiler, not for a cross one. Tristan