2001-10-24 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Wed, 24 Oct 2001 20:12:36 +0000 (20:12 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 24 Oct 2001 20:12:36 +0000 (20:12 +0000)
        * gas/mips/mips-abi32-pic.s: Use ".word" rather than ".4byte".
        Delete use of ".size".
        * gas/mips/mips-abi32.s: Likewise.
        * gas/mips/mips-gp32-fp32-pic.s: Likewise.
        * gas/mips/mips-gp32-fp32.s: Likewise.
        * gas/mips/mips-gp32-fp64-pic.s: Likewise.
        * gas/mips/mips-gp32-fp64.s: Likewise.
        * gas/mips/mips-gp64-fp32-pic.s: Likewise.
        * gas/mips/mips-gp64-fp32.s: Likewise.
        * gas/mips/mips-gp64-fp64-pic.s: Likewise.
        * gas/mips/mips-gp64-fp64.s: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips-abi32-pic.s
gas/testsuite/gas/mips/mips-abi32.s
gas/testsuite/gas/mips/mips-gp32-fp32-pic.s
gas/testsuite/gas/mips/mips-gp32-fp32.s
gas/testsuite/gas/mips/mips-gp32-fp64-pic.s
gas/testsuite/gas/mips/mips-gp32-fp64.s
gas/testsuite/gas/mips/mips-gp64-fp32-pic.s
gas/testsuite/gas/mips/mips-gp64-fp32.s
gas/testsuite/gas/mips/mips-gp64-fp64-pic.s
gas/testsuite/gas/mips/mips-gp64-fp64.s

index b7048f5aef83dce28e0b2da52c266273bd62d8c8..a363dbca7683b3d8e231aacc79f40d0a5e2489c1 100644 (file)
@@ -1,3 +1,17 @@
+2001-10-24  Chris Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips-abi32-pic.s: Use ".word" rather than ".4byte".
+       Delete use of ".size".
+       * gas/mips/mips-abi32.s: Likewise.
+       * gas/mips/mips-gp32-fp32-pic.s: Likewise.
+       * gas/mips/mips-gp32-fp32.s: Likewise.
+       * gas/mips/mips-gp32-fp64-pic.s: Likewise.
+       * gas/mips/mips-gp32-fp64.s: Likewise.
+       * gas/mips/mips-gp64-fp32-pic.s: Likewise.
+       * gas/mips/mips-gp64-fp32.s: Likewise.
+       * gas/mips/mips-gp64-fp64-pic.s: Likewise.
+       * gas/mips/mips-gp64-fp64.s: Likewise.
+
 2001-10-23  Chris Demetriou  <cgd@broadcom.com>
 
        * gas/mips/beq.s: Add zero words at end of instructions so
index 5fcb0583ac890ccfe31e2786362e1e47a3ad263b..066fb70e68b9c32adb14dfcce9014ee1eaf3c903 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
        .ent    func
index c2db021b902c3959517feefcf05426644f373b74..28ddc352ca9fc4c7b67ce98c18a2032d6752eed9 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
 func:
index 767182344ae8f544e895ea1389199cb9aa903509..b5e06a772d3f4deb2bba2c51eef02aa59992aafa 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
        .ent    func
index b9ed87f9cd4618fd1b21bddeed73f2f7b5b8f266..339f26c114ffc7f8893bb59e2143b84b95313abe 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
 func:
index 2a4f5adf6c3de05b7a8a12dd68da969d4c0db3a2..050124421d84ea5b738f8a82e7b68bd0bfa4069b 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
        .ent    func
index 87503e4f5d17ce73b789a25d3f1d0c00a1b93c79..66ce7f622a9a401f3e37056d24aa8f9234e32931 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
 func:
index 2fe47504c671cfcbc51878ee1044a3d6bcb93f6f..f138d13be9e0ee4c60b0b5592f95bf2cece6c6b6 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
        .ent    func
index 17d8ea36fac77192bb7eab019758f0e03e90df49..350102df2a716a13f91c8b15f97194d5f0bb7135 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
 func:
index 75cd97fc9f1efadec452c9c6788cf9234d6adfff..195dc5ca5e0666122e894221611b89bdc05bf4fa 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
        .ent    func
index b691262498bd87ef12aa58f417d885c57291d5b2..cc5a74d04a0a0c1b95f8a19b43f1c0d0f4752b92 100644 (file)
@@ -1,14 +1,13 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
 func: