Disallow 3-operand cmp[l][i] for ppc64
[deliverable/binutils-gdb.git] / gas / config / tc-mt.c
index c9aa18cd931980dc92dde4aed6bf46b7c32ba67a..bbcd87e1a0d81b928147b37d0e16431dcc536e60 100644 (file)
@@ -27,7 +27,6 @@
 #include "cgen.h"
 #include "elf/common.h"
 #include "elf/mt.h"
-#include "libbfd.h"
 
 /* Structure to hold all of the different components
    describing an individual instruction.  */
@@ -433,7 +432,7 @@ md_number_to_chars (char * buf, valueT val, int n)
   number_to_chars_bigendian (buf, val, n);
 }
 
-char *
+const char *
 md_atof (int type, char * litP, int * sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, FALSE);
This page took 0.024404 seconds and 4 git commands to generate.