diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-03-23 16:04:22 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-03-23 16:04:22 +0000 |
commit | 6d2c139e5a482fb0271b1ff5ec6d9eb8fc1fedbb (patch) | |
tree | cd1ae116d1ccd99c12fdb91eac3f0a498e9d0404 /gas | |
parent | 04f385a9166e4bb526143cc4aeb2da4dcef8b91d (diff) | |
download | gdb-6d2c139e5a482fb0271b1ff5ec6d9eb8fc1fedbb.zip gdb-6d2c139e5a482fb0271b1ff5ec6d9eb8fc1fedbb.tar.gz gdb-6d2c139e5a482fb0271b1ff5ec6d9eb8fc1fedbb.tar.bz2 |
* Backing out non-dvp changes from 1998-03-20; ".section text" is not
understood to be the same as ".text" on all ports. The DVP assembler
will resume failing these two tests.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 702319d..982c6d3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,16 @@ +Mon Mar 23 10:47:33 1998 Frank Ch. Eigler <fche@cygnus.com> + + * gas/all/align.s: Back out ".section text" change below; + use ".text" again. + * gas/macros/semi.s: Ditto. + +start-sanitize-r5900 +Sun Mar 22 13:16:31 1998 Jeffrey A Law (law@cygnus.com) + + * gas/mips/vu0.d: We don't want relocations in the output. + (vcallms): Enable opcode checking on this test. + +end-sanitize-r5900 Fri Mar 20 18:51:49 1998 Frank Ch. Eigler <fche@cygnus.com> * gas/all/align.s: Identify ".text" section explicitly. |