From 10a5181444d6e9400e7c3334f16e866085a83cf9 Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Mon, 26 Mar 2001 19:47:47 +0000 Subject: [PATCH] 2001-03-26 Chris Demetriou * gas/mips/sync.s: Declare 'foo' as a function so that this test will work on properly on ECOFF targets. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/mips/sync.s | 1 + 2 files changed, 6 insertions(+) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ca58732ea3f..b68bd0e6793 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-03-26 Chris Demetriou + + * 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 * 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 fdaa9551967..10ede6a821d 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 -- 2.30.2