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

Re: Issue with v2.25 on OS/2


> On 06 Jan 2015, at 10:23, Paul Smedley <paul@smedley.id.au> wrote:
> 
> Hi Tristan,
> 
> Tristan Gingold <gingold <at> adacore.com> writes:
>>> On 06 Jan 2015, at 09:54, Paul Smedley <paul <at> smedley.id.au> wrote:
>>> Can anyone help me understand where it is defined which kind of symbol 
> table 
>>> is used for a given platform?
>>> 
>>> OS/2 uses aout object format fwiw.
>> 
>> What is your host ?  Have you enabled plugins ?
> Host is os2-emx - I have a set of diffs here to enable it. I have not 
> enabled plugins, and never have done previously.


Ok.  Check the set of BFD_JUMP_TABLE_ARCHIVE entries in your bfd_target.
Debugging shouldn't be very difficult, set a breakpoint on archives.c:
_bfd_compute_and_write_armap, and see which write_armap is called.

Regards,
Tristan.


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