make microblaze build with -Wwrite-strings
[deliverable/binutils-gdb.git] / gas / config / tc-tilegx.c
index 0b4ece6c07adae742e91c5bac6d76e31e67a3572..7897aca44c3a1eece626780572c2231fddf6bdbf 100644 (file)
@@ -396,7 +396,7 @@ static tilegx_bundle_bits
 insert_operand (tilegx_bundle_bits bits,
                 const struct tilegx_operand *operand,
                 int operand_value,
-                char *file,
+                const char *file,
                 unsigned lineno)
 {
   /* Range-check the immediate.  */
@@ -434,7 +434,8 @@ insert_operand (tilegx_bundle_bits bits,
 
 
 static int
-apply_special_operator (operatorT op, offsetT num, char *file, unsigned lineno)
+apply_special_operator (operatorT op, offsetT num, const char *file,
+                       unsigned lineno)
 {
   int ret;
   int check_shift = -1;
This page took 0.030636 seconds and 4 git commands to generate.