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]

Unreviewed patches^2


Ping?

Richard Sandiford <rsandifo@talisman.cambridge.redhat.com> writes:
> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00657.html
> Support n32 & n64 structure return conventions.  This needs a new
> target hook to control the padding of the return value.
> 
> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00841.html
> Take addressing modes into account when deciding whether to force
> constants into memory.
> 
>   [ wrt the second, symbols seem to be forced into memory quite often in
>     real-world programs.  E.g. emacs now has a single relocation against
>     stdout, generated for a call to fprintf().  It needed no relocations
>     for 3.3.
> 
>     Since the emacs unexec code doesn't handle mips relocs properly,
>     this shows up a user-visible regression.  An emacs bug, perhaps,
>     but still... ]


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