Add support for the MIPS -mxpa command line option.
authorAndrew Bennett <andrew.bennett@imgtec.com>
Tue, 3 Jun 2014 10:22:09 +0000 (10:22 +0000)
committerAndrew Bennett <abennett@gcc.gnu.org>
Tue, 3 Jun 2014 10:22:09 +0000 (10:22 +0000)
commit35773f5380469a344bba33ed73ba793c862a78cd
tree26b8b112537978875b1ff54287aabf919fb93711
parentd3fb5cf063a3f9d664d8b863070a1b7cabebba13
Add support for the MIPS -mxpa command line option.

2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>

* doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
options.
* config/mips/mips.opt (mxpa): New option.
* config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
assembler.

From-SVN: r211172
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.opt
gcc/doc/invoke.texi