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] hookize RETURN_POPS_ARGS for all targets


On 06/26/2010 05:20 AM, Nathan Froyd wrote:
> In this first of many "penalize the many for the sins of a few" ;)
> patches, the patch below hookizes RETURN_POPS_ARGS.  I would have liked
> to const-ify the arguments to TARGET_RETURN_POPS_ARGS, but that would
> have significantly bloated the patch to no good end.  A tedious but
> worthwhile project would be to go through the target hooks and const-ify
> the appropriate arguments to make the interface clearer.
> 
> Tested on x86_64-unknown-linux-gnu.  OK to commit?

Ok.


r~


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