This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

ld: bfd assertion fail


Hi!

Linking one of the applications on IA-64 Linux I've got following warning:
	ld: bfd assertion fail elf64-ia64.c:3005

Is anybody know the nature of this fail?

Notes:
1. I'm using following linker
GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8)
  Supported emulations:
   elf64_ia64

2. Assertion conditions are: (files elf64-ia64.c)
3004	  BFD_ASSERT (sizeof (Elf64_External_Rela) * srel->reloc_count
3005		      <= srel->_cooked_size);

3. The application I'm building contains set of libraries, both static and shared.
Described message appear in case of mixing shared and static libraries. But everything clear when I'm using shared libraries only.

Thanks,
Grigory.


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