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]
Other format: [Raw text]

Your ldexp.c change broke cris-elf


As witnessed by ld-cris/libdso-2.d, your:

2002-09-02  Nick Clifton  <nickc@redhat.com>

        * ldexp.c (exp_fold_tree): If the first attempt to lookup a
        PROVIDEd symbol fails, look it up again, but this time with
        the 'create' flag set.

change now defines all PROVIDE symbols, even if unused.  (Not
really the purpose of that test.)  There are now 37 .symtab
entries in the readelf dump where there usually is 23, and the
added ones are for PROVIDE symbols, that are not used by the
test DSO.

brgds, H-P


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