X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ffrags.h;h=4a22fe0ebc5274141b3ee6138769cd6f29923dcb;hb=39a0d071ae10ab953d6bb986ec40996c771db78f;hp=b555ffcc930d424d0dcb8d4893de108ba7ce381a;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/frags.h b/gas/frags.h index b555ffcc93..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-2015 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