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: Reducing the significance of -mips16


On Thu, Jun 26, 2008 at 10:23:34PM +0100, Richard Sandiford wrote:
> This patch therefore reinstates the naive suggestion, which was to
> treat all compilations as -mno-mips16 to begin with, and to only
> switch to MIPS16 mode when we start generating code.  (There will
> be no further switches after that unless the TU uses "nomips16"
> attributes.)

I'm confused.  Does this stop the __mips16 macro from being defined in
most cases?  If not, how does it ever end up defined?  Will this
affect e.g. preprocessed assembly?

-- 
Daniel Jacobowitz
CodeSourcery


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