aboutsummaryrefslogtreecommitdiff
path: root/bfd/po
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-23 18:05:30 +0000
committerNick Clifton <nickc@redhat.com>2001-03-23 18:05:30 +0000
commit55c80943b8d7d7c567f0af675d32d58d3de97a03 (patch)
tree5a3eae4b2d8b3deb0f6651e83a71d8a87929c1be /bfd/po
parent207e433e1d2cbb0a2a1124380a5e9b361cbf851a (diff)
downloadfsf-binutils-gdb-55c80943b8d7d7c567f0af675d32d58d3de97a03.zip
fsf-binutils-gdb-55c80943b8d7d7c567f0af675d32d58d3de97a03.tar.gz
fsf-binutils-gdb-55c80943b8d7d7c567f0af675d32d58d3de97a03.tar.bz2
Fix building bfd.pot in maintainer mode
Diffstat (limited to 'bfd/po')
-rw-r--r--bfd/po/BLD-POTFILES.in7
-rw-r--r--bfd/po/Make-in63
-rw-r--r--bfd/po/SRC-POTFILES.in (renamed from bfd/po/POTFILES.in)0
-rw-r--r--bfd/po/bfd.pot992
4 files changed, 768 insertions, 294 deletions
diff --git a/bfd/po/BLD-POTFILES.in b/bfd/po/BLD-POTFILES.in
new file mode 100644
index 0000000..28f599d
--- /dev/null
+++ b/bfd/po/BLD-POTFILES.in
@@ -0,0 +1,7 @@
+elf32-ia64.c
+elf32-target.h
+elf64-ia64.c
+elf64-target.h
+peigen.c
+pepigen.c
+targmatch.h
diff --git a/bfd/po/Make-in b/bfd/po/Make-in
index 0552db1..74b8673 100644
--- a/bfd/po/Make-in
+++ b/bfd/po/Make-in
@@ -46,10 +46,16 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
SOURCES = cat-id-tbl.c
POFILES = @POFILES@
GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
+DISTFILES = ChangeLog Makefile.in.in SRC-POTFILES.in BLD-POTFILES.in $(PACKAGE).pot \
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
-POTFILES = \
+# Note - the following line gets processed by bfd/configure and amended
+# to contain the full list of source dir POTFILES.
+SRC-POTFILES = \
+
+# Note - the following line gets processed by bfd/configure and amended
+# to contain the full list of build dir POTFILES.
+BLD-POTFILES = \
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
@@ -82,10 +88,17 @@ all: all-@USE_NLS@
all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).pot
all-no:
-$(srcdir)/$(PACKAGE).pot: $(POTFILES)
- $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
+$(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
+ $(XGETTEXT) --default-domain=$(PACKAGE) \
+ --directory=$(top_srcdir) \
+ --add-comments --keyword=_ --keyword=N_ \
+ --files-from=$(srcdir)/SRC-POTFILES.in
+ $(XGETTEXT) --default-domain=$(PACKAGE) \
+ --directory=.. \
+ --directory=. \
--add-comments --keyword=_ --keyword=N_ \
- --files-from=$(srcdir)/POTFILES.in
+ --join-existing \
+ --files-from=$(srcdir)/BLD-POTFILES.in
rm -f $(srcdir)/$(PACKAGE).pot
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
@@ -191,8 +204,9 @@ mostlyclean:
clean: mostlyclean
distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
-
+ rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
+ rm -f SRC-POTFILES BLD-POTFILES SRC-POTFILES.in BLD-POTFILES.in
+
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
@@ -225,23 +239,48 @@ update-po: Makefile
fi; \
done
-POTFILES: POTFILES.in
+SRC-POTFILES: SRC-POTFILES.in
( if test 'x$(srcdir)' != 'x.'; then \
posrcprefix='$(top_srcdir)/'; \
else \
posrcprefix="../"; \
fi; \
rm -f $@-t $@ \
- && (sed -e '/^#/d' -e '/^[ ]*$$/d' \
+ && (sed -e '/^#/d' \
+ -e '/^[ ]*$$/d' \
-e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
| sed -e '$$s/\\$$//') > $@-t \
&& chmod a-w $@-t \
&& mv $@-t $@ )
-POTFILES.in: @MAINT@ ../Makefile
- cd .. && $(MAKE) po/POTFILES.in
+BLD-POTFILES: BLD-POTFILES.in
+ ( rm -f $@-t $@ \
+ && (sed -e '/^#/d' \
+ -e '/^[ ]*$$/d' \
+ -e "s@.*@ ../& \\\\@" < $(srcdir)/$@.in \
+ | sed -e '$$s/\\$$//') > $@-t \
+ && chmod a-w $@-t \
+ && mv $@-t $@ )
+
+SRC-POTFILES.in: @MAINT@ ../Makefile
+ cd .. && $(MAKE) po/SRC-POTFILES.in
-Makefile: Make-in ../config.status POTFILES
+BLD-POTFILES.in: @MAINT@ ../Makefile
+ cd .. && $(MAKE) po/BLD-POTFILES.in
+
+# Note - The presence of SRC-POTFILES and BLD-POTFILES as dependencies
+# here breaks the implementation of the 'distclean' rule for maintainers.
+# This is because if 'make distclean' is run in the BFD directory, the
+# Makefile there will be deleted before 'distclean' is made here, and so
+# the dependency SRC-POTFILES -> SRC-POTFILES.in -> ../Makefile cannot
+# be satisfied.
+#
+# The SRC-POTFILES and BLD-POTFILES dependencies cannot be removed,
+# however since it is necessary that these files be built during
+# *configure* time, so that configure can insert them into the
+# po/Makefile that it is creating, so that the Makefile will have
+# the correct dependencies.
+Makefile: Make-in ../config.status SRC-POTFILES BLD-POTFILES
cd .. \
&& CONFIG_FILES=$(subdir)/Makefile.in:$(subdir)/Make-in \
CONFIG_HEADERS= $(SHELL) ./config.status
diff --git a/bfd/po/POTFILES.in b/bfd/po/SRC-POTFILES.in
index a0d42e6..a0d42e6 100644
--- a/bfd/po/POTFILES.in
+++ b/bfd/po/SRC-POTFILES.in
diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot
index 56354a4..24ece67 100644
--- a/bfd/po/bfd.pot
+++ b/bfd/po/bfd.pot
@@ -1,13 +1,12 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright 1998, 2000, 2001 Free Software Foundation, Inc.
-# (C) YEAR
+# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-03-06 11:39-0800\n"
+"POT-Creation-Date: 2001-03-22 19:27-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -35,135 +34,135 @@ msgstr ""
msgid "%s: Bad relocation record imported: %d"
msgstr ""
-#: aoutx.h:1259 aoutx.h:1673
+#: aoutx.h:1260 aoutx.h:1674
#, c-format
msgid "%s: can not represent section `%s' in a.out object file format"
msgstr ""
-#: aoutx.h:1643
+#: aoutx.h:1644
#, c-format
msgid ""
"%s: can not represent section for symbol `%s' in a.out object file format"
msgstr ""
-#: aoutx.h:1645
+#: aoutx.h:1646
msgid "*unknown*"
msgstr ""
-#: aoutx.h:3682
+#: aoutx.h:3683
#, c-format
msgid "%s: relocateable link from %s to %s not supported"
msgstr ""
-#: archive.c:1820
+#: archive.c:1821
msgid "Warning: writing archive was slow: rewriting timestamp\n"
msgstr ""
-#: archive.c:2086
+#: archive.c:2087
msgid "Reading archive file mod timestamp"
msgstr ""
#. FIXME: bfd can't call perror.
-#: archive.c:2113
+#: archive.c:2114
msgid "Writing updated armap timestamp"
msgstr ""
-#: bfd.c:272
+#: bfd.c:273
msgid "No error"
msgstr ""
-#: bfd.c:273
+#: bfd.c:274
msgid "System call error"
msgstr ""
-#: bfd.c:274
+#: bfd.c:275
msgid "Invalid bfd target"
msgstr ""
-#: bfd.c:275
+#: bfd.c:276
msgid "File in wrong format"
msgstr ""
-#: bfd.c:276
+#: bfd.c:277
msgid "Invalid operation"
msgstr ""
-#: bfd.c:277
+#: bfd.c:278
msgid "Memory exhausted"
msgstr ""
-#: bfd.c:278
+#: bfd.c:279
msgid "No symbols"
msgstr ""
-#: bfd.c:279
+#: bfd.c:280
msgid "Archive has no index; run ranlib to add one"
msgstr ""
-#: bfd.c:280
+#: bfd.c:281
msgid "No more archived files"
msgstr ""
-#: bfd.c:281
+#: bfd.c:282
msgid "Malformed archive"
msgstr ""
-#: bfd.c:282
+#: bfd.c:283
msgid "File format not recognized"
msgstr ""
-#: bfd.c:283
+#: bfd.c:284
msgid "File format is ambiguous"
msgstr ""
-#: bfd.c:284
+#: bfd.c:285
msgid "Section has no contents"
msgstr ""
-#: bfd.c:285
+#: bfd.c:286
msgid "Nonrepresentable section on output"
msgstr ""
-#: bfd.c:286
+#: bfd.c:287
msgid "Symbol needs debug section which does not exist"
msgstr ""
-#: bfd.c:287
+#: bfd.c:288
msgid "Bad value"
msgstr ""
-#: bfd.c:288
+#: bfd.c:289
msgid "File truncated"
msgstr ""
-#: bfd.c:289
+#: bfd.c:290
msgid "File too big"
msgstr ""
-#: bfd.c:290
+#: bfd.c:291
msgid "#<Invalid error code>"
msgstr ""
-#: bfd.c:674
+#: bfd.c:675
#, c-format
msgid "bfd assertion fail %s:%d"
msgstr ""
-#: bfd.c:692
+#: bfd.c:693
#, c-format
msgid "BFD internal error, aborting at %s line %d in %s\n"
msgstr ""
-#: bfd.c:696
+#: bfd.c:697
#, c-format
msgid "BFD internal error, aborting at %s line %d\n"
msgstr ""
-#: bfd.c:698
+#: bfd.c:699
msgid "Please report this bug.\n"
msgstr ""
-#: binary.c:303
+#: binary.c:315
#, c-format
msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."
msgstr ""
@@ -188,191 +187,191 @@ msgstr ""
msgid "missing IHIHALF reloc"
msgstr ""
-#: coff-alpha.c:880 coff-alpha.c:917
+#: coff-alpha.c:881 coff-alpha.c:918
msgid "GP relative relocation used when GP not defined"
msgstr ""
-#: coff-alpha.c:1486 elf64-alpha.c:4044
+#: coff-alpha.c:1487 elf64-alpha.c:4045
msgid "using multiple gp values"
msgstr ""
-#: coff-alpha.c:1992 coff-mips.c:1433
+#: coff-alpha.c:1993 coff-mips.c:1434
msgid "GP relative relocation when GP not defined"
msgstr ""
-#: coff-arm.c:1017 elf32-arm.h:246
+#: coff-arm.c:1019 elf32-arm.h:246
#, c-format
msgid "%s: unable to find THUMB glue '%s' for `%s'"
msgstr ""
-#: coff-arm.c:1046 elf32-arm.h:281
+#: coff-arm.c:1048 elf32-arm.h:281
#, c-format
msgid "%s: unable to find ARM glue '%s' for `%s'"
msgstr ""
-#: coff-arm.c:1334 coff-arm.c:1429 elf32-arm.h:841 elf32-arm.h:946
+#: coff-arm.c:1336 coff-arm.c:1431 elf32-arm.h:841 elf32-arm.h:946
#, c-format
msgid "%s(%s): warning: interworking not enabled."
msgstr ""
-#: coff-arm.c:1338 elf32-arm.h:949
+#: coff-arm.c:1340 elf32-arm.h:949
#, c-format
msgid " first occurrence: %s: arm call to thumb"
msgstr ""
-#: coff-arm.c:1433 elf32-arm.h:844
+#: coff-arm.c:1435 elf32-arm.h:844
#, c-format
msgid " first occurrence: %s: thumb call to arm"
msgstr ""
-#: coff-arm.c:1436
+#: coff-arm.c:1438
msgid " consider relinking with --support-old-code enabled"
msgstr ""
-#: coff-arm.c:1725 coff-tic80.c:682 cofflink.c:2991
+#: coff-arm.c:1726 coff-tic80.c:682 cofflink.c:2992
#, c-format
msgid "%s: bad reloc address 0x%lx in section `%s'"
msgstr ""
-#: coff-arm.c:2062
+#: coff-arm.c:2063
#, c-format
msgid "%s: illegal symbol index in reloc: %d"
msgstr ""
-#: coff-arm.c:2190
+#: coff-arm.c:2191
#, c-format
msgid "%s: ERROR: compiled for APCS-%d whereas target %s uses APCS-%d"
msgstr ""
-#: coff-arm.c:2205
+#: coff-arm.c:2206
#, c-format
msgid ""
"%s: ERROR: passes floats in float registers whereas target %s uses integer "
"registers"
msgstr ""
-#: coff-arm.c:2208
+#: coff-arm.c:2209
#, c-format
msgid ""
"%s: ERROR: passes floats in integer registers whereas target %s uses float "
"registers"
msgstr ""
-#: coff-arm.c:2223
+#: coff-arm.c:2224
#, c-format
msgid ""
"%s: ERROR: compiled as position independent code, whereas target %s is "
"absolute position"
msgstr ""
-#: coff-arm.c:2226
+#: coff-arm.c:2227
#, c-format
msgid ""
"%s: ERROR: compiled as absolute position code, whereas target %s is position "
"independent"
msgstr ""
-#: coff-arm.c:2255
+#: coff-arm.c:2256
#, c-format
msgid "Warning: input file %s supports interworking, whereas %s does not."
msgstr ""
-#: coff-arm.c:2258
+#: coff-arm.c:2259
#, c-format
msgid "Warning: input file %s does not support interworking, whereas %s does."
msgstr ""
-#: coff-arm.c:2285
+#: coff-arm.c:2286
#, c-format
msgid "private flags = %x:"
msgstr ""
-#: coff-arm.c:2293 elf32-arm.h:2210
+#: coff-arm.c:2294 elf32-arm.h:2222
msgid " [floats passed in float registers]"
msgstr ""
-#: coff-arm.c:2295
+#: coff-arm.c:2296
msgid " [floats passed in integer registers]"
msgstr ""
-#: coff-arm.c:2298 elf32-arm.h:2213
+#: coff-arm.c:2299 elf32-arm.h:2225
msgid " [position independent]"
msgstr ""
-#: coff-arm.c:2300
+#: coff-arm.c:2301
msgid " [absolute position]"
msgstr ""
-#: coff-arm.c:2304
+#: coff-arm.c:2305
msgid " [interworking flag not initialised]"
msgstr ""
-#: coff-arm.c:2306
+#: coff-arm.c:2307
msgid " [interworking supported]"
msgstr ""
-#: coff-arm.c:2308
+#: coff-arm.c:2309
msgid " [interworking not supported]"
msgstr ""
-#: coff-arm.c:2356
+#: coff-arm.c:2357
#, c-format
msgid ""
"Warning: Not setting interworking flag of %s, since it has already been "
"specified as non-interworking"
msgstr ""
-#: coff-arm.c:2360
+#: coff-arm.c:2361
#, c-format
msgid "Warning: Clearing the interworking flag of %s due to outside request"
msgstr ""
-#: coffcode.h:1078
+#: coffcode.h:1079
#, c-format
msgid "%s (%s): Section flag %s (0x%x) ignored"
msgstr ""
-#: coffcode.h:2192
+#: coffcode.h:2193
#, c-format
msgid "Unrecognized TI COFF target id '0x%x'"
msgstr ""
-#: coffcode.h:4250
+#: coffcode.h:4251
#, c-format
msgid "%s: warning: illegal symbol index %ld in line numbers"
msgstr ""
-#: coffcode.h:4264
+#: coffcode.h:4265
#, c-format
msgid "%s: warning: duplicate line number information for `%s'"
msgstr ""
-#: coffcode.h:4624
+#: coffcode.h:4625
#, c-format
msgid "%s: Unrecognized storage class %d for %s symbol `%s'"
msgstr ""
-#: coffcode.h:4755
+#: coffcode.h:4756
#, c-format
msgid "warning: %s: local symbol `%s' has no section"
msgstr ""
-#: coff-tic54x.c:376 coffcode.h:4866
+#: coff-tic54x.c:376 coffcode.h:4867
#, c-format
msgid "%s: warning: illegal symbol index %ld in relocs"
msgstr ""
-#: coffcode.h:4904
+#: coffcode.h:4905
#, c-format
msgid "%s: illegal relocation type %d at address 0x%lx"
msgstr ""
-#: coffgen.c:1631
+#: coffgen.c:1632
#, c-format
msgid "%s: bad string table size %lu"
msgstr ""
-#: coffgen.c:2093
+#: coffgen.c:2094
#, c-format
msgid "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld"
msgstr ""
@@ -381,41 +380,41 @@ msgstr ""
msgid "uncertain calling convention for non-COFF symbol"
msgstr ""
-#: cofflink.c:526 elflink.h:1651
+#: cofflink.c:527 elflink.h:1652
#, c-format
msgid "Warning: type of symbol `%s' changed from %d to %d in %s"
msgstr ""
-#: cofflink.c:2289
+#: cofflink.c:2290
#, c-format
msgid "%s: relocs in section `%s', but it has no contents"
msgstr ""
-#: cofflink.c:2628 coffswap.h:894
+#: cofflink.c:2629 coffswap.h:894
#, c-format
msgid "%s: %s: reloc overflow: 0x%lx > 0xffff"
msgstr ""
-#: cofflink.c:2637 coffswap.h:880
+#: cofflink.c:2638 coffswap.h:880
#, c-format
msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff"
msgstr ""
-#: coff-m68k.c:475 coff-mips.c:2431 elf32-m68k.c:2264
+#: coff-m68k.c:475 coff-mips.c:2432 elf32-m68k.c:2272
msgid "unsupported reloc type"
msgstr ""
-#: coff-mips.c:874 elf32-mips.c:1423
+#: coff-mips.c:875 elf32-mips.c:1423
msgid "GP relative relocation when _gp not defined"
msgstr ""
#. No other sections should appear in -membedded-pic
#. code.
-#: coff-mips.c:2468
+#: coff-mips.c:2469
msgid "reloc against unsupported section"
msgstr ""
-#: coff-mips.c:2476
+#: coff-mips.c:2477
msgid "reloc not properly aligned"
msgstr ""
@@ -429,57 +428,57 @@ msgstr ""
msgid "ignoring reloc %s\n"
msgstr ""
-#: dwarf2.c:423
+#: dwarf2.c:424
msgid "Dwarf Error: Can't find .debug_abbrev section."
msgstr ""
-#: dwarf2.c:441
+#: dwarf2.c:442
#, c-format
msgid "Dwarf Error: Abbrev offset (%u) bigger than abbrev size (%u)."
msgstr ""
-#: dwarf2.c:624
+#: dwarf2.c:625
#, c-format
msgid "Dwarf Error: Invalid or unhandled FORM value: %d."
msgstr ""
-#: dwarf2.c:697
+#: dwarf2.c:698
msgid "Dwarf Error: mangled line number section (bad file number)."
msgstr ""
-#: dwarf2.c:782
+#: dwarf2.c:783
msgid "Dwarf Error: Can't find .debug_line section."
msgstr ""
-#: dwarf2.c:806
+#: dwarf2.c:807
#, c-format
msgid "Dwarf Error: Line offset (%u) bigger than line size (%u)."
msgstr ""
-#: dwarf2.c:973
+#: dwarf2.c:974
msgid "Dwarf Error: mangled line number section."
msgstr ""
-#: dwarf2.c:1152 dwarf2.c:1306
+#: dwarf2.c:1153 dwarf2.c:1307
#, c-format
msgid "Dwarf Error: Could not find abbrev number %d."
msgstr ""
-#: dwarf2.c:1267
+#: dwarf2.c:1268
#, c-format
msgid ""
"Dwarf Error: found dwarf version '%hu', this reader only handles version 2 "
"information."
msgstr ""
-#: dwarf2.c:1274
+#: dwarf2.c:1275
#, c-format
msgid ""
"Dwarf Error: found address size '%u', this reader can not handle sizes "
"greater than '%u'."
msgstr ""
-#: dwarf2.c:1297
+#: dwarf2.c:1298
#, c-format
msgid "Dwarf Error: Bad abbrev number: %d."
msgstr ""
@@ -555,261 +554,319 @@ msgstr ""
msgid "%s: Warning: Thumb BLX instruction targets thumb function '%s'."
msgstr ""
-#: elf-hppa.h:1369 elf-hppa.h:1402 elf32-arm.h:1853 elf32-i386.c:1442
-#: elf32-ppc.c:3092 elf32-s390.c:1442 elf32-sh.c:2996 elf64-s390.c:1431
-#: elf64-x86-64.c:1200
+#: elf-hppa.h:1369 elf-hppa.h:1402 elf32-arm.h:1865 elf32-i386.c:1442
+#: elf32-ppc.c:3093 elf32-s390.c:1442 elf32-sh.c:2997 elf64-s390.c:1431
+#: elf64-x86-64.c:1234
#, c-format
msgid ""
"%s: warning: unresolvable relocation against symbol `%s' from %s section"
msgstr ""
-#: elf-m10200.c:450 elf-m10300.c:663 elf32-arm.h:1927 elf32-avr.c:842
-#: elf32-cris.c:431 elf32-d10v.c:478 elf32-fr30.c:648 elf32-i860.c:1049
-#: elf32-m32r.c:1265 elf32-v850.c:1680
+#: elf-m10200.c:451 elf-m10300.c:663 elf32-arm.h:1939 elf32-avr.c:842
+#: elf32-cris.c:1320 elf32-d10v.c:478 elf32-fr30.c:648 elf32-i860.c:1049
+#: elf32-m32r.c:1266 elf32-v850.c:1681
msgid "internal error: out of range error"
msgstr ""
-#: elf-m10200.c:454 elf-m10300.c:667 elf32-arm.h:1931 elf32-avr.c:846
-#: elf32-cris.c:435 elf32-d10v.c:482 elf32-fr30.c:652 elf32-i860.c:1053
-#: elf32-m32r.c:1269 elf32-v850.c:1684
+#: elf-m10200.c:455 elf-m10300.c:667 elf32-arm.h:1943 elf32-avr.c:846
+#: elf32-cris.c:1324 elf32-d10v.c:482 elf32-fr30.c:652 elf32-i860.c:1053
+#: elf32-m32r.c:1270 elf32-mips.c:7029 elf32-v850.c:1685
msgid "internal error: unsupported relocation error"
msgstr ""
-#: elf-m10200.c:458 elf-m10300.c:671 elf32-arm.h:1935 elf32-d10v.c:486
-#: elf32-m32r.c:1273
+#: elf-m10200.c:459 elf-m10300.c:671 elf32-arm.h:1947 elf32-d10v.c:486
+#: elf32-m32r.c:1274
msgid "internal error: dangerous error"
msgstr ""
-#: elf-m10200.c:462 elf-m10300.c:675 elf32-arm.h:1939 elf32-avr.c:854
-#: elf32-cris.c:443 elf32-d10v.c:490 elf32-fr30.c:660 elf32-i860.c:1061
-#: elf32-m32r.c:1277 elf32-v850.c:1704
+#: elf-m10200.c:463 elf-m10300.c:675 elf32-arm.h:1951 elf32-avr.c:854
+#: elf32-cris.c:1332 elf32-d10v.c:490 elf32-fr30.c:660 elf32-i860.c:1061
+#: elf32-m32r.c:1278 elf32-v850.c:1705
msgid "internal error: unknown error"
msgstr ""
-#: elf32-arm.h:1967
+#: elf32-arm.h:1979
#, c-format
msgid ""
"Warning: Not setting interwork flag of %s since it has already been "
"specified as non-interworking"
msgstr ""
-#: elf32-arm.h:1971
+#: elf32-arm.h:1983
#, c-format
msgid "Warning: Clearing the interwork flag of %s due to outside request"
msgstr ""
-#: elf32-arm.h:2019
+#: elf32-arm.h:2031
#, c-format
msgid ""
"Warning: Clearing the interwork flag in %s because non-interworking code in "
"%s has been linked with it"
msgstr ""
-#: elf32-arm.h:2113
+#: elf32-arm.h:2125
#, c-format
msgid ""
"Error: %s compiled for EABI version %d, whereas %s is compiled for version %d"
msgstr ""
-#: elf32-arm.h:2127
+#: elf32-arm.h:2139
#, c-format
msgid "Error: %s compiled for APCS-%d, whereas %s is compiled for APCS-%d"
msgstr ""
-#: elf32-arm.h:2138
+#: elf32-arm.h:2150
#, c-format
msgid ""
"Error: %s passes floats in %s registers, whereas %s passes them in %s "
"registers"
msgstr ""
-#: elf32-arm.h:2141 elf32-arm.h:2143
+#: elf32-arm.h:2153 elf32-arm.h:2155
msgid "float"
msgstr ""
-#: elf32-arm.h:2141 elf32-arm.h:2143
+#: elf32-arm.h:2153 elf32-arm.h:2155
msgid "integer"
msgstr ""
-#: elf32-arm.h:2150
+#: elf32-arm.h:2162
#, c-format
msgid "Error: %s uses %s floating point, whereas %s uses %s floating point"
msgstr ""
-#: elf32-arm.h:2153 elf32-arm.h:2155
+#: elf32-arm.h:2165 elf32-arm.h:2167
msgid "soft"
msgstr ""
-#: elf32-arm.h:2153 elf32-arm.h:2155
+#: elf32-arm.h:2165 elf32-arm.h:2167
msgid "hard"
msgstr ""
-#: elf32-arm.h:2162
+#: elf32-arm.h:2174
#, c-format
msgid "Warning: %s %s interworking, whereas %s %s"
msgstr ""
-#: elf32-arm.h:2165
+#: elf32-arm.h:2177
msgid "supports"
msgstr ""
-#: elf32-arm.h:2165
+#: elf32-arm.h:2177
msgid "does not support"
msgstr ""
-#: elf32-arm.h:2167
-msgid "does not"
+#: elf32-arm.h:2179
+msgid "does"
msgstr ""
-#: elf32-arm.h:2167
-msgid "does"
+#: elf32-arm.h:2179
+msgid "does not"
msgstr ""
#. Ignore init flag - it may not be set, despite the flags field
#. containing valid data.
-#: elf32-arm.h:2193 elf32-cris.c:615 elf32-m68k.c:429 elf32-mips.c:2701
+#: elf32-arm.h:2205 elf32-cris.c:2895 elf32-m68k.c:430 elf32-mips.c:2701
#, c-format
msgid "private flags = %lx:"
msgstr ""
-#: elf32-arm.h:2202
+#: elf32-arm.h:2214
msgid " [interworking enabled]"
msgstr ""
-#: elf32-arm.h:2205
+#: elf32-arm.h:2217
msgid " [APCS-26]"
msgstr ""
-#: elf32-arm.h:2207
+#: elf32-arm.h:2219
msgid " [APCS-32]"
msgstr ""
-#: elf32-arm.h:2216
+#: elf32-arm.h:2228
msgid " [new ABI]"
msgstr ""
-#: elf32-arm.h:2219
+#: elf32-arm.h:2231
msgid " [old ABI]"
msgstr ""
-#: elf32-arm.h:2222
+#: elf32-arm.h:2234
msgid " [software FP]"
msgstr ""
-#: elf32-arm.h:2229
+#: elf32-arm.h:2241
msgid " [Version1 EABI]"
msgstr ""
-#: elf32-arm.h:2232 elf32-arm.h:2243
+#: elf32-arm.h:2244 elf32-arm.h:2255
msgid " [sorted symbol table]"
msgstr ""
-#: elf32-arm.h:2234 elf32-arm.h:2245
+#: elf32-arm.h:2246 elf32-arm.h:2257
msgid " [unsorted symbol table]"
msgstr ""
-#: elf32-arm.h:2240
+#: elf32-arm.h:2252
msgid " [Version2 EABI]"
msgstr ""
-#: elf32-arm.h:2248
+#: elf32-arm.h:2260
msgid " [dynamic symbols use segment index]"
msgstr ""
-#: elf32-arm.h:2251
+#: elf32-arm.h:2263
msgid " [mapping symbols precede others]"
msgstr ""
-#: elf32-arm.h:2258
+#: elf32-arm.h:2270
msgid " <EABI version unrecognised>"
msgstr ""
-#: elf32-arm.h:2265
+#: elf32-arm.h:2277
msgid " [relocatable executable]"
msgstr ""
-#: elf32-arm.h:2268
+#: elf32-arm.h:2280
msgid " [has entry point]"
msgstr ""
-#: elf32-arm.h:2273
+#: elf32-arm.h:2285
msgid "<Unrecognised flag bits set>"
msgstr ""
-#: elf32-avr.c:850 elf32-cris.c:439 elf32-fr30.c:656 elf32-i860.c:1057
-#: elf32-v850.c:1688
+#: elf32-avr.c:850 elf32-cris.c:1328 elf32-fr30.c:656 elf32-i860.c:1057
+#: elf32-v850.c:1689
msgid "internal error: dangerous relocation"
msgstr ""
-#: elf32-cris.c:618
+#: elf32-cris.c:872
+#, c-format
+msgid "%s(%s): unresolvable relocation %s against symbol `%s' from %s section"
+msgstr ""
+
+#: elf32-cris.c:880
+#, c-format
+msgid "%s: unresolvable relocation %s against symbol `%s' from %s section"
+msgstr ""
+
+#: elf32-cris.c:943
+#, c-format
+msgid ""
+"%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section"
+msgstr ""
+
+#: elf32-cris.c:946 elf32-cris.c:1060
+msgid "[whose name is lost]"
+msgstr ""
+
+#: elf32-cris.c:1049
+#, c-format
+msgid ""
+"%s: relocation %s with non-zero addend %d against local symbol from %s "
+"section"
+msgstr ""
+
+#: elf32-cris.c:1056
+#, c-format
+msgid ""
+"%s: relocation %s with non-zero addend %d against symbol `%s' from %s section"
+msgstr ""
+
+#: elf32-cris.c:1074
+#, c-format
+msgid ""
+"%s: relocation %s is not allowed for global symbol: `%s' from %s section"
+msgstr ""
+
+#: elf32-cris.c:1192
+#, c-format
+msgid "%s: Internal inconsistency; no relocation section %s"
+msgstr ""
+
+#: elf32-cris.c:2452
+#, c-format
+msgid ""
+"%s(%s), section %s:\n"
+" relocation %s should not be used in a shared object; recompile with -fPIC"
+msgstr ""
+
+#: elf32-cris.c:2459
+#, c-format
+msgid ""
+"%s, section %s:\n"
+" relocation %s should not be used in a shared object; recompile with -fPIC"
+msgstr ""
+
+#: elf32-cris.c:2898
msgid " [symbols have a _ prefix]"
msgstr ""
-#: elf32-cris.c:657
+#: elf32-cris.c:2937
#, c-format
msgid "%s: uses _-prefixed symbols, but writing file with non-prefixed symbols"
msgstr ""
-#: elf32-cris.c:658
+#: elf32-cris.c:2938
#, c-format
msgid "%s: uses non-prefixed symbols, but writing file with _-prefixed symbols"
msgstr ""
-#: elf32-hppa.c:625
+#: elf32-hppa.c:630
#, c-format
msgid "%s(%s+0x%lx): cannot find stub entry %s"
msgstr ""
-#: elf32-hppa.c:686
+#: elf32-hppa.c:691
#, c-format
msgid "%s: cannot create stub entry %s"
msgstr ""
-#: elf32-hppa.c:878
+#: elf32-hppa.c:883
#, c-format
msgid "%s(%s+0x%lx): cannot relocate %s, recompile with -ffunction-sections"
msgstr ""
-#: elf32-hppa.c:891 elf32-hppa.c:1587
+#: elf32-hppa.c:896 elf32-hppa.c:1592
#, c-format
msgid "Could not find relocation section for %s"
msgstr ""
-#: elf32-hppa.c:1030 elf32-hppa.c:3421
+#: elf32-hppa.c:1035 elf32-hppa.c:3430
#, c-format
msgid "%s(%s+0x%lx): cannot reach %s, recompile with -ffunction-sections"
msgstr ""
-#: elf32-hppa.c:1342
+#: elf32-hppa.c:1347
#, c-format
msgid ""
"%s: relocation %s can not be used when making a shared object; recompile "
"with -fPIC"
msgstr ""
-#: elf32-hppa.c:1362
+#: elf32-hppa.c:1367
#, c-format
msgid ""
"%s: relocation %s should not be used when making a shared object; recompile "
"with -fPIC"
msgstr ""
-#: elf32-hppa.c:2725
+#: elf32-hppa.c:2733
#, c-format
msgid "%s: duplicate export stub %s"
msgstr ""
-#: elf32-hppa.c:3305
+#: elf32-hppa.c:3314
#, c-format
msgid "%s(%s+0x%lx): fixing %s"
msgstr ""
-#: elf32-hppa.c:3924
+#: elf32-hppa.c:3933
#, c-format
msgid "%s(%s+0x%lx): cannot handle %s for %s"
msgstr ""
-#: elf32-hppa.c:4242
+#: elf32-hppa.c:4251
msgid ".got section not immediately after .plt section"
msgstr ""
@@ -828,39 +885,39 @@ msgstr ""
msgid "%s: bad relocation section name `%s'"
msgstr ""
-#: elf32-m32r.c:916
+#: elf32-m32r.c:917
msgid "SDA relocation when _SDA_BASE_ not defined"
msgstr ""
-#: elf32-m32r.c:1000 elf32-ppc.c:2959
+#: elf32-ia64.c:3402 elf32-m32r.c:1001 elf32-ppc.c:2960 elf64-ia64.c:3402
#, c-format
msgid "%s: unknown relocation type %d"
msgstr ""
-#: elf32-m32r.c:1208
+#: elf32-m32r.c:1209
#, c-format
msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)"
msgstr ""
-#: elf32-m32r.c:2010
+#: elf32-m32r.c:2011
#, c-format
msgid "%s: Instruction set mismatch with previous modules"
msgstr ""
-#: elf32-m32r.c:2033
+#: elf32-m32r.c:2034
#, c-format
msgid "private flags = %lx"
msgstr ""
-#: elf32-m32r.c:2038
+#: elf32-m32r.c:2039
msgid ": m32r instructions"
msgstr ""
-#: elf32-m32r.c:2039
+#: elf32-m32r.c:2040
msgid ": m32rx instructions"
msgstr ""
-#: elf32-m68k.c:432
+#: elf32-m68k.c:433
msgid " [cpu32]"
msgstr ""
@@ -908,7 +965,7 @@ msgstr ""
msgid "%s: ABI mismatch: linking %s module with previous %s modules"
msgstr ""
-#: elf32-mips.c:2673 elf32-ppc.c:1477 elf64-sparc.c:2998
+#: elf32-mips.c:2673 elf32-ppc.c:1478 elf64-sparc.c:2998
#, c-format
msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"
msgstr ""
@@ -989,7 +1046,7 @@ msgstr ""
msgid "static procedure (no name)"
msgstr ""
-#: elf32-mips.c:5024 elf64-alpha.c:4417
+#: elf32-mips.c:5024 elf64-alpha.c:4418
#, c-format
msgid "%s: illegal section name `%s'"
msgstr ""
@@ -1003,94 +1060,99 @@ msgstr ""
msgid "%s: %s+0x%lx: jump to stub routine which is not jal"
msgstr ""
-#: elf32-mips.c:7692
+#: elf32-mips.c:7695
#, c-format
msgid "Malformed reloc detected for section %s"
msgstr ""
-#: elf32-mips.c:7769
+#: elf32-mips.c:7772
#, c-format
msgid "%s: CALL16 reloc at 0x%lx not against global symbol"
msgstr ""
-#: elf32-ppc.c:1443
+#: elf32-ppc.c:1444
#, c-format
msgid ""
"%s: compiled with -mrelocatable and linked with modules compiled normally"
msgstr ""
-#: elf32-ppc.c:1451
+#: elf32-ppc.c:1452
#, c-format
msgid ""
"%s: compiled normally and linked with modules compiled with -mrelocatable"
msgstr ""
-#: elf32-ppc.c:1575
+#: elf32-ppc.c:1576
#, c-format
msgid "%s: Unknown special linker type %d"
msgstr ""
-#: elf32-ppc.c:2241 elf32-ppc.c:2275 elf32-ppc.c:2310
+#: elf32-ppc.c:2242 elf32-ppc.c:2276 elf32-ppc.c:2311
#, c-format
msgid "%s: relocation %s cannot be used when making a shared object"
msgstr ""
-#: elf32-ppc.c:3125
+#: elf32-ppc.c:3126
#, c-format
msgid "%s: unknown relocation type %d for symbol %s"
msgstr ""
-#: elf32-ppc.c:3489 elf32-ppc.c:3510 elf32-ppc.c:3560
+#: elf32-ppc.c:3490 elf32-ppc.c:3511 elf32-ppc.c:3561
#, c-format
msgid ""
"%s: The target (%s) of a %s relocation is in the wrong output section (%s)"
msgstr ""
-#: elf32-ppc.c:3626
+#: elf32-ppc.c:3627
#, c-format
msgid "%s: Relocation %s is not yet supported for symbol %s."
msgstr ""
-#: elf32-sh.c:1084
+#: elf32-sh.c:1085
#, c-format
msgid "%s: 0x%lx: warning: bad R_SH_USES offset"
msgstr ""
-#: elf32-sh.c:1096
+#: elf32-sh.c:1097
#, c-format
msgid "%s: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x"
msgstr ""
-#: elf32-sh.c:1113
+#: elf32-sh.c:1114
#, c-format
msgid "%s: 0x%lx: warning: bad R_SH_USES load offset"
msgstr ""
-#: elf32-sh.c:1128
+#: elf32-sh.c:1129
#, c-format
msgid "%s: 0x%lx: warning: could not find expected reloc"
msgstr ""
-#: elf32-sh.c:1165
+#: elf32-sh.c:1166
#, c-format
msgid "%s: 0x%lx: warning: symbol in unexpected section"
msgstr ""
-#: elf32-sh.c:1287
+#: elf32-sh.c:1288
#, c-format
msgid "%s: 0x%lx: warning: could not find expected COUNT reloc"
msgstr ""
-#: elf32-sh.c:1296
+#: elf32-sh.c:1297
#, c-format
msgid "%s: 0x%lx: warning: bad count"
msgstr ""
-#: elf32-sh.c:1689 elf32-sh.c:2076
+#: elf32-sh.c:1690 elf32-sh.c:2077
#, c-format
msgid "%s: 0x%lx: fatal: reloc overflow while relaxing"
msgstr ""
+#: elf32-sh.c:3061
+#, c-format
+msgid "%s: 0x%lx: fatal: unaligned branch target for relax-support relocation"
+msgstr ""
+
#: elf32-sparc.c:1512 elf64-sparc.c:2264
#, c-format
msgid "%s: probably compiled without -fPIC?"
@@ -1106,78 +1168,78 @@ msgstr ""
msgid "%s: linking little endian files with big endian files"
msgstr ""
-#: elf32-v850.c:674
+#: elf32-v850.c:675
#, c-format
msgid "Variable `%s' cannot occupy in multiple small data regions"
msgstr ""
-#: elf32-v850.c:677
+#: elf32-v850.c:678
#, c-format
msgid ""
"Variable `%s' can only be in one of the small, zero, and tiny data regions"
msgstr ""
-#: elf32-v850.c:680
+#: elf32-v850.c:681
#, c-format
msgid ""
"Variable `%s' cannot be in both small and zero data regions simultaneously"
msgstr ""
-#: elf32-v850.c:683
+#: elf32-v850.c:684
#, c-format
msgid ""
"Variable `%s' cannot be in both small and tiny data regions simultaneously"
msgstr ""
-#: elf32-v850.c:686
+#: elf32-v850.c:687
#, c-format
msgid ""
"Variable `%s' cannot be in both zero and tiny data regions simultaneously"
msgstr ""
-#: elf32-v850.c:1063
+#: elf32-v850.c:1064
msgid "FAILED to find previous HI16 reloc\n"
msgstr ""
-#: elf32-v850.c:1692
+#: elf32-v850.c:1693
msgid "could not locate special linker symbol __gp"
msgstr ""
-#: elf32-v850.c:1696
+#: elf32-v850.c:1697
msgid "could not locate special linker symbol __ep"
msgstr ""
-#: elf32-v850.c:1700
+#: elf32-v850.c:1701
msgid "could not locate special linker symbol __ctbp"
msgstr ""
-#: elf32-v850.c:1889
+#: elf32-v850.c:1890
#, c-format
msgid "%s: Architecture mismatch with previous modules"
msgstr ""
-#: elf32-v850.c:1908
+#: elf32-v850.c:1909
#, c-format
msgid "private flags = %lx: "
msgstr ""
-#: elf32-v850.c:1913
+#: elf32-v850.c:1914
msgid "v850 architecture"
msgstr ""
-#: elf32-v850.c:1914
+#: elf32-v850.c:1915
msgid "v850e architecture"
msgstr ""
-#: elf32-v850.c:1915
+#: elf32-v850.c:1916
msgid "v850ea architecture"
msgstr ""
-#: elf64-alpha.c:985
+#: elf64-alpha.c:986
msgid "GPDISP relocation did not find ldah and lda instructions"
msgstr ""
-#: elf64-alpha.c:3054
+#: elf64-alpha.c:3055
#, c-format
msgid "%s: .got subsegment exceeds 64K (size %d)"
msgstr ""
@@ -1217,95 +1279,95 @@ msgstr ""
msgid "%s: linking UltraSPARC specific with HAL specific code"
msgstr ""
-#: elf.c:329
+#: elf.c:330
#, c-format
msgid "%s: invalid string offset %u >= %lu for section `%s'"
msgstr ""
-#: elf.c:570
+#: elf.c:571
msgid ""
"\n"
"Program Header:\n"
msgstr ""
-#: elf.c:618
+#: elf.c:619
msgid ""
"\n"
"Dynamic Section:\n"
msgstr ""
-#: elf.c:747
+#: elf.c:748
msgid ""
"\n"
"Version definitions:\n"
msgstr ""
-#: elf.c:770
+#: elf.c:771
msgid ""
"\n"
"Version References:\n"
msgstr ""
-#: elf.c:775
+#: elf.c:776
#, c-format
msgid " required from %s:\n"
msgstr ""
-#: elf.c:1363
+#: elf.c:1364
#, c-format
msgid "%s: invalid link %lu for reloc section %s (index %u)"
msgstr ""
-#: elf.c:2117
+#: elf.c:2118
#, c-format
msgid ""
"creating section symbol, name = %s, value = 0x%.8lx, index = %d, section = "
"0x%.8lx\n"
msgstr ""
-#: elf.c:2720
+#: elf.c:2721
#, c-format
msgid "%s: Not enough room for program headers (allocated %u, need %u)"
msgstr ""
-#: elf.c:2819
+#: elf.c:2820
#, c-format
msgid "%s: Not enough room for program headers, try linking with -N"
msgstr ""
-#: elf.c:2945
+#: elf.c:2946
#, c-format
msgid "Error: First section in segment (%s) starts at 0x%x"
msgstr ""
-#: elf.c:2948
+#: elf.c:2949
#, c-format
msgid " whereas segment starts at 0x%x"
msgstr ""
-#: elf.c:3221
+#: elf.c:3222
#, c-format
msgid "%s: warning: allocated section `%s' not in segment"
msgstr ""
-#: elf.c:3623
+#: elf.c:3624
#, c-format
msgid "%s: symbol `%s' required but not present"
msgstr ""
-#: elf.c:3632
+#: elf.c:3633
#, c-format
msgid ""
"elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = "
"0x%.8lx%s\n"
msgstr ""
-#: elf.c:3873
+#: elf.c:3874
#, c-format
msgid "%s: warning: Empty loadable segment detected\n"
msgstr ""
-#: elf.c:5253
+#: elf.c:5254
#, c-format
msgid "%s: unsupported relocation type %s"
msgstr ""
@@ -1315,47 +1377,47 @@ msgstr ""
msgid "%s: version count (%ld) does not match symbol count (%ld)"
msgstr ""
-#: elflink.c:430
+#: elflink.c:431
#, c-format
msgid "%s: Section %s is already to large to put hole of %ld bytes in"
msgstr ""
-#: elflink.h:1468
+#: elflink.h:1469
#, c-format
msgid "%s: %s: invalid version %u (max %d)"
msgstr ""
-#: elflink.h:1509
+#: elflink.h:1510
#, c-format
msgid "%s: %s: invalid needed version %d"
msgstr ""
-#: elflink.h:1629
+#: elflink.h:1630
#, c-format
msgid "Warning: size of symbol `%s' changed from %lu to %lu in %s"
msgstr ""
-#: elflink.h:1875
+#: elflink.h:1876
#, c-format
msgid "%s: warning: unexpected redefinition of `%s'"
msgstr ""
-#: elflink.h:3660
+#: elflink.h:3661
#, c-format
msgid "warning: type and size of dynamic symbol `%s' are not defined"
msgstr ""
-#: elflink.h:3932
+#: elflink.h:3933
#, c-format
msgid "%s: undefined versioned symbol name %s"
msgstr ""
-#: elflink.h:5181
+#: elflink.h:5182
#, c-format
msgid "%s: could not find output section %s for input section %s"
msgstr ""
-#: elflink.h:5559
+#: elflink.h:5560
#, c-format
msgid "%s: invalid section symbol index 0x%x (%s) ingored"
msgstr ""
@@ -1380,27 +1442,27 @@ msgstr ""
msgid "Warning: fixup count mismatch\n"
msgstr ""
-#: ieee.c:167
+#: ieee.c:168
#, c-format
msgid "%s: string too long (%d chars, max 65535)"
msgstr ""
-#: ieee.c:297
+#: ieee.c:298
#, c-format
msgid "%s: unrecognized symbol `%s' flags 0x%x"
msgstr ""
-#: ieee.c:793
+#: ieee.c:794
#, c-format
msgid "%s: unimplemented ATI record %u for symbol %u"
msgstr ""
-#: ieee.c:818
+#: ieee.c:819
#, c-format
msgid "%s: unexpected ATN type %d in external part"
msgstr ""
-#: ieee.c:840
+#: ieee.c:841
#, c-format
msgid "%s: unexpected type after ATN"
msgstr ""
@@ -1455,21 +1517,21 @@ msgstr ""
msgid "%s: address 0x%s out of range for Intex Hex file"
msgstr ""
-#: libbfd.c:471
+#: libbfd.c:472
#, c-format
msgid "not mapping: data=%lx mapped=%d\n"
msgstr ""
-#: libbfd.c:474
+#: libbfd.c:475
msgid "not mapping: env var not set\n"
msgstr ""
-#: libbfd.c:1370
+#: libbfd.c:1371
#, c-format
msgid "%s: compiled for a big endian system and target is little endian"
msgstr ""
-#: libbfd.c:1372
+#: libbfd.c:1373
#, c-format
msgid "%s: compiled for a little endian system and target is big endian"
msgstr ""
@@ -1490,44 +1552,44 @@ msgid "Unhandled OSF/1 core file section type %d\n"
msgstr ""
#. XXX code yet to be written.
-#: peicode.h:795
+#: peicode.h:796
#, c-format
msgid "%s: Unhandled import type; %x"
msgstr ""
-#: peicode.h:800
+#: peicode.h:801
#, c-format
msgid "%s: Unrecognised import type; %x"
msgstr ""
-#: peicode.h:814
+#: peicode.h:815
#, c-format
msgid "%s: Unrecognised import name type; %x"
msgstr ""
-#: peicode.h:1171
+#: peicode.h:1172
#, c-format
msgid "%s: Unrecognised machine type (0x%x) in Import Library Format archive"
msgstr ""
-#: peicode.h:1183
+#: peicode.h:1184
#, c-format
msgid ""
"%s: Recognised but unhandled machine type (0x%x) in Import Library Format "
"archive"
msgstr ""
-#: peicode.h:1200
+#: peicode.h:1201
#, c-format
msgid "%s: size field is zero in Import Library Format header"
msgstr ""
-#: peicode.h:1228
+#: peicode.h:1229
#, c-format
msgid "%s: string not null terminated in ILF object file."
msgstr ""
-#: pe-mips.c:653
+#: pe-mips.c:654
#, c-format
msgid "%s: `ld -r' not supported with PE MIPS objects\n"
msgstr ""
@@ -1537,79 +1599,79 @@ msgstr ""
#. mem = pointer to memory we're fixing up
#. val = VMA of what we need to refer to
#.
-#: pe-mips.c:789
+#: pe-mips.c:790
#, c-format
msgid "%s: unimplemented %s\n"
msgstr ""
-#: pe-mips.c:815
+#: pe-mips.c:816
#, c-format
msgid "%s: jump too far away\n"
msgstr ""
-#: pe-mips.c:842
+#: pe-mips.c:843
#, c-format
msgid "%s: bad pair/reflo after refhi\n"
msgstr ""
-#: ppcboot.c:422
+#: ppcboot.c:423
msgid ""
"\n"
"ppcboot header:\n"
msgstr ""
-#: ppcboot.c:423
+#: ppcboot.c:424
#, c-format
msgid "Entry offset = 0x%.8lx (%ld)\n"
msgstr ""
-#: ppcboot.c:424
+#: ppcboot.c:425
#, c-format
msgid "Length = 0x%.8lx (%ld)\n"
msgstr ""
-#: ppcboot.c:427
+#: ppcboot.c:428
#, c-format
msgid "Flag field = 0x%.2x\n"
msgstr ""
-#: ppcboot.c:433
+#: ppcboot.c:434
#, c-format
msgid "Partition name = \"%s\"\n"
msgstr ""
-#: ppcboot.c:452
+#: ppcboot.c:453
#, c-format
msgid ""
"\n"
"Partition[%d] start = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
msgstr ""
-#: ppcboot.c:458
+#: ppcboot.c:459
#, c-format
msgid "Partition[%d] end = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
msgstr ""
-#: ppcboot.c:464
+#: ppcboot.c:465
#, c-format
msgid "Partition[%d] sector = 0x%.8lx (%ld)\n"
msgstr ""
-#: ppcboot.c:465
+#: ppcboot.c:466
#, c-format
msgid "Partition[%d] length = 0x%.8lx (%ld)\n"
msgstr ""
-#: som.c:5355
+#: som.c:5356
msgid "som_sizeof_headers unimplemented"
msgstr ""
-#: srec.c:300
+#: srec.c:301
#, c-format
msgid "%s:%d: Unexpected character `%s' in S-record file\n"
msgstr ""
-#: syms.c:968
+#: syms.c:969
msgid "Unsupported .stab relocation"
msgstr ""
@@ -1637,29 +1699,29 @@ msgstr ""
msgid "Object module NOT error-free !\n"
msgstr ""
-#: vms-misc.c:536
+#: vms-misc.c:537
#, c-format
msgid "Stack overflow (%d) in _bfd_vms_push"
msgstr ""
-#: vms-misc.c:554
+#: vms-misc.c:555
msgid "Stack underflow in _bfd_vms_pop"
msgstr ""
-#: vms-misc.c:910
+#: vms-misc.c:911
msgid "_bfd_vms_output_counted called with zero bytes"
msgstr ""
-#: vms-misc.c:915
+#: vms-misc.c:916
msgid "_bfd_vms_output_counted called with too many bytes"
msgstr ""
-#: vms-misc.c:1046
+#: vms-misc.c:1047
#, c-format
msgid "Symbol %s replaced by %s\n"
msgstr ""
-#: vms-misc.c:1108
+#: vms-misc.c:1109
#, c-format
msgid "failed to enter %s"
msgstr ""
@@ -1855,97 +1917,463 @@ msgstr ""
msgid "Unhandled relocation %s"
msgstr ""
-#: xcofflink.c:1634
+#: xcofflink.c:1635
#, c-format
msgid "%s: `%s' has line numbers but no enclosing section"
msgstr ""
-#: xcofflink.c:1686
+#: xcofflink.c:1687
#, c-format
msgid "%s: class %d symbol `%s' has no aux entries"
msgstr ""
-#: xcofflink.c:1709
+#: xcofflink.c:1710
#, c-format
msgid "%s: symbol `%s' has unrecognized csect type %d"
msgstr ""
-#: xcofflink.c:1721
+#: xcofflink.c:1722
#, c-format
msgid "%s: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d"
msgstr ""
-#: xcofflink.c:1760
+#: xcofflink.c:1761
#, c-format
msgid "%s: XMC_TC0 symbol `%s' is class %d scnlen %d"
msgstr ""
-#: xcofflink.c:1883
+#: xcofflink.c:1884
#, c-format
msgid "%s: symbol `%s' has unrecognized smclas %d"
msgstr ""
-#: xcofflink.c:1902
+#: xcofflink.c:1903
#, c-format
msgid "%s: csect `%s' not in enclosing section"
msgstr ""
-#: xcofflink.c:2006
+#: xcofflink.c:2007
#, c-format
msgid "%s: misplaced XTY_LD `%s'"
msgstr ""
-#: xcofflink.c:2317
+#: xcofflink.c:2318
#, c-format
msgid "%s: reloc %s:%d not in csect"
msgstr ""
-#: xcofflink.c:2452
+#: xcofflink.c:2453
#, c-format
msgid "%s: XCOFF shared object when not producing XCOFF output"
msgstr ""
-#: xcofflink.c:2473
+#: xcofflink.c:2474
#, c-format
msgid "%s: dynamic object with no .loader section"
msgstr ""
-#: xcofflink.c:3113
+#: xcofflink.c:3114
#, c-format
msgid "%s: no such symbol"
msgstr ""
-#: xcofflink.c:3704
+#: xcofflink.c:3705
#, c-format
msgid "warning: attempt to export undefined symbol `%s'"
msgstr ""
-#: xcofflink.c:4698
+#: xcofflink.c:4699
#, c-format
msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling"
msgstr ""
-#: xcofflink.c:5523 xcofflink.c:5879 xcofflink.c:5916 xcofflink.c:6233
+#: xcofflink.c:5524 xcofflink.c:5880 xcofflink.c:5917 xcofflink.c:6234
#, c-format
msgid "%s: loader reloc in unrecognized section `%s'"
msgstr ""
-#: xcofflink.c:5545 xcofflink.c:6244
+#: xcofflink.c:5546 xcofflink.c:6245
#, c-format
msgid "%s: `%s' in loader reloc but not loader sym"
msgstr ""
-#: xcofflink.c:5560
+#: xcofflink.c:5561
#, c-format
msgid "%s: loader reloc in read-only section %s"
msgstr ""
-#: xcofflink.c:6440
+#: xcofflink.c:6441
#, c-format
msgid "%s: unsupported relocation type 0x%02x"
msgstr ""
-#: xcofflink.c:6486
+#: xcofflink.c:6487
#, c-format
msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"
msgstr ""
+
+#: elf32-ia64.c:2035 elf64-ia64.c:2035
+msgid "@pltoff reloc against local symbol"
+msgstr ""
+
+#: elf32-ia64.c:2095 elf64-ia64.c:2095
+msgid "non-zero addend in @fptr reloc"
+msgstr ""
+
+#: elf32-ia64.c:3280 elf64-ia64.c:3280
+#, c-format
+msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
+msgstr ""
+
+#: elf32-ia64.c:3291 elf64-ia64.c:3291
+#, c-format
+msgid "%s: __gp does not cover short data segment"
+msgstr ""
+
+#: elf32-ia64.c:3563 elf64-ia64.c:3563
+#, c-format
+msgid "%s: linking non-pic code in a shared library"
+msgstr ""
+
+#: elf32-ia64.c:3596 elf64-ia64.c:3596
+#, c-format
+msgid "%s: @gprel relocation against dynamic symbol %s"
+msgstr ""
+
+#: elf32-ia64.c:3732 elf64-ia64.c:3732
+#, c-format
+msgid "%s: dynamic relocation against speculation fixup"
+msgstr ""
+
+#: elf32-ia64.c:3740 elf64-ia64.c:3740
+#, c-format
+msgid "%s: speculation fixup against undefined weak symbol"
+msgstr ""
+
+#: elf32-ia64.c:3923 elf64-ia64.c:3923
+msgid "unsupported reloc"
+msgstr ""
+
+#: elf32-ia64.c:4220 elf64-ia64.c:4220
+#, c-format
+msgid "%s: linking trap-on-NULL-dereference with non-trapping files"
+msgstr ""
+
+#: elf32-ia64.c:4229 elf64-ia64.c:4229
+#, c-format
+msgid "%s: linking big-endian files with little-endian files"
+msgstr ""
+
+#: elf32-ia64.c:4238 elf64-ia64.c:4238
+#, c-format
+msgid "%s: linking 64-bit files with 32-bit files"
+msgstr ""
+
+#: elf32-ia64.c:4247 elf64-ia64.c:4247
+#, c-format
+msgid "%s: linking constant-gp files with non-constant-gp files"
+msgstr ""
+
+#: elf32-ia64.c:4257 elf64-ia64.c:4257
+#, c-format
+msgid "%s: linking auto-pic files with non-auto-pic files"
+msgstr ""
+
+#: peigen.c:1009 pepigen.c:1009
+#, c-format
+msgid "%s: line number overflow: 0x%lx > 0xffff"
+msgstr ""
+
+#: peigen.c:1027 pepigen.c:1027
+#, c-format
+msgid "%s: reloc overflow 1: 0x%lx > 0xffff"
+msgstr ""
+
+#: peigen.c:1040 pepigen.c:1040
+msgid "Export Directory [.edata (or where ever we found it)]"
+msgstr ""
+
+#: peigen.c:1041 pepigen.c:1041
+msgid "Import Directory [parts of .idata]"
+msgstr ""
+
+#: peigen.c:1042 pepigen.c:1042
+msgid "Resource Directory [.rsrc]"
+msgstr ""
+
+#: peigen.c:1043 pepigen.c:1043
+msgid "Exception Directory [.pdata]"
+msgstr ""
+
+#: peigen.c:1044 pepigen.c:1044
+msgid "Security Directory"
+msgstr ""
+
+#: peigen.c:1045 pepigen.c:1045
+msgid "Base Relocation Directory [.reloc]"
+msgstr ""
+
+#: peigen.c:1046 pepigen.c:1046
+msgid "Debug Directory"
+msgstr ""
+
+#: peigen.c:1047 pepigen.c:1047
+msgid "Description Directory"
+msgstr ""
+
+#: peigen.c:1048 pepigen.c:1048
+msgid "Special Directory"
+msgstr ""
+
+#: peigen.c:1049 pepigen.c:1049
+msgid "Thread Storage Directory [.tls]"
+msgstr ""
+
+#: peigen.c:1050 pepigen.c:1050
+msgid "Load Configuration Directory"
+msgstr ""
+
+#: peigen.c:1051 pepigen.c:1051
+msgid "Bound Import Directory"
+msgstr ""
+
+#: peigen.c:1052 pepigen.c:1052
+msgid "Import Address Table Directory"
+msgstr ""
+
+#: peigen.c:1053 pepigen.c:1053
+msgid "Delay Import Directory"
+msgstr ""
+
+#: peigen.c:1054 peigen.c:1055 pepigen.c:1054 pepigen.c:1055
+msgid "Reserved"
+msgstr ""
+
+#: peigen.c:1119 pepigen.c:1119
+msgid ""
+"\n"
+"There is an import table, but the section containing it could not be found\n"
+msgstr ""
+
+#: peigen.c:1124 pepigen.c:1124
+#, c-format
+msgid ""
+"\n"
+"There is an import table in %s at 0x%lx\n"
+msgstr ""
+
+#: peigen.c:1163 pepigen.c:1163
+#, c-format
+msgid ""
+"\n"
+"Function descriptor located at the start address: %04lx\n"
+msgstr ""
+
+#: peigen.c:1166 pepigen.c:1166
+#, c-format
+msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
+msgstr ""
+
+#: peigen.c:1172 pepigen.c:1172
+msgid ""
+"\n"
+"No reldata section! Function descriptor not decoded.\n"
+msgstr ""
+
+#: peigen.c:1177 pepigen.c:1177
+#, c-format
+msgid ""
+"\n"
+"The Import Tables (interpreted %s section contents)\n"
+msgstr ""
+
+#: peigen.c:1180 pepigen.c:1180
+msgid " vma: Hint Time Forward DLL First\n"
+msgstr ""
+
+#: peigen.c:1182 pepigen.c:1182
+msgid " Table Stamp Chain Name Thunk\n"
+msgstr ""
+
+#: peigen.c:1232 pepigen.c:1232
+#, c-format
+msgid ""
+"\n"
+"\tDLL Name: %s\n"
+msgstr ""
+
+#: peigen.c:1236 peigen.c:1299 pepigen.c:1236 pepigen.c:1299
+msgid "\tvma: Hint/Ord Member-Name\n"
+msgstr ""
+
+#: peigen.c:1298 pepigen.c:1298
+msgid "\tThe Import Address Table (difference found)\n"
+msgstr ""
+
+#: peigen.c:1305 pepigen.c:1305
+msgid "\t>>> Ran out of IAT members!\n"
+msgstr ""
+
+#: peigen.c:1324 pepigen.c:1324
+msgid "\tThe Import Address Table is identical\n"
+msgstr ""
+
+#: peigen.c:1397 pepigen.c:1397
+msgid ""
+"\n"
+"There is an export table, but the section containing it could not be found\n"
+msgstr ""
+
+#: peigen.c:1402 pepigen.c:1402
+#, c-format
+msgid ""
+"\n"
+"There is an export table in %s at 0x%lx\n"
+msgstr ""
+
+#: peigen.c:1433 pepigen.c:1433
+#, c-format
+msgid ""
+"\n"
+"The Export Tables (interpreted %s section contents)\n"
+"\n"
+msgstr ""
+
+#: peigen.c:1437 pepigen.c:1437
+#, c-format
+msgid "Export Flags \t\t\t%lx\n"
+msgstr ""
+
+#: peigen.c:1440 pepigen.c:1440
+#, c-format
+msgid "Time/Date stamp \t\t%lx\n"
+msgstr ""
+
+#: peigen.c:1443 pepigen.c:1443
+#, c-format
+msgid "Major/Minor \t\t\t%d/%d\n"
+msgstr ""
+
+#: peigen.c:1446 pepigen.c:1446
+msgid "Name \t\t\t\t"
+msgstr ""
+
+#: peigen.c:1452 pepigen.c:1452
+#, c-format
+msgid "Ordinal Base \t\t\t%ld\n"
+msgstr ""
+
+#: peigen.c:1455 pepigen.c:1455
+msgid "Number in:\n"
+msgstr ""
+
+#: peigen.c:1458 pepigen.c:1458
+#, c-format
+msgid "\tExport Address Table \t\t%08lx\n"
+msgstr ""
+
+#: peigen.c:1462 pepigen.c:1462
+#, c-format
+msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n"
+msgstr ""
+
+#: peigen.c:1465 pepigen.c:1465
+msgid "Table Addresses\n"
+msgstr ""
+
+#: peigen.c:1468 pepigen.c:1468
+msgid "\tExport Address Table \t\t"
+msgstr ""
+
+#: peigen.c:1473 pepigen.c:1473
+msgid "\tName Pointer Table \t\t"
+msgstr ""
+
+#: peigen.c:1478 pepigen.c:1478
+msgid "\tOrdinal Table \t\t\t"
+msgstr ""
+
+#: peigen.c:1492 pepigen.c:1492
+#, c-format
+msgid ""
+"\n"
+"Export Address Table -- Ordinal Base %ld\n"
+msgstr ""
+
+#: peigen.c:1511 pepigen.c:1511
+msgid "Forwarder RVA"
+msgstr ""
+
+#: peigen.c:1522 pepigen.c:1522
+msgid "Export RVA"
+msgstr ""
+
+#: peigen.c:1529 pepigen.c:1529
+msgid ""
+"\n"
+"[Ordinal/Name Pointer] Table\n"
+msgstr ""
+
+#: peigen.c:1584 pepigen.c:1584
+#, c-format
+msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n"
+msgstr ""
+
+#: peigen.c:1588 pepigen.c:1588
+msgid ""
+"\n"
+"The Function Table (interpreted .pdata section contents)\n"
+msgstr ""
+
+#: peigen.c:1591 pepigen.c:1591
+msgid " vma:\t\t\tBegin Address End Address Unwind Info\n"
+msgstr ""
+
+#: peigen.c:1594 pepigen.c:1594
+msgid " vma:\t\tBegin End EH EH PrologEnd Exception\n"
+msgstr ""
+
+#: peigen.c:1596 pepigen.c:1596
+msgid " \t\tAddress Address Handler Data Address Mask\n"
+msgstr ""
+
+#: peigen.c:1668 pepigen.c:1668
+msgid " Register save millicode"
+msgstr ""
+
+#: peigen.c:1671 pepigen.c:1671
+msgid " Register restore millicode"
+msgstr ""
+
+#: peigen.c:1674 pepigen.c:1674
+msgid " Glue code sequence"
+msgstr ""
+
+#: peigen.c:1725 pepigen.c:1725
+msgid ""
+"\n"
+"\n"
+"PE File Base Relocations (interpreted .reloc section contents)\n"
+msgstr ""
+
+#: peigen.c:1760 pepigen.c:1760
+#, c-format
+msgid ""
+"\n"
+"Virtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n"
+msgstr ""
+
+#: peigen.c:1773 pepigen.c:1773
+#, c-format
+msgid "\treloc %4d offset %4x [%4lx] %s"
+msgstr ""
+
+#. The MS dumpbin program reportedly ands with 0xff0f before
+#. printing the characteristics field. Not sure why. No reason to
+#. emulate it here.
+#: peigen.c:1812 pepigen.c:1812
+#, c-format
+msgid ""
+"\n"
+"Characteristics 0x%x\n"
+msgstr ""