This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/34003] [4.2/4.3 Regression] gcc 4.3.0 unable to bootstrap itself; Unsatisfied symbols: ggc_free



------- Comment #26 from dave at hiauly1 dot hia dot nrc dot ca  2007-12-13 17:23 -------
Subject: Re:  [4.2/4.3 Regression] gcc 4.3.0 unable to bootstrap itself;
Unsatisfied symbols: ggc_free

> rtl.s has
>         .CALL ARGW0=GR
>         bl ggc_free,%r2
>         nop
> in VEC_rtx_gc_free, but no corresponding .IMPORT ggc_free, CODE
> directive.  Could you please also attach rtl.i and exact set of options which
> were used to compile it, so that I can poke at it with a cross compiler? 

Lack of a .IMPORT for ggc_free will cause link errors.  The linker
default is "DATA".

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34003


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