This is the mail archive of the binutils@sourceware.cygnus.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]

Re: versioning patch


Hi Uli,

: BFD currently works only by accident when reading in versioning
: definitions.  This didn't cause any problems because we only read in
: files with versioning generated by GNU ld.  With Solaris ld we get
: problems since they don't sort the entries in the verdef section by
: index (which is OK).
: 
: The patch below fixes the problem.  I've tested it on Solaris and
: Linux and will check it in if nobody objects.

Fine by me.

: 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
: 
: 	* elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
: 	definitions.  We must not assume they are sorted in the file
: 	according to their index numbers.

Cheers
	Nick

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