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: mips tls with -mlong64/-mgp32


Richard Sandiford <richard@codesourcery.com> writes:
> Consider foo=0x7ff8, for example.  We want %tprel_hi(foo+4) to be 0x8000
> and %tprel_lo(foo+4) to be 0.

Er, I mean: we want %tprel_hi(foo+4) to be 1 and %tprel_lo(foo+4) to
be 0x8000.

Richard


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