public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: liu & zhensong <liuzhensong@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] LoongArch: Fix redefinition of "PACKAGE".
Date: Tue, 30 Aug 2022 11:09:13 +0000 (GMT)	[thread overview]
Message-ID: <20220830110913.87FF7385C413@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=df4febc60037a1f357414667ff07498cf225c22e

commit df4febc60037a1f357414667ff07498cf225c22e
Author: liuzhensong <liuzhensong@loongson.cn>
Date:   Tue Aug 30 11:53:15 2022 +0800

    LoongArch: Fix redefinition of "PACKAGE".
    
      Running configure and make in binutils-gdb.
    
      $ ./configure
      $ make
    In file included from ./as.h:37,
                     from ./config/loongarch-lex.l:21,
                     from config/loongarch-lex-wrapper.c:20:
    ./config.h:206: error: “PACKAGE” redefined [-Werror]
     #define PACKAGE "gas"
    ...
    
      gas/config
      *  loongarch-lex-wrapper.c

Diff:
---
 gas/config/loongarch-lex-wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/config/loongarch-lex-wrapper.c b/gas/config/loongarch-lex-wrapper.c
index 3bb0b14c680..4ddeeb73c9b 100644
--- a/gas/config/loongarch-lex-wrapper.c
+++ b/gas/config/loongarch-lex-wrapper.c
@@ -16,5 +16,5 @@
    along with this program; see the file COPYING3.  If not,
    see <http://www.gnu.org/licenses/>.  */
 
-#include "sysdep.h"
+#include "config.h"
 #include "config/loongarch-lex.c"

                 reply	other threads:[~2022-08-30 11:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220830110913.87FF7385C413@sourceware.org \
    --to=liuzhensong@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).