X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2Fwrite.h;h=ce81a926c3d167070f3230b028662c5e6ab661bd;hb=945e0f82dad31db89a107b496532886fe215c011;hp=4aee78d0398acba2e71b83812a1958c2c355f73e;hpb=9136aa49abcb3f23171e01ebd16ee03cc1032943;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/write.h b/gas/write.h index 4aee78d039..ce81a926c3 100644 --- a/gas/write.h +++ b/gas/write.h @@ -112,7 +112,7 @@ struct fix /* The location of the instruction which created the reloc, used in error messages. */ - char *fx_file; + const char *fx_file; unsigned fx_line; #ifdef USING_CGEN @@ -156,7 +156,7 @@ struct reloc_list arelent r; } b; } u; - char *file; + const char *file; unsigned int line; };