This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Issue with v2.25 on OS/2
- From: Tristan Gingold <gingold at adacore dot com>
- To: Paul Smedley <paul at smedley dot id dot au>
- Cc: binutils at sourceware dot org
- Date: Tue, 6 Jan 2015 10:46:31 +0100
- Subject: Re: Issue with v2.25 on OS/2
- Authentication-results: sourceware.org; auth=none
- References: <loom dot 20150106T095119-934 at post dot gmane dot org> <380B7A20-C0EB-421F-B36C-05C5629FD97A at adacore dot com> <loom dot 20150106T102202-861 at post dot gmane dot org>
> 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.