summaryrefslogtreecommitdiff
path: root/mpn/mips64
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-02-27 13:34:54 +0100
committertege <tege@gmplib.org>2006-02-27 13:34:54 +0100
commit8232eb058288ca88b0dc380b2af278c3fbc0c354 (patch)
tree2e57d64c1ddaaad4e5a2e9a0b4415e200f10e551 /mpn/mips64
parentbfda27f886b8676f48bcf78fb0a2cdcb6171a592 (diff)
downloadgmp-8232eb058288ca88b0dc380b2af278c3fbc0c354.tar.gz
Reformat FSF address to 80 columns.
Diffstat (limited to 'mpn/mips64')
-rw-r--r--mpn/mips64/add_n.asm6
-rw-r--r--mpn/mips64/addmul_1.asm6
-rw-r--r--mpn/mips64/divrem_1.asm6
-rw-r--r--mpn/mips64/lshift.asm6
-rw-r--r--mpn/mips64/mul_1.asm6
-rw-r--r--mpn/mips64/rshift.asm6
-rw-r--r--mpn/mips64/sqr_diagonal.asm6
-rw-r--r--mpn/mips64/sub_n.asm6
-rw-r--r--mpn/mips64/submul_1.asm6
-rw-r--r--mpn/mips64/umul.asm6
10 files changed, 30 insertions, 30 deletions
diff --git a/mpn/mips64/add_n.asm b/mpn/mips64/add_n.asm
index b5d50e5b2..ff3ad8acf 100644
--- a/mpn/mips64/add_n.asm
+++ b/mpn/mips64/add_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/addmul_1.asm b/mpn/mips64/addmul_1.asm
index 02fb2aba6..ea7a152b5 100644
--- a/mpn/mips64/addmul_1.asm
+++ b/mpn/mips64/addmul_1.asm
@@ -17,9 +17,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/divrem_1.asm b/mpn/mips64/divrem_1.asm
index 606815498..a89c60375 100644
--- a/mpn/mips64/divrem_1.asm
+++ b/mpn/mips64/divrem_1.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/lshift.asm b/mpn/mips64/lshift.asm
index 8fb019e84..096cd1095 100644
--- a/mpn/mips64/lshift.asm
+++ b/mpn/mips64/lshift.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/mul_1.asm b/mpn/mips64/mul_1.asm
index 5ae4ecbc0..85c93e4ea 100644
--- a/mpn/mips64/mul_1.asm
+++ b/mpn/mips64/mul_1.asm
@@ -17,9 +17,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/rshift.asm b/mpn/mips64/rshift.asm
index 0b8835c31..39d8979ee 100644
--- a/mpn/mips64/rshift.asm
+++ b/mpn/mips64/rshift.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/sqr_diagonal.asm b/mpn/mips64/sqr_diagonal.asm
index 29e8b6d07..71641efdd 100644
--- a/mpn/mips64/sqr_diagonal.asm
+++ b/mpn/mips64/sqr_diagonal.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
dnl INPUT PARAMETERS
diff --git a/mpn/mips64/sub_n.asm b/mpn/mips64/sub_n.asm
index 2996cdd16..128131d14 100644
--- a/mpn/mips64/sub_n.asm
+++ b/mpn/mips64/sub_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/submul_1.asm b/mpn/mips64/submul_1.asm
index f37834b6e..e14040800 100644
--- a/mpn/mips64/submul_1.asm
+++ b/mpn/mips64/submul_1.asm
@@ -17,9 +17,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/mips64/umul.asm b/mpn/mips64/umul.asm
index 0770545c8..3aa0ccedd 100644
--- a/mpn/mips64/umul.asm
+++ b/mpn/mips64/umul.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')