X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fas.c;h=f6da1b1a1d477edba5eeaef6c81bce0753864cfe;hb=3233d7d074e59b83f68a22071cff597f00d5ae81;hp=fbf3257fbbf3eb2751887dc9275cfc4ca3a5b1ea;hpb=2469b3c58447e98e073ffe7ab6c9627dbbd1aa81;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/as.c b/gas/as.c index fbf3257fbb..f6da1b1a1d 100644 --- a/gas/as.c +++ b/gas/as.c @@ -1,5 +1,5 @@ /* as.c - GAS main program. - Copyright (C) 1987-2017 Free Software Foundation, Inc. + Copyright (C) 1987-2018 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -31,6 +31,10 @@ #define COMMON +/* Disable code to set FAKE_LABEL_NAME in obj-multi.h, to avoid circular + reference. */ +#define INITIALIZING_EMULS + #include "as.h" #include "subsegs.h" #include "output-file.h" @@ -652,7 +656,7 @@ parse_args (int * pargc, char *** pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), BFD_VERSION_STRING); - printf (_("Copyright (C) 2017 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2018 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or later.\n\