This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/34003] [4.2/4.3 Regression] gcc 4.3.0 unable to bootstrap itself; Unsatisfied symbols: ggc_free
- From: "r dot emrich at de dot tecosim dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Nov 2007 14:40:24 -0000
- Subject: [Bug bootstrap/34003] [4.2/4.3 Regression] gcc 4.3.0 unable to bootstrap itself; Unsatisfied symbols: ggc_free
- References: <bug-34003-11564@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from r dot emrich at de dot tecosim dot com 2007-11-09 14:40 -------
nm ggc-none.o
Symbols from ggc-none.o:
Name Value Scope Type Subspace
$CODE$ | 0|static|data |$CODE$
$CODE$ | 0|static|data |$CODE$
$CODE$ | 0|static|data |$CODE$
$CODE$ | 0|static|data |$CODE$
$CODE$ | 0|static|data |$CODE$
$CODE$ | 0|static|data |$CODE$
$CODE$ | 0|static|data |$CODE$
free | |undef |code |
ggc_alloc_cleared_stat| 0|extern|entry |$CODE$
ggc_alloc_stat | 0|extern|entry |$CODE$
ggc_alloc_typed_stat| 0|extern|entry |$CODE$
ggc_free | 0|extern|entry |$CODE$
ggc_realloc_stat | 0|extern|entry |$CODE$
xcalloc | |undef |code |
xmalloc | |undef |code |
xrealloc | |undef |code |
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34003