From 575bc3d64a0b0abd7d7006c53316610624e8ca84 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 8 May 2000 10:11:19 +0000 Subject: [PATCH] Fix breakage from 2000-03-31 bfd/srec.c change. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/mri/float.d | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4e0d60b..6ee57fa 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-05-08 Alan Modra + + * gas/mri/float.d: Fix for srec length change. + 2000-05-02 Alan Modra * gas/hppa/unsorted/unsorted.exp: Duplicate hppa*-*-*elf* diff --git a/gas/testsuite/gas/mri/float.d b/gas/testsuite/gas/mri/float.d index dea627a..21ecf2e 100644 --- a/gas/testsuite/gas/mri/float.d +++ b/gas/testsuite/gas/mri/float.d @@ -5,6 +5,6 @@ # Test MRI floating point constants S0.* -S118....(123456789ABCDEF03F800000412000004120000042)|(F0DEBC9A785634120000803F000020410000204100).* -S10.....(C80000)|(00C842).* +S113....(123456789ABCDEF03F80000041200000)|(F0DEBC9A785634120000803F00002041).* +S10.....(4120000042C80000)|(000020410000C842).* #pass -- 2.7.4