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: Change OPTION_MASK_XXX/OPTION_XXX to MASK_XXX/TARGET_XXX


On May 24, 2007, at 6:56 AM, H. J. Lu wrote:
Here is the opt patch. It replaces OPTION_MASK_XXX/OPTION_XXX with
MASK_FOO_XXX/TARGET_FOO_XXX for target mask flag which contains
"Target" and "Mask()"/"InverseMask()" like

I think this would have made my job easier on the rs6000 when I ran out of bits there...



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