Add support for ARM Cortex-M33 processor
[deliverable/binutils-gdb.git] / gas / config / tc-fr30.c
index 683da32f7cea89d71c4678bd8735d08deaac86d6..058733b4b8af4493921dd58e671d7a4daaf230bb 100644 (file)
@@ -65,7 +65,7 @@ size_t md_longopts_size = sizeof (md_longopts);
 
 int
 md_parse_option (int c ATTRIBUTE_UNUSED,
-                char *arg ATTRIBUTE_UNUSED)
+                const char *arg ATTRIBUTE_UNUSED)
 {
   switch (c)
     {
@@ -317,7 +317,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, TRUE);
This page took 0.023104 seconds and 4 git commands to generate.