commit | b95cd48b01b1340475dd7a408af6d665822a8cf5 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <ian@gcc.gnu.org> | Wed Jun 21 22:11:04 2017 +0000 |
committer | Ian Lance Taylor <ian@gcc.gnu.org> | Wed Jun 21 22:11:04 2017 +0000 |
tree | 72625660a997749459ccfe70d454dc9febc61f6f | |
parent | 1701a9d8f0ca4153bbf3cf75487c6a14606e5121 [diff] |
libgo: remove old MIPS architecture names This removes the old names for the 3 main MIPS ABIs: mipso32, mipsn32 and mipsn64. It also removes the mipso64 ABI which has no equivalent architecture name in go. This ABI has been dead for sometime and I doubt anyone will miss it. Reviewed-on: https://go-review.googlesource.com/46154 From-SVN: r249477