bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relocation record format string incorrect in table in som.c


From: Nick Clifton
Subject: Re: Relocation record format string incorrect in table in som.c
Date: 06 Mar 2003 12:28:55 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

Hi Steven,

> There are two incorrect format strings in the relocation record
> table in som.c that needs to be corrected (as of version 2.13.1 of
> the binutils package).
> 
> The first one that is incorrect is for R_AUX_UNWIND (opcode OxCF).
> The current string is "Sd=Vf=Ef=".  The string should be "Sd=Ve=Ee=".
> This problem has actually caused the objdump tool to dump core in one instance
> 
> The second one that is incorrect is for R_COMMENT (opcode 0xDD).
> The current string is "Ob=Ve=".  The string should be "Vf=".
> This problem has caused objdump to produce a "BFD Internal Error" message.

Thanks very pointing out these problems.  I have applied the changes
you indicated to the sources.

Cheers
        Nick

2003-03-06  Steven Konopa <address@hidden>

        * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
        R_COMMENT.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]