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: Duplicate symbols in recent cvs source


> : After adding these, there are another similar set of duplicate
> : symbols:
> : 
> : /bin/ld: Duplicate symbol "bfd_arm_pe_get_bfd_for_interworking", files epoc-pe-a
> : rm.lo and pe-arm.lo
> : /bin/ld: Duplicate symbol "bfd_arm_pe_process_before_allocation", files epoc-pe-
> : arm.lo and pe-arm.lo
> : /bin/ld: Duplicate symbol "bfd_arm_pe_allocate_interworking_sections", files epo
> : c-pe-arm.lo and pe-arm.lo
> : /bin/ld: Duplicate symbols are not allowed in shared libraries
> 
> I have checked in the patches below to fix this problem.

I checked out the latest source and now there is another problem:

gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./config -I./..
/include -I./.. -I./../bfd -I./../intl -I../intl -DLOCALEDIR="\"/usr/local/share
/locale\""    -O3 -c ./config/tc-hppa.c
./config/tc-hppa.c: In function `tc_gen_reloc':
./config/tc-hppa.c:2816: dereferencing pointer to incomplete type
./config/tc-hppa.c:2831: dereferencing pointer to incomplete type
./config/tc-hppa.c:2835: dereferencing pointer to incomplete type
./config/tc-hppa.c:2881: dereferencing pointer to incomplete type
./config/tc-hppa.c:2889: dereferencing pointer to incomplete type
./config/tc-hppa.c: In function `hppa_fix_adjustable':
./config/tc-hppa.c:6558: dereferencing pointer to incomplete type
make[3]: *** [tc-hppa.o] Error 1
make[3]: Leaving directory `/xxx/gnu/binutils-2.9.4/gas'

Have a good weekend,
Dave

-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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