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: Unrevied patches^3


Sigh.  I really should learn to proof-read.

Richard Sandiford <rsandifo@talisman.cambridge.redhat.com> writes:
> Besides, MIPS isn't the first port to use $gp as the high part of a
> LO_SUM.  The idea was borrowed from the alpha port and IMO it makes
> sense.  (lo_sum (reg X) (symbol_ref "small_data_symbol")) is written
> out as:
> 
>     %gp_rel(X)

%gp_rel(small_data_symbol)(X)


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