On Tue, Nov 11, 2014 at 8:19 PM, Michael Meissner <meiss...@linux.vnet.ibm.com> wrote: > This patch documents the previously undocumented -mupper-regs-df and > -mupper-regs-sf switches. It also provides feature test macros that users can > use to determine if the upper register support is enabled. > > Once the prevous patches have gone in, is this patch ok to install? > > 2014-11-11 Michael Meissner <meiss...@linux.vnet.ibm.com> > > * config/rs6000/rs6000.opt (-mupper-regs-df): Make option public. > (-mupper-regs-sf): Likewise. > > * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define > __UPPER_REGS_DF__ if -mupper-regs-df. Define __UPPER_REGS_SF__ if > -mupper-regs-sf. > > * doc/invoke.texi (RS/6000 and PowerPC Options): Document > -mupper-regs-{sf,df}.
Okay. Thanks, David