diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-03-07 22:48:51 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-03-07 22:48:51 +0000 |
commit | a600cd3f382868d6571ecee699c08cbf571d25c0 (patch) | |
tree | 3e1d743d524a7b3c8faaf5b6fbf919c7addc25f1 /gas | |
parent | 43ece84dc3425b5f8459469c525429e156029080 (diff) | |
download | gdb-a600cd3f382868d6571ecee699c08cbf571d25c0.zip gdb-a600cd3f382868d6571ecee699c08cbf571d25c0.tar.gz gdb-a600cd3f382868d6571ecee699c08cbf571d25c0.tar.bz2 |
Add missing arc sanitization (oops).
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b8527d8..0a954b2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 1 12:01:48 1996 Jeffrey A Law (law@cygnus.com) + + * gas/all/gas.exp: xfail difference of two undefined symbols + and difference of forward references for the h8300. + Thu Feb 22 16:40:31 1996 Ian Lance Taylor <ian@cygnus.com> * gas/mips/lb-xgot.d: Correct. @@ -19,7 +24,9 @@ Wed Feb 14 13:49:59 1996 Ian Lance Taylor <ian@cygnus.com> Sat Jan 27 13:27:45 1996 Doug Evans <dje@charmed.cygnus.com> * lib/gas-dg.exp (gas-dg-test): Delete default_flags and libs args. +start-sanitize-arc * gas/arc/warn.exp: Delete libs arg in call to dg-runtest. +end-sanitize-arc Fri Jan 26 14:24:01 1996 Jeffrey A Law (law@cygnus.com) |