diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-07 22:16:45 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-07 22:16:45 +0000 |
commit | 8a5bc191f4ed494b8c4780b7345f097f6f067df7 (patch) | |
tree | 893c76aaed52b8a9e9e377a9eb52dc77a82e0c36 /gcc | |
parent | 7a7725965f82363491e78480714b909a41ee73d3 (diff) | |
download | gcc-8a5bc191f4ed494b8c4780b7345f097f6f067df7.tar.gz |
2013-01-07 Steve Ellcey <sellcey@mips.com>
PR target/42661
* config/mips/mips.opt: Change mad to mmad to match documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194998 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/mips.opt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01234273adf..20f2bb67cdc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-01-07 Steve Ellcey <sellcey@mips.com> + + PR target/42661 + * config/mips/mips.opt: Change mad to mmad to match documentation. + 2013-01-07 Georg-Johann Lay <avr@gjlay.de> PR target/55897 diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index dec028d7e22..201d46fef8b 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -55,7 +55,7 @@ mabicalls Target Report Mask(ABICALLS) Generate code that can be used in SVR4-style dynamic objects -mad +mmad Target Report Var(TARGET_MAD) Use PMC-style 'mad' instructions |