X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2Ffrags.h;h=4a22fe0ebc5274141b3ee6138769cd6f29923dcb;hb=a6684f0dddb292873f962dc36b20e6db00ef6b09;hp=bdc3c9ddd10a9839e472eebb0b0ad36bf3c135bd;hpb=e57e6ddc2e768323732a7eed6a5d25d3ee350638;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/frags.h b/gas/frags.h index bdc3c9ddd1..4a22fe0ebc 100644 --- a/gas/frags.h +++ b/gas/frags.h @@ -1,5 +1,5 @@ /* frags.h - Header file for the frag concept. - Copyright (C) 1987-2014 Free Software Foundation, Inc. + Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -60,7 +60,7 @@ struct frag { struct frag *fr_next; /* Where the frag was created, or where it became a variant frag. */ - char *fr_file; + const char *fr_file; unsigned int fr_line; #ifndef NO_LISTING