bug-binutils
[Top][All Lists]
Advanced

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

Re: PATCH: fix incorrect PC-relative relocations with '.word'


From: Nick Clifton
Subject: Re: PATCH: fix incorrect PC-relative relocations with '.word'
Date: Fri, 14 Nov 2008 13:03:08 +0000
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Hi Mat,

My fix is simply to reserve enough space before calling frag_now_fix
that the frag won't run out of room if frag_more is called later.

Thanks for providing a fix for the problem. I have checked it in along with this changelog entry.

Cheers
  Nick

gas/ChangeLog
2008-11-14  Mat Hostetter  <address@hidden>

        * read.c (emit_expr): Grow frag before filling it so that
        dot_value remains valid.




reply via email to

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