This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] Fix ICE with -fpie (PR target/65593)


On Fri, Mar 27, 2015 at 6:08 PM, Jakub Jelinek <jakub@redhat.com> wrote:

> For %rip addressing, we only can use disp32 and thus can add
> constants to the symbol/label, but not a register etc., as
> there is no instruction supporting (plus (symbol_ref) (reg))
> for PIC.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?

OK for trunk and release branches.

Thanks,
Uros.


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