Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-tic6x.c
index 72d1bcc97d45d54189e227c5dcdaa91fa9ac440b..2135dbf225b3e33de6d89e787bf5e35a77636b5d 100644 (file)
@@ -265,7 +265,7 @@ tic6x_use_pid (const char *arg)
 /* Parse a target-specific option.  */
 
 int
-md_parse_option (int c, char *arg)
+md_parse_option (int c, const char *arg)
 {
   switch (c)
     {
@@ -4078,7 +4078,7 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
 
 /* Convert a floating-point number to target (IEEE) format.  */
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, target_big_endian);
This page took 0.027185 seconds and 4 git commands to generate.