From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by sourceware.org (Postfix) with ESMTPS id 9ED733858D1E for ; Wed, 30 Nov 2022 21:48:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9ED733858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x632.google.com with SMTP id jn7so18017691plb.13 for ; Wed, 30 Nov 2022 13:48:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=/h8zxVfh5kE9tNzJ1aYVw+MfQq8w/8nJgIjBnrKlQFg=; b=ImKUKGMF9me/l8/1t7AEuopPnykkA+hjjsVzQT3QGB3v67pUGWzt3vkprF4fGyJFNA AIXEf+I0VByNp9Twtscx+3mXyg9l12lThjWhOf0vhmIQ6Z/hbOL0Jnc3uziwwV+1R5U1 HP4l4Y1fp2ScaI+WS0CbiHjG4F7ED1X7+Xv+TKLwh8ruo1Eu882FszQXnQ7b+uDO/iAP z3QgsbMr31bZLvJzYhX0hz6KzMDSK4NqY8YFrirccY6GLAvq/Kyh0FTO/hRbYw9BwaK1 NykjCm/WUW6IdZyVVgUu5Rk3XO46btb9L6HhWwQUpyS/PTv31FJ8RrVU0gDJWk1L8qnD Eqmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=/h8zxVfh5kE9tNzJ1aYVw+MfQq8w/8nJgIjBnrKlQFg=; b=oGn4KpcrmjI357qm2LUKJE7LTGylq/jpcDNyMC1O5DH3wCBkQs+cpWlSy1M11S38KP 0Sid4RWSoujOhgQHXK5ZdXMeth80S2K72HA7E8hhWlaN1NyYMNa+kOSuxC7yQtjhIH+D kHBzj4TvEGGpXBYcveELKDz3MlxnnQ+CtYuBXvMbNsUZoSZQ1jYd9mQdHvcH18H3Jq9e ZlMp3H0EhZjHU5q4NMcO5rs2It2pC+B3+G7nNW5cHaYn9kjHrrKlQmP/KA67K2KmCP/s 8bI5V0JnQJY5T2/jqlamNFV0BOJDhyRhro8GbAlol9EKdfU0lXjiTSlIKEKv7uAvl2su v39g== X-Gm-Message-State: ANoB5pkE93KxXGmWpkZWM662Mncp0LTyH5+4Vp9JNGB0V0wMK+pB2aB6 GcJJfkk5UCIL6FU+g6QUfxG1C3ZDQKU= X-Google-Smtp-Source: AA0mqf5F3CnidAnOAjsNVdQ1jUNEIt0F4+1+OTIMEQXIUFCZ3RLPgO7W6ZQCaZ7Jm4KKYaPM2TBvbQ== X-Received: by 2002:a17:902:f651:b0:188:50c2:89fb with SMTP id m17-20020a170902f65100b0018850c289fbmr27483373plg.130.1669844885142; Wed, 30 Nov 2022 13:48:05 -0800 (PST) Received: from gnu-cfl-3.localdomain ([172.56.30.140]) by smtp.gmail.com with ESMTPSA id y2-20020aa78f22000000b0053e62b6fd22sm1824654pfr.126.2022.11.30.13.48.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Nov 2022 13:48:04 -0800 (PST) Received: from gnu-cfl-3.. (localhost [IPv6:::1]) by gnu-cfl-3.localdomain (Postfix) with ESMTP id 0C53874016C for ; Wed, 30 Nov 2022 13:48:03 -0800 (PST) From: "H.J. Lu" To: binutils@sourceware.org Subject: [PATCH] opcodes: Remove i386-init.h and i386-tbl.h from HFILES Date: Wed, 30 Nov 2022 13:48:02 -0800 Message-Id: <20221130214802.32340-1-hjl.tools@gmail.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3024.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: i386-init.h and i386-tbl.h are generated files. There is nothing to translate. Remove them from HFILES (POTFILES). * Makefile.am (HFILES): Remove i386-init.h and i386-tbl.h. * Makefile.in: Regenerated. * po/POTFILES.in: Likewise. --- opcodes/Makefile.am | 2 -- opcodes/Makefile.in | 2 -- opcodes/po/POTFILES.in | 2 -- 3 files changed, 6 deletions(-) diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 93e9002be19..cb6ff0ebc5e 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -64,9 +64,7 @@ HFILES = \ epiphany-desc.h epiphany-opc.h \ fr30-desc.h fr30-opc.h \ frv-desc.h frv-opc.h \ - i386-init.h \ i386-opc.h \ - i386-tbl.h \ ia64-asmtab.h \ ia64-opc.h \ ip2k-desc.h ip2k-opc.h \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index fe4539d6097..5524af5ccd2 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -455,9 +455,7 @@ HFILES = \ epiphany-desc.h epiphany-opc.h \ fr30-desc.h fr30-opc.h \ frv-desc.h frv-opc.h \ - i386-init.h \ i386-opc.h \ - i386-tbl.h \ ia64-asmtab.h \ ia64-opc.h \ ip2k-desc.h ip2k-opc.h \ diff --git a/opcodes/po/POTFILES.in b/opcodes/po/POTFILES.in index 24f57af24a3..9906bf14848 100644 --- a/opcodes/po/POTFILES.in +++ b/opcodes/po/POTFILES.in @@ -73,10 +73,8 @@ h8300-dis.c hppa-dis.c i386-dis.c i386-gen.c -i386-init.h i386-opc.c i386-opc.h -i386-tbl.h ia64-asmtab.c ia64-asmtab.h ia64-dis.c -- 2.38.1