aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2001-03-26 19:47:47 +0000
committerChris Demetriou <cgd@google.com>2001-03-26 19:47:47 +0000
commit10a5181444d6e9400e7c3334f16e866085a83cf9 (patch)
tree5c30dc464babcdc5853b85d1edad48dcd60ed77a /gas
parent07855becf99ceef8ff1afb7cfb854442737cd07a (diff)
downloadfsf-binutils-gdb-10a5181444d6e9400e7c3334f16e866085a83cf9.zip
fsf-binutils-gdb-10a5181444d6e9400e7c3334f16e866085a83cf9.tar.gz
fsf-binutils-gdb-10a5181444d6e9400e7c3334f16e866085a83cf9.tar.bz2
2001-03-26 Chris Demetriou <cgd@broadcom.com>
* gas/mips/sync.s: Declare 'foo' as a function so that this test will work on properly on ECOFF targets.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/mips/sync.s1
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index ca58732..b68bd0e 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-26 Chris Demetriou <cgd@broadcom.com>
+
+ * gas/mips/sync.s: Declare 'foo' as a function so that this
+ test will work on properly on ECOFF targets.
+
2001-03-24 Alan Modra <alan@linuxcare.com.au>
* gas/i386/ssemmx2.s: Change movntq to movntdq.
diff --git a/gas/testsuite/gas/mips/sync.s b/gas/testsuite/gas/mips/sync.s
index fdaa955..10ede6a 100644
--- a/gas/testsuite/gas/mips/sync.s
+++ b/gas/testsuite/gas/mips/sync.s
@@ -1,5 +1,6 @@
.text
foo:
+ .ent foo
sync
sync.p
sync.l