* hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 19 Jul 1993 20:54:04 +0000 (20:54 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 19 Jul 1993 20:54:04 +0000 (20:54 +0000)
opcodes/ChangeLog
opcodes/hppa-dis.c

index efbb8a2600646993725578910b2aceb925ab5a22..e0aeef8212b879e86645eb1e4a9bc57bbf1f7d3d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 19 13:52:21 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
+
 Sun Jul 18 16:30:02 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
 
        * mips-opc.c: New file, containing opcode table from
index 3026996603ee8aa9378fd0c129733b951be7fac7..2eb17800b58e359e881ee3d4e37d453493e9c8be 100644 (file)
@@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "dis-asm.h"
+#include <ansidecl.h>
 #include "sysdep.h"
+#include "dis-asm.h"
 #include "opcode/hppa.h"
 
 /* Initializer for an array of names of registers.
@@ -91,7 +92,7 @@ static const char short_ldst_compl_names[][4] = {"", ",ma", "", ",mb"};
 static const char *const short_bytes_compl_names[] = {
   "", ",b,m", ",e", ",e,m"
 };
-static const char *const float_format_names[] = {",sgl", ",dbl", ",quad"};
+static const char *const float_format_names[] = {",sgl", ",dbl", "", ",quad"};
 static const char float_comp_names[][8] =
 {
   ",false?", ",false", ",?", ",!<=>", ",=", ",=t", ",?=", ",!<>",
This page took 0.026889 seconds and 4 git commands to generate.