This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
ld link_info.base_file question
- From: Christian Groessler <chris at groessler dot org>
- To: <binutils at sourceware dot org>
- Date: Tue, 21 Nov 2006 23:46:15 +0100 (CET)
- Subject: ld link_info.base_file question
Hi,
in a local modification I use link_info.base_file to dump some
relocation information for post processing of the resulting image.
I now want to clean up this code but I don't find where base_file is
closed.
It is opened in some files in ld/emultempl but nowhere closed?
regards,
chris