From 34a8b7246b929092219aa2e0aed53d20bf6293c1 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 3 Jun 1993 23:46:54 +0000 Subject: [PATCH] * Patches from Jeffrey Law . * hppa.h: Rework single precision FP instructions so that they correctly disassemble code PA1.1 code. --- include/opcode/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 5a77ad0329..81c02e82f9 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,15 @@ +Thu Jun 3 15:42:59 1993 Stu Grossman (grossman@cygnus.com) + + * Patches from Jeffrey Law . + * hppa.h: Rework single precision FP + instructions so that they correctly disassemble code + PA1.1 code. + +Thu May 27 19:21:22 1993 Bruce Bauman (boot@osf.org) + + * i386.h (i386_optab, mov pattern): Remove Mem16 restriction from + mov to allow instructions like mov ss,xyz(ecx) to assemble. + Tue May 25 00:39:40 1993 Ken Raeburn (raeburn@cygnus.com) * hppa.h: Use new version from Utah if OLD_TABLE isn't defined;