Fix gas/ChangeLog
[deliverable/binutils-gdb.git] / gas / config / tc-ip2k.c
index 1baac58271b28b538e88f8acaa7f83eba13be117..642dfea089a44a698d371e7ce101793ea04870af 100644 (file)
@@ -113,7 +113,7 @@ size_t md_longopts_size = sizeof (md_longopts);
 const char * md_shortopts = "";
 
 int
-md_parse_option (int c ATTRIBUTE_UNUSED, char * arg ATTRIBUTE_UNUSED)
+md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg ATTRIBUTE_UNUSED)
 {
   switch (c)
     {
@@ -311,7 +311,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.024636 seconds and 4 git commands to generate.