diff options
author | Chris Demetriou <cgd@broadcom.com> | 2001-03-26 19:47:47 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@broadcom.com> | 2001-03-26 19:47:47 +0000 |
commit | d53a15290ae1cbe6206a970311eaf0bf6db7102c (patch) | |
tree | 73170d628ad74cd52c5dd88d3ad2013a78bf4d6c /gas | |
parent | 03350a7b2f76b0ebd20db3daefa56f7d52be181f (diff) | |
download | binutils-redhat-d53a15290ae1cbe6206a970311eaf0bf6db7102c.tar.gz |
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/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/sync.s | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ca58732ea3..b68bd0e679 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 fdaa955196..10ede6a821 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 |