From: Stuart M. <Stu...@st...> - 2000-06-15 17:21:32
|
Hi Mitch I tried the binutils on SourceForge, unfortunatly one of Niibe-san's patches appears to be missing: Index: bfd/elflink.c =================================================================== RCS file: /cvsroot/linuxsh/binutils/bfd/elflink.c,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 elflink.c *** bfd/elflink.c 2000/05/06 05:10:12 1.1.1.1 --- bfd/elflink.c 2000/06/15 17:10:01 *************** *** 226,231 **** --- 226,232 ---- { case STV_INTERNAL: case STV_HIDDEN: + #if 0 /* FIXME: should check documentation */ /* This symbol must be defined in the shared object or executable. */ if (h->root.type == bfd_link_hash_undefined) *************** *** 236,242 **** (*info->callbacks->undefined_symbol) (info, name, abfd, bfd_und_section_ptr, 0); } ! h->elf_link_hash_flags |= ELF_LINK_FORCED_LOCAL; break; --- 237,243 ---- (*info->callbacks->undefined_symbol) (info, name, abfd, bfd_und_section_ptr, 0); } ! #endif h->elf_link_hash_flags |= ELF_LINK_FORCED_LOCAL; break; I've no idea what this does, but it appears to be needed for the glibc build. Stuart On Jun 10, 5:09am, mj...@al... wrote: > Subject: [linuxsh-dev] binutils in CVS should be OK now > > Hello, > > Tonight I fixed the "binutils" module in CVS to be (nearly) > that of binutils-000218 plus Niibe-san's patch. In theory > it should now be possible to use this version for your > everyday use. My apologies for the delay. I've not had > the time to attend to this earlier. > > Could people test it please? > > If you've already checked out binutils, you can refresh > your checkout by doing a "cd" into the binutils directory, > then running "cvs up -P -d". > > If people would like me to put a fresh CVS snapshot on > sourceforge, please let me know. > > If you have any questions or experience problems, please > send them to this list. > > Regards, > > Mitch. > http://www.alphalink.com.au/ > > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > http://lists.sourceforge.net/mailman/listinfo/linuxsh-dev >-- End of excerpt from mj...@al... |