This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
linker abfd
- From: "Vineet Sharma, Noida" <vineets at noida dot hcltech dot com>
- To: "'binutils at sources dot redhat dot com'" <binutils at sources dot redhat dot com>
- Date: Sat, 29 Nov 2003 19:13:26 +0530
- Subject: linker abfd
Hi,
I just wanted to know that if we link two file (say link1.out and
link2.out) then bfd makes two "abfd"(for both file).
So does the bfd genreic part combines the both "abfd",.If not who does it
and how.
My problem is i am unable to resolve external symbols(from one abfd to
another abfd)? How do i access the global symbol table in BFD? Iam trying to
resolve the symbols in coff_XXX_reloc() in coff-XXX.c. I am totally stuck at
this point any help suggestion would be of great help.
Regards
Vineet