diff options
author | Alan Modra <amodra@gmail.com> | 2023-08-17 09:01:17 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-08-17 21:44:04 +0930 |
commit | 05fbbeacaa761976fea5580d993aa6cb7f5342a0 (patch) | |
tree | 2bed8615a73bd52c398ec62a4f57f44a7e86220d /gas | |
parent | 880802688cf7322c50994716456d05499e8c0d4d (diff) | |
download | gdb-05fbbeacaa761976fea5580d993aa6cb7f5342a0.zip gdb-05fbbeacaa761976fea5580d993aa6cb7f5342a0.tar.gz gdb-05fbbeacaa761976fea5580d993aa6cb7f5342a0.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/Makefile.in | 7 | ||||
-rwxr-xr-x | gas/configure | 3 | ||||
-rw-r--r-- | gas/po/POTFILES.in | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 2afd1fc..fae3a47 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -176,8 +176,8 @@ am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \ am_as_new_OBJECTS = $(am__objects_1) am__dirstamp = $(am__leading_dot)dirstamp as_new_OBJECTS = $(am_as_new_OBJECTS) -am__DEPENDENCIES_1 = ../bfd/libbfd.la ../libiberty/libiberty.a -am__DEPENDENCIES_2 = +am__DEPENDENCIES_1 = +am__DEPENDENCIES_2 = ../bfd/libbfd.la ../libiberty/libiberty.a AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent @@ -185,7 +185,7 @@ am__v_lt_1 = am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT) itbl_test_OBJECTS = $(am_itbl_test_OBJECTS) itbl_test_DEPENDENCIES = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_2) SCRIPTS = $(noinst_SCRIPTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) @@ -966,6 +966,7 @@ CPU_DOCS = \ doc/c-hppa.texi \ doc/c-i386.texi \ doc/c-ip2k.texi \ + doc/c-kvx.texi \ doc/c-lm32.texi \ doc/c-m32c.texi \ doc/c-m32r.texi \ diff --git a/gas/configure b/gas/configure index 8875fe6..3c80fe5 100755 --- a/gas/configure +++ b/gas/configure @@ -3123,9 +3123,6 @@ fi AM_BACKSLASH='\' - - - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 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 |