From 05fbbeacaa761976fea5580d993aa6cb7f5342a0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 17 Aug 2023 09:01:17 +0930 Subject: generated bfd files, and kvx regen The elf32-kvx.c and elf64-kvx.c rules in the bfd makefile are different to the other similar generated files, and that reminded me that we need to have $srcdir in the generated #line reference back to the source for debugging, but don't want it for comments in bfd.pot (because then bfd.pot will likely reference Nick's source tree). This patch fixes that by making all the #line use $srcdir by virtue of using $<, and edits bfd.pot. I also uniq list of files to remove duplicated elfxx-x86.c, sort lists of files and regen with our standard automake/autoconf. * configure: Regenerate. bfd/ * Makefile.am: Sort various lists of files. Use $< in #line directive of generated C files. (po/SRC-POTFILES.in): uniq SRC_POTFILES. (po/BLD-POTFILES.in): uniq BFD_POTFILES. * Makefile.in: Regenerate. * po/Make-in (bfd.pot): Edit out source dir from comments. * po/SRC-POTFILES.in: Regenerate. gas/ * Makefile.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate. ld/ * Makefile.am (ALL_64_EMULATION_SOURCES): Sort. * Makefile.in: Regenerate. --- gas/po/POTFILES.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/po') diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in index fda3de0..651a22b 100644 --- a/gas/po/POTFILES.in +++ b/gas/po/POTFILES.in @@ -21,6 +21,8 @@ config/e-i386aout.c config/e-i386coff.c config/e-i386elf.c config/e-mipself.c +config/kvx-parse.c +config/kvx-parse.h config/obj-aout.c config/obj-aout.h config/obj-coff.c @@ -87,6 +89,8 @@ config/tc-ip2k.c config/tc-ip2k.h config/tc-iq2000.c config/tc-iq2000.h +config/tc-kvx.c +config/tc-kvx.h config/tc-lm32.c config/tc-lm32.h config/tc-loongarch.c -- cgit v1.1