This is the mail archive of the binutils@sources.redhat.com 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: Non-SHF_ALLOC sections on Alpha very broken


On Wed, Oct 23, 2002 at 07:06:06PM +0200, Jakub Jelinek wrote:
> I hope it is the NEED_DYNREL which should be changed, not relocate_section,

You want something like

        case R_ALPHA_REFQUAD:
-         if (info->shared || maybe_dynamic)
+         if ((info->shared && (sec->flags & SEC_LOAD)) || maybe_dynamic)
            need = NEED_DYNREL;

?  Yeah, I can go along with that.


r~


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