On 04-27 14:01, Matthias Klose wrote:
> please attach any library (.so files and compiler object files),
> best in one tarball.  In it's current form, the internal error is
> not reproducible for me.

There is no .so files used. I copied all files I attached in previous message
into separate directory, removed all references to dynamic libraries,
as well all paths, and it still gives me same error.

You mean -lgcc -lc -lgcc_s ld-linux.so.2 crt1.o crtbegin.o crtn.o and 
dependencies?

Can you say what error you get?

Can you try the same files but with this simplified command:


gold --build-id --no-add-needed --eh-frame-hdr -m elf_i386 --hash-style=both 
-dynamic-linker \
  /lib/ld-linux.so.2 -o zero_filesize_segment \
  /usr/lib/crti.o \
  zero_filesize_segment.ld ./zero_filesize_segment.o ./testutils.o \
  ./hugetlbfs_privutils.a

Regards,
Witek

PS. My ld-linux.so.2 and crti.o is from   libc6{-dev} 2.11.2-11 

-- 
Witold Baryluk

Attachment: signature.asc
Description: Digital signature

Reply via email to