generated bfd files, and kvx regen
authorAlan Modra <amodra@gmail.com>
Wed, 16 Aug 2023 23:31:17 +0000 (09:01 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 17 Aug 2023 12:14:04 +0000 (21:44 +0930)
commit05fbbeacaa761976fea5580d993aa6cb7f5342a0
tree2bed8615a73bd52c398ec62a4f57f44a7e86220d
parent880802688cf7322c50994716456d05499e8c0d4d
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.
bfd/Makefile.am
bfd/Makefile.in
bfd/po/Make-in
bfd/po/SRC-POTFILES.in
configure
gas/Makefile.in
gas/configure
gas/po/POTFILES.in
ld/Makefile.am
ld/Makefile.in