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/10957] m68k-cross build broken in libiberty (hashtab.c)


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


randy dot rude at gdcanada dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.3                         |tree-ssa


------- Additional Comments From randy dot rude at gdcanada dot com  2003-07-02 19:43 -------
I just tried again with GCC 3.3, binutils 2.13, and newlib 1.11 (the same 
binutils and newlib as I reported originally).  I still see the problem while 
building the cross: 
 
../../../gcc/libiberty/hashtab.c: In function `higher_prime_number': 
../../../gcc/libiberty/hashtab.c:133: warning: implicit declaration of 
function `abort' 
../../../gcc/libiberty/hashtab.c: In function `htab_create': 
../../../gcc/libiberty/hashtab.c:204: error: `free' undeclared (first use in 
this function) 
../../../gcc/libiberty/hashtab.c:204: error: (Each undeclared identifier is 
reported only once 
../../../gcc/libiberty/hashtab.c:204: error: for each function it appears in.) 
../../../gcc/libiberty/hashtab.c: In function `htab_try_create': 
../../../gcc/libiberty/hashtab.c:214: error: `calloc' undeclared (first use in 
this function) 
../../../gcc/libiberty/hashtab.c:214: error: `free' undeclared (first use in 
this function) 
make[1]: *** [hashtab.o] Error 1 
make[1]: Leaving directory 
`/home/rrude/src/gnu/build-m68k-gcc/m68k-elf/libiberty' 
make: *** [all-target-libiberty] Error 2


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