update ChangeLog for previous commit
[deliverable/binutils-gdb.git] / gas / config / tc-mmix.c
index b7bfe14f6016f1afdfe386bcdc00cae03a2d967e..2400a0b492b4fb18cd6a7f09e467c5b20fe1b8e7 100644 (file)
@@ -640,7 +640,7 @@ get_putget_operands (struct mmix_opcode *insn, char *operands,
 /* Handle MMIX-specific option.  */
 
 int
-md_parse_option (int c, char *arg ATTRIBUTE_UNUSED)
+md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED)
 {
   switch (c)
     {
@@ -2272,7 +2272,7 @@ md_estimate_size_before_relax (fragS *fragP, segT segment)
    emitted is stored in *sizeP .  An error message is returned, or NULL on
    OK.  */
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   if (type == 'r')
This page took 0.023036 seconds and 4 git commands to generate.