1999-05-03 07:29:11 +00:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
2004-03-19 07:00:51 +00:00
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
1999-05-03 07:29:11 +00:00
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2007-09-17 14:03:15 +00:00
|
|
|
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
|
|
|
|
"POT-Creation-Date: 2007-09-17 15:01+0100\n"
|
1999-05-03 07:29:11 +00:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
2002-01-17 14:12:08 +00:00
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
1999-05-03 07:29:11 +00:00
|
|
|
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
#: aout-adobe.c:127
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unknown section type in a.out.adobe file: %x\n"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: aout-cris.c:204
|
2000-07-20 16:21:07 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Invalid relocation type exported: %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: aout-cris.c:247
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Invalid relocation type imported: %d"
|
2000-07-20 16:21:07 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: aout-cris.c:258
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Bad relocation record imported: %d"
|
2000-07-20 16:21:07 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: aoutx.h:1268 aoutx.h:1604
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: can not represent section `%s' in a.out object file format"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: aoutx.h:1570
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: can not represent section for symbol `%s' in a.out object file format"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: aoutx.h:1572
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "*unknown*"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: aoutx.h:3989 aoutx.h:4315
|
2007-08-07 11:01:42 +00:00
|
|
|
msgid "%P: %B: unexpected relocation type\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: aoutx.h:5349
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-07-11 05:10:21 +00:00
|
|
|
msgid "%s: relocatable link from %s to %s not supported"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: archive.c:1766
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Warning: writing archive was slow: rewriting timestamp\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: archive.c:2029
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Reading archive file mod timestamp"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: archive.c:2053
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Writing updated armap timestamp"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:289
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "No error"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:290
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "System call error"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:291
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Invalid bfd target"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:292
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "File in wrong format"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:293
|
2001-10-30 15:20:14 +00:00
|
|
|
msgid "Archive object file in wrong format"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:294
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Invalid operation"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:295
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Memory exhausted"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:296
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "No symbols"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:297
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Archive has no index; run ranlib to add one"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:298
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "No more archived files"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:299
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Malformed archive"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:300
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "File format not recognized"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:301
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "File format is ambiguous"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:302
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Section has no contents"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:303
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Nonrepresentable section on output"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:304
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Symbol needs debug section which does not exist"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:305
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Bad value"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:306
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "File truncated"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:307
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "File too big"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:308
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Error reading %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfd.c:309
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "#<Invalid error code>"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: bfd.c:833
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2001-10-30 15:20:14 +00:00
|
|
|
msgid "BFD %s assertion fail %s:%d"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: bfd.c:845
|
2000-02-27 16:55:52 +00:00
|
|
|
#, c-format
|
2001-10-30 15:20:14 +00:00
|
|
|
msgid "BFD %s internal error, aborting at %s line %d in %s\n"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: bfd.c:849
|
2000-02-27 16:55:52 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "BFD %s internal error, aborting at %s line %d\n"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: bfd.c:851
|
2000-02-27 16:55:52 +00:00
|
|
|
msgid "Please report this bug.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfdwin.c:208
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "not mapping: data=%lx mapped=%d\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: bfdwin.c:211
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "not mapping: env var not set\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: binary.c:284
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: cache.c:238
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "reopening %B: %s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff64-rs6000.c:2126 coff-rs6000.c:3624
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: symbol `%s' has unrecognized smclas %d"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-alpha.c:490
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: Cannot handle compressed Alpha binaries.\n"
|
|
|
|
" Use compiler flags, or objZ, to generate uncompressed binaries."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-alpha.c:647
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: unknown/unsupported relocation type %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-alpha.c:899 coff-alpha.c:936 coff-alpha.c:2024 coff-mips.c:1002
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "GP relative relocation used when GP not defined"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-alpha.c:1501
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "using multiple gp values"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-alpha.c:1560
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: unsupported relocation: ALPHA_R_GPRELHIGH"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-alpha.c:1567
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: unsupported relocation: ALPHA_R_GPRELLOW"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-alpha.c:1574 elf32-m32r.c:2487 elf64-alpha.c:3953 elf64-alpha.c:4106
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4468 elf64-ia64.c:4468
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: unknown relocation type %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:1036
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unable to find THUMB glue '%s' for `%s'"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:1065
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unable to find ARM glue '%s' for `%s'"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:1367 elf32-arm.c:4167
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
|
|
|
"%B(%s): warning: interworking not enabled.\n"
|
|
|
|
" first occurrence: %B: arm call to thumb"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:1457
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
|
|
|
"%B(%s): warning: interworking not enabled.\n"
|
|
|
|
" first occurrence: %B: thumb call to arm\n"
|
|
|
|
" consider relinking with --support-old-code enabled"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:1750 cofflink.c:3018 coff-tic80.c:695
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: bad reloc address 0x%lx in section `%A'"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2075
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: illegal symbol index in reloc: %d"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2206
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B is compiled for APCS-%d, whereas %B is compiled for APCS-%d"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2222 elf32-arm.c:7072
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"ERROR: %B passes floats in float registers, whereas %B passes them in "
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
"integer registers"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2225 elf32-arm.c:7076
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"ERROR: %B passes floats in integer registers, whereas %B passes them in "
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
"float registers"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2239
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"ERROR: %B is compiled as position independent code, whereas target %B is "
|
1999-05-03 07:29:11 +00:00
|
|
|
"absolute position"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2242
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"ERROR: %B is compiled as absolute position code, whereas target %B is "
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
"position independent"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2270 elf32-arm.c:7141
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Warning: %B supports interworking, whereas %B does not"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2273 elf32-arm.c:7147
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Warning: %B does not support interworking, whereas %B does"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2297
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "private flags = %x:"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2305 elf32-arm.c:7198
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid " [floats passed in float registers]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2307
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid " [floats passed in integer registers]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2310 elf32-arm.c:7201
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid " [position independent]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2312
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid " [absolute position]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2316
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid " [interworking flag not initialised]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2318
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid " [interworking supported]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2320
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid " [interworking not supported]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2366 elf32-arm.c:6578
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"Warning: Not setting interworking flag of %B since it has already been "
|
1999-05-03 07:29:11 +00:00
|
|
|
"specified as non-interworking"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-arm.c:2370 elf32-arm.c:6582
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Warning: Clearing the interworking flag of %B due to outside request"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:850
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: COMDAT symbol '%s' does not match section name '%s'"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2004-09-17 06:08:06 +00:00
|
|
|
#. Generate a warning message rather using the 'unhandled'
|
|
|
|
#. variable as this will allow some .sys files generate by
|
|
|
|
#. other toolchains to be processed. See bugzilla issue 196.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:1062
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:1117
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B (%s): Section flag %s (0x%x) ignored"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:2236
|
2003-07-14 11:18:13 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unrecognized TI COFF target id '0x%x'"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:2551
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: reloc against a non-existant symbol index: %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:4296
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: line number table read failed"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:4329
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: illegal symbol index %ld in line numbers"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:4343
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: duplicate line number information for `%s'"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:4735
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unrecognized storage class %d for %s symbol `%s'"
|
2003-07-11 05:10:21 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:4861
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "warning: %B: local symbol `%s' has no section"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:4966 coff-i860.c:601 coff-tic54x.c:393
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: illegal symbol index %ld in relocs"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffcode.h:5004
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: illegal relocation type %d at address 0x%lx"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coffgen.c:1518
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: bad string table size %lu"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-h8300.c:1122
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "cannot handle R_MEM_INDIRECT reloc when using %s output"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-i860.c:143
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Relocation `%s' not yet implemented\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-i960.c:138 coff-i960.c:501
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "uncertain calling convention for non-COFF symbol"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: cofflink.c:513 elflink.c:4175
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Warning: type of symbol `%s' changed from %d to %d in %B"
|
2001-02-27 01:38:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: cofflink.c:2296
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: relocs in section `%A', but it has no contents"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: cofflink.c:2627 coffswap.h:824
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: %s: reloc overflow: 0x%lx > 0xffff"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: cofflink.c:2636 coffswap.h:810
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: coff-m68k.c:506 elf32-bfin.c:5434 elf32-m68k.c:2400
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "unsupported reloc type"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: coff-maxq.c:126
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "Can't Make it a Short Jump"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: coff-maxq.c:191
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "Exceeds Long Jump Range"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: coff-maxq.c:202 coff-maxq.c:276
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "Absolute address Exceeds 16 bit Range"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: coff-maxq.c:240
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "Absolute address Exceeds 8 bit Range"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: coff-maxq.c:333
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "Unrecognized Reloc Type"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-mips.c:687 elf32-mips.c:958 elf32-score.c:345 elf64-mips.c:1911
|
|
|
|
#: elfn32-mips.c:1752
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "GP relative relocation when _gp not defined"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-or32.c:228
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "Unrecognized reloc"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-rs6000.c:2799
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: unsupported relocation type 0x%02x"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-rs6000.c:2892
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: coff-tic4x.c:191 coff-tic54x.c:299 coff-tic80.c:458
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "Unrecognized reloc type 0x%x"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: coff-tic4x.c:236
|
2004-09-17 06:08:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: warning: illegal symbol index %ld in relocs"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: coff-w65.c:367
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "ignoring reloc %s\n"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: cpu-arm.c:189 cpu-arm.c:200
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B is compiled for the EP9312, whereas %B is compiled for XScale"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: cpu-arm.c:332
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "warning: unable to update contents of %s section in %s"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: dwarf2.c:481
|
2002-01-17 14:12:08 +00:00
|
|
|
msgid "Dwarf Error: Can't find .debug_str section."
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: dwarf2.c:499
|
2000-11-02 23:03:24 +00:00
|
|
|
#, c-format
|
2002-01-17 14:12:08 +00:00
|
|
|
msgid ""
|
2003-06-03 16:24:06 +00:00
|
|
|
"Dwarf Error: DW_FORM_strp offset (%lu) greater than or equal to .debug_str "
|
|
|
|
"size (%lu)."
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: dwarf2.c:592
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Dwarf Error: Can't find .debug_abbrev section."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: dwarf2.c:607
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2001-05-23 17:26:40 +00:00
|
|
|
msgid ""
|
2003-06-03 16:24:06 +00:00
|
|
|
"Dwarf Error: Abbrev offset (%lu) greater than or equal to .debug_abbrev size "
|
|
|
|
"(%lu)."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: dwarf2.c:822
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "Dwarf Error: Invalid or unhandled FORM value: %u."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:1036
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "Dwarf Error: mangled line number section (bad file number)."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:1148
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Dwarf Error: Can't find .debug_line section."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:1165
|
2000-06-19 01:22:44 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid ""
|
2003-06-03 16:24:06 +00:00
|
|
|
"Dwarf Error: Line offset (%lu) greater than or equal to .debug_line size (%"
|
|
|
|
"lu)."
|
2000-06-19 01:22:44 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:1391
|
1999-05-03 07:29:11 +00:00
|
|
|
msgid "Dwarf Error: mangled line number section."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:1579
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "Dwarf Error: Can't find .debug_ranges section."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:1742 dwarf2.c:1858 dwarf2.c:2130
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "Dwarf Error: Could not find abbrev number %u."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:2091
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2003-06-03 16:24:06 +00:00
|
|
|
"Dwarf Error: found dwarf version '%u', this reader only handles version 2 "
|
1999-05-03 07:29:11 +00:00
|
|
|
"information."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:2098
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Dwarf Error: found address size '%u', this reader can not handle sizes "
|
|
|
|
"greater than '%u'."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: dwarf2.c:2121
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "Dwarf Error: Bad abbrev number: %u."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1227
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unknown basic type %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1484
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" End+1 symbol: %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1491 ecoff.c:1494
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" First symbol: %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1506
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" End+1 symbol: %-7ld Type: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1513
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" Local symbol: %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1521
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" struct; End+1 symbol: %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1526
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" union; End+1 symbol: %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1531
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" enum; End+1 symbol: %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ecoff.c:1537
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" Type: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:2524
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "unable to find THUMB glue '%s' for '%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:2557
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "unable to find ARM glue '%s' for '%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:3127
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: BE8 images only valid in big-endian mode."
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#. Give a warning, but do as the user requests anyway.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:3331
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: warning: selected VFP11 erratum workaround is not necessary for target "
|
|
|
|
"architecture"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:3865 elf32-arm.c:3885
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: unable to find VFP11 veneer `%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:3930
|
2005-03-05 12:14:34 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Invalid TARGET2 relocation type '%s'."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:4071
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
|
|
|
"%B(%s): warning: interworking not enabled.\n"
|
|
|
|
" first occurrence: %B: thumb call to arm"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:4759
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "\\%B: Warning: Arm BLX instruction targets Arm function '%s'."
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:5059
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Warning: Thumb BLX instruction targets thumb function '%s'."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:5689
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B(%A+0x%lx): R_ARM_TLS_LE32 relocation not permitted in shared object"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:5890
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"%B(%A+0x%lx): Only ADD or SUB instructions are allowed for ALU group "
|
|
|
|
"relocations"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:5930 elf32-arm.c:6017 elf32-arm.c:6100 elf32-arm.c:6185
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B(%A+0x%lx): Overflow whilst splitting 0x%lx for group relocation %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6369 elf32-sh.c:3304 elf64-sh64.c:1556
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B(%A+0x%lx): %s relocation against SEC_MERGE section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-arm.c:6458 elf64-ppc.c:10050
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B(%A+0x%lx): %s used with TLS symbol %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-arm.c:6459 elf64-ppc.c:10051
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B(%A+0x%lx): %s used with non-TLS symbol %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-arm.c:6482 elf32-i386.c:3492 elf32-m32r.c:2598 elf32-m68k.c:1989
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:6796 elf32-s390.c:3048 elf32-sh.c:3408 elf32-xtensa.c:2290
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:11215 elf64-s390.c:3009 elf64-sh64.c:1648 elf64-x86-64.c:3168
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf-hppa.h:2194 elf-m10300.c:1460 elfxx-sparc.c:3256
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6516
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "out of range"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6520
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "unsupported relocation"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6528
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "unknown error"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6628
|
2002-01-17 14:12:08 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"Warning: Clearing the interworking flag of %B because non-interworking code "
|
|
|
|
"in %B has been linked with it"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6730
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "ERROR: %B uses VFP register arguments, %B does not"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6780
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "ERROR: %B: Conflicting architecture profiles %c/%c"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6795
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "Warning: %B: Conflicting platform configuration"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6804
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "ERROR: %B: Conflicting use of R9"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6816
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "ERROR: %B: SB relative addressing conflicts with use of R9"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6838
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "ERROR: %B: Conflicting definitions of wchar_t"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6867
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"warning: %B uses %s enums yet the output is to use %s enums; use of enum "
|
|
|
|
"values across objects may fail"
|
2005-10-25 02:20:17 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6880
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "ERROR: %B uses iWMMXt register arguments, %B does not"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:6920
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "Warning: %B: Unknown EABI object attribute %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7045
|
2001-10-30 15:20:14 +00:00
|
|
|
msgid ""
|
2005-03-05 12:14:34 +00:00
|
|
|
"ERROR: Source object %B has EABI version %d, but target %B has EABI version %"
|
|
|
|
"d"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7061
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B is compiled for APCS-%d, whereas target %B uses APCS-%d"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7086
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B uses VFP instructions, whereas %B does not"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7090
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B uses FPA instructions, whereas %B does not"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7100
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B uses Maverick instructions, whereas %B does not"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7104
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B does not use Maverick instructions, whereas %B does"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7123
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B uses software FP, whereas %B uses hardware FP"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7127
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "ERROR: %B uses hardware FP, whereas %B uses software FP"
|
2001-10-30 15:20:14 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2000-09-02 20:33:48 +00:00
|
|
|
#. Ignore init flag - it may not be set, despite the flags field
|
|
|
|
#. containing valid data.
|
2004-03-19 07:00:51 +00:00
|
|
|
#. Ignore init flag - it may not be set, despite the flags field containing valid data.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7174 elf32-bfin.c:4795 elf32-cris.c:3234 elf32-m68hc1x.c:1277
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-m68k.c:623 elf32-score.c:3753 elf32-vax.c:538 elfxx-mips.c:11351
|
2000-02-27 16:55:52 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "private flags = %lx:"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7183
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-02-27 16:55:52 +00:00
|
|
|
msgid " [interworking enabled]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7191
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2002-01-17 14:12:08 +00:00
|
|
|
msgid " [VFP float format]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7193
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [Maverick float format]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7195
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2002-01-17 14:12:08 +00:00
|
|
|
msgid " [FPA float format]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7204
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [new ABI]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7207
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [old ABI]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7210
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [software FP]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7219
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [Version1 EABI]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7222 elf32-arm.c:7233
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [sorted symbol table]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7224 elf32-arm.c:7235
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [unsorted symbol table]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7230
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-06 20:15:27 +00:00
|
|
|
msgid " [Version2 EABI]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7238
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-06 20:15:27 +00:00
|
|
|
msgid " [dynamic symbols use segment index]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7241
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-06 20:15:27 +00:00
|
|
|
msgid " [mapping symbols precede others]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7248
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 10:58:09 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [Version3 EABI]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7252
|
2005-03-05 12:14:34 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [Version4 EABI]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7256
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [Version5 EABI]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7259
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 10:58:09 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [BE8]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7262
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 10:58:09 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [LE8]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7268
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " <EABI version unrecognised>"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7275
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [relocatable executable]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7278
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid " [has entry point]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:7283
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2000-06-19 01:22:44 +00:00
|
|
|
msgid "<Unrecognised flag bits set>"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-arm.c:7522 elf32-i386.c:1231 elf32-s390.c:1003 elf32-xtensa.c:814
|
|
|
|
#: elf64-s390.c:958 elf64-x86-64.c:1011 elfxx-sparc.c:1115
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: bad symbol index: %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:8080 elf32-cris.c:2400 elf32-hppa.c:1906 elf32-i370.c:506
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-i386.c:1801 elf32-m32r.c:1931 elf32-m68k.c:1338 elf32-ppc.c:4314
|
|
|
|
#: elf32-s390.c:1679 elf32-sh.c:2584 elf32-vax.c:1050 elf64-ppc.c:5906
|
|
|
|
#: elf64-s390.c:1654 elf64-sh64.c:3438 elf64-x86-64.c:1631 elf-m10300.c:4207
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elfxx-sparc.c:1797
|
2005-10-25 02:20:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "dynamic variable `%s' is zero size"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-arm.c:8603
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Errors encountered processing file %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-arm.c:9853 elf32-arm.c:9875
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: error: VFP11 veneer out of range"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-avr.c:1253 elf32-bfin.c:2795 elf32-cr16.c:887 elf32-cr16c.c:790
|
|
|
|
#: elf32-cris.c:1538 elf32-crx.c:933 elf32-d10v.c:517 elf32-fr30.c:616
|
|
|
|
#: elf32-frv.c:4129 elf32-h8300.c:516 elf32-i860.c:1218 elf32-ip2k.c:1499
|
|
|
|
#: elf32-iq2000.c:647 elf32-m32c.c:560 elf32-m32r.c:3124 elf32-m68hc1x.c:1133
|
|
|
|
#: elf32-mep.c:642 elf32-msp430.c:497 elf32-mt.c:402 elf32-openrisc.c:411
|
|
|
|
#: elf32-score.c:2456 elf32-spu.c:2813 elf32-v850.c:1701 elf32-xstormy16.c:946
|
|
|
|
#: elf64-mmix.c:1533 elf-m10200.c:456 elf-m10300.c:1523
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "internal error: out of range error"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-avr.c:1257 elf32-bfin.c:2799 elf32-cr16.c:891 elf32-cr16c.c:794
|
|
|
|
#: elf32-cris.c:1542 elf32-crx.c:937 elf32-d10v.c:521 elf32-fr30.c:620
|
|
|
|
#: elf32-frv.c:4133 elf32-h8300.c:520 elf32-i860.c:1222 elf32-iq2000.c:651
|
|
|
|
#: elf32-m32c.c:564 elf32-m32r.c:3128 elf32-m68hc1x.c:1137 elf32-mep.c:646
|
|
|
|
#: elf32-msp430.c:501 elf32-openrisc.c:415 elf32-score.c:2460 elf32-spu.c:2817
|
|
|
|
#: elf32-v850.c:1705 elf32-xstormy16.c:950 elf64-mmix.c:1537 elf-m10200.c:460
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf-m10300.c:1527 elfxx-mips.c:8032
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "internal error: unsupported relocation error"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-avr.c:1261 elf32-bfin.c:2803 elf32-cris.c:1546 elf32-fr30.c:624
|
|
|
|
#: elf32-frv.c:4137 elf32-i860.c:1226 elf32-ip2k.c:1510 elf32-iq2000.c:655
|
|
|
|
#: elf32-m32c.c:568 elf32-mep.c:650 elf32-msp430.c:505 elf32-mt.c:406
|
|
|
|
#: elf32-openrisc.c:419 elf32-v850.c:1709 elf32-xstormy16.c:954
|
|
|
|
#: elf64-mmix.c:1541
|
2000-02-27 16:55:52 +00:00
|
|
|
msgid "internal error: dangerous relocation"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-avr.c:1265 elf32-bfin.c:2807 elf32-cr16.c:899 elf32-cr16c.c:802
|
|
|
|
#: elf32-cris.c:1550 elf32-crx.c:945 elf32-d10v.c:529 elf32-fr30.c:628
|
|
|
|
#: elf32-frv.c:4141 elf32-h8300.c:528 elf32-i860.c:1230 elf32-ip2k.c:1514
|
|
|
|
#: elf32-iq2000.c:659 elf32-m32c.c:572 elf32-m32r.c:3136 elf32-m68hc1x.c:1145
|
|
|
|
#: elf32-mep.c:654 elf32-msp430.c:509 elf32-mt.c:410 elf32-openrisc.c:423
|
|
|
|
#: elf32-score.c:2468 elf32-spu.c:2825 elf32-v850.c:1725 elf32-xstormy16.c:958
|
|
|
|
#: elf64-mmix.c:1545 elf-m10200.c:468 elf-m10300.c:1540
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "internal error: unknown error"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-avr.c:2369 elf32-hppa.c:595 elf32-m68hc1x.c:164 elf64-ppc.c:3808
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: cannot create stub entry %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-bfin.c:2274
|
|
|
|
msgid "%B: relocation at `%A+0x%x' references symbol `%s' with nonzero addend"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-bfin.c:2288 elf32-frv.c:2919
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "relocation references symbol not defined in the module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-bfin.c:2385
|
|
|
|
msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-bfin.c:2424 elf32-bfin.c:2547 elf32-frv.c:3656 elf32-frv.c:3777
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "cannot emit fixups in read-only section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-bfin.c:2452 elf32-bfin.c:2587 elf32-frv.c:3687 elf32-frv.c:3821
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "cannot emit dynamic relocations in read-only section"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-bfin.c:2505
|
|
|
|
msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend"
|
2005-10-25 02:20:17 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-bfin.c:2673
|
|
|
|
msgid "relocations between different segments are not supported"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-bfin.c:2674
|
|
|
|
msgid "warning: relocation references a different segment"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-bfin.c:3083
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "%B(%A+0x%lx): unresolvable relocation against symbol `%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-bfin.c:3116 elf32-i386.c:3533 elf32-m68k.c:2030 elf32-s390.c:3100
|
|
|
|
#: elf64-s390.c:3061 elf64-x86-64.c:3207
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "%B(%A+0x%lx): reloc against `%s': error %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-bfin.c:4687 elf32-frv.c:6423
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: unsupported relocation type %i"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-bfin.c:4868 elf32-frv.c:6831
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: cannot link non-fdpic object file into fdpic executable"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-bfin.c:4872 elf32-frv.c:6835
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: cannot link fdpic object file into non-fdpic executable"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cr16.c:895 elf32-cr16c.c:798 elf32-crx.c:941 elf32-d10v.c:525
|
|
|
|
#: elf32-h8300.c:524 elf32-m32r.c:3132 elf32-m68hc1x.c:1141 elf32-score.c:2464
|
|
|
|
#: elf32-spu.c:2821 elf-m10200.c:464
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "internal error: dangerous error"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1060
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B, section %A: unresolvable relocation %s against symbol `%s'"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1129
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B, section %A: No PLT nor GOT for relocation %s against symbol `%s'"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1131
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B, section %A: No PLT for relocation %s against symbol `%s'"
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 10:58:09 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1137 elf32-cris.c:1269
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "[whose name is lost]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1255
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B, section %A: relocation %s with non-zero addend %d against local symbol"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1263
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B, section %A: relocation %s with non-zero addend %d against symbol `%s'"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1289
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B, section %A: relocation %s is not allowed for global symbol: `%s'"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1305
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B, section %A: relocation %s with no GOT created"
|
2002-01-31 17:33:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:1423
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Internal inconsistency; no relocation section %s"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:2511
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B, section %A:\n"
|
|
|
|
" v10/v32 compatible object %s must not contain a PIC relocation"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:2698 elf32-cris.c:2766
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B, section %A:\n"
|
2001-03-23 18:05:30 +00:00
|
|
|
" relocation %s should not be used in a shared object; recompile with -fPIC"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3183
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "Unexpected machine number"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3237
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
Define two bfd_targets for absence and presence of leading
underscore on symbols. Make sure to only link same kind.
* elf32-cris.c (cris_elf_object_p,
cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
cris_elf_merge_private_bfd_data): New.
(elf_backend_object_p, elf_backend_final_write_processing,
bfd_elf32_bfd_print_private_bfd_data,
bfd_elf32_bfd_merge_private_bfd_data): Define.
<Target vector definition>: Include elf32-target.h twice with
different macro settings:
(TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
bfd_elf32_us_cris_vec.
(TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
(elf_symbol_leading_char): First as 0, then '_'.
(INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
* config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
* configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
* configure: Regenerate.
* targets.c: Declare bfd_elf32_us_cris_vec.
* po/bfd.pot: Regenerate.
2000-09-29 17:05:22 +00:00
|
|
|
msgid " [symbols have a _ prefix]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3240
|
2005-03-05 12:14:34 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [v10 and v32]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3243
|
2005-03-05 12:14:34 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [v32]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3288
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: uses _-prefixed symbols, but writing file with non-prefixed symbols"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3289
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: uses non-prefixed symbols, but writing file with _-prefixed symbols"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3308
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B contains CRIS v32 code, incompatible with previous objects"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-cris.c:3310
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B contains non-CRIS-v32 code, incompatible with previous objects"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:1523 elf32-frv.c:1672
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "relocation requires zero addend"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:2906
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B(%A+0x%x): relocation to `%s+%x' may have caused the error above"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:2995
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GETTLSOFF not applied to a call instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3037
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GOTTLSDESC12 not applied to an lddi instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3108
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GOTTLSDESCHI not applied to a sethi instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3145
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GOTTLSDESCLO not applied to a setlo or setlos instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3193
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_TLSDESC_RELAX not applied to an ldd instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3277
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GETTLSOFF_RELAX not applied to a calll instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3332
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GOTTLSOFF12 not applied to an ldi instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3362
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GOTTLSOFFHI not applied to a sethi instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3391
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_GOTTLSOFFLO not applied to a setlo or setlos instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3422
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_TLSOFF_RELAX not applied to an ld instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3467
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_TLSMOFFHI not applied to a sethi instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3494
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "R_FRV_TLSMOFFLO not applied to a setlo or setlos instruction"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3615
|
2004-03-19 07:00:51 +00:00
|
|
|
msgid "R_FRV_FUNCDESC references dynamic symbol with nonzero addend"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3735
|
2004-03-19 07:00:51 +00:00
|
|
|
msgid "R_FRV_FUNCDESC_VALUE references dynamic symbol with nonzero addend"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3992 elf32-frv.c:4148
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B(%A+0x%lx): reloc against `%s': %s"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:3994 elf32-frv.c:3998
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "relocation references a different segment"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:6745
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: compiled with %s and linked with modules that use non-pic relocations"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:6798 elf32-iq2000.c:808 elf32-m32c.c:819
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: compiled with %s and linked with modules compiled with %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:6810
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x%"
|
|
|
|
"lx)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-frv.c:6860 elf32-iq2000.c:845 elf32-m32c.c:855 elf32-mt.c:587
|
2000-09-06 00:13:34 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "private flags = 0x%lx:"
|
2000-09-06 00:13:34 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-gen.c:69 elf64-gen.c:69
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Relocations in generic ELF (EM: %d)"
|
2000-09-06 00:13:34 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-hppa.c:844 elf32-hppa.c:3577
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B(%A+0x%lx): cannot reach %s, recompile with -ffunction-sections"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-hppa.c:1253
|
2000-09-06 00:13:34 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B: relocation %s can not be used when making a shared object; recompile "
|
2000-09-06 00:13:34 +00:00
|
|
|
"with -fPIC"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-hppa.c:1506
|
2001-10-30 15:20:14 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Could not find relocation section for %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-hppa.c:2795
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: duplicate export stub %s"
|
2000-07-10 18:29:39 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-hppa.c:3413
|
2004-03-19 07:00:51 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B(%A+0x%lx): %s fixup for insn 0x%x is not supported in a non-shared link"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-hppa.c:4267
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B(%A+0x%lx): cannot handle %s for %s"
|
2000-07-10 18:29:39 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-hppa.c:4574
|
2000-11-02 23:03:24 +00:00
|
|
|
msgid ".got section not immediately after .plt section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-i386.c:362 elf32-ppc.c:1616 elf32-s390.c:379 elf64-ppc.c:2152
|
|
|
|
#: elf64-s390.c:403 elf64-x86-64.c:222
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: invalid relocation type %d"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-i386.c:1180 elf64-x86-64.c:961
|
|
|
|
msgid ""
|
|
|
|
"%B: TLS transition from %s to %s against `%s' at 0x%lx in section `%A' failed"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-i386.c:1359 elf32-s390.c:1185 elf32-sh.c:5063 elf64-s390.c:1149
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elfxx-sparc.c:1243
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: `%s' accessed both as normal and thread local symbol"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-i386.c:1474 elf32-s390.c:1294 elf64-ppc.c:4870 elf64-s390.c:1261
|
|
|
|
#: elf64-x86-64.c:1294
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: bad relocation section name `%s'"
|
2001-02-07 01:58:26 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-i386.c:2536
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unrecognized relocation (0x%x) in section `%A'"
|
2001-06-15 09:03:14 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-i386.c:2758
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: relocation R_386_GOTOFF against protected function `%s' can not be used "
|
|
|
|
"when making a shared object"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-ip2k.c:868 elf32-ip2k.c:874 elf32-ip2k.c:941 elf32-ip2k.c:947
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
|
|
|
"ip2k relaxer: switch table without complete matching relocation information."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-ip2k.c:891 elf32-ip2k.c:974
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "ip2k relaxer: switch table header corrupt."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-ip2k.c:1316
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "ip2k linker: missing page instruction at 0x%08lx (dest = 0x%08lx)."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-ip2k.c:1332
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "ip2k linker: redundant page instruction at 0x%08lx (dest = 0x%08lx)."
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2003-06-03 16:24:06 +00:00
|
|
|
#. Only if it's not an unresolved symbol.
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-ip2k.c:1506
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "unsupported relocation between data/insn address spaces"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-iq2000.c:821 elf32-m32c.c:831
|
1999-05-03 07:29:11 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m32r.c:1453
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "SDA relocation when _SDA_BASE_ not defined"
|
1999-05-03 07:29:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m32r.c:3061
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: The target (%s) of an %s relocation is in the wrong section (%A)"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m32r.c:3589
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Instruction set mismatch with previous modules"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m32r.c:3610
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "private flags = %lx"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m32r.c:3615
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ": m32r instructions"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m32r.c:3616
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ": m32rx instructions"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m32r.c:3617
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ": m32r2 instructions"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1045
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
|
|
|
"Reference to the far symbol `%s' using a wrong relocation may result in "
|
|
|
|
"incorrect execution"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1068
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
|
|
|
"banked address [%lx:%04lx] (%lx) is not in the same bank as current banked "
|
|
|
|
"address [%lx:%04lx] (%lx)"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1087
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
|
|
|
"reference to a banked address [%lx:%04lx] in the normal address space at %"
|
|
|
|
"04lx"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1220
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B: linking files compiled for 16-bit integers (-mshort) and others for 32-"
|
2003-06-03 16:24:06 +00:00
|
|
|
"bit integers"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1227
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B: linking files compiled for 32-bit double (-fshort-double) and others for "
|
2003-06-03 16:24:06 +00:00
|
|
|
"64-bit double"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1236
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking files compiled for HCS12 with others compiled for HC12"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-m68hc1x.c:1252 elf32-ppc.c:3734 elf64-sparc.c:697 elfxx-mips.c:11312
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1280
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "[abi=32-bit int, "
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1282
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "[abi=16-bit int, "
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1285
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "64-bit double, "
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1287
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "32-bit double, "
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1290
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "cpu=HC11]"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1292
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "cpu=HCS12]"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1294
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "cpu=HC12]"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1297
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [memory=bank-model]"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-m68hc1x.c:1299
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [memory=flat]"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-m68k.c:638 elf32-m68k.c:639
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "unknown"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-mcore.c:99 elf32-mcore.c:442
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Relocation %s (%d) is not currently supported.\n"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-mcore.c:428
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unknown relocation type %d\n"
|
2000-12-02 00:55:22 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-mep.c:812
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B and %B are for different cores"
|
2005-03-05 12:14:34 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-mep.c:829
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B and %B are for different configurations"
|
2005-03-05 12:14:34 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-mep.c:867
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "private flags = 0x%lx"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-mips.c:989 elf64-mips.c:1976 elfn32-mips.c:1808
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "literal relocation occurs for an external symbol"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-mips.c:1029 elf32-score.c:484 elf64-mips.c:2019 elfn32-mips.c:1849
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "32bits gp relative relocation occurs for an external symbol"
|
2000-12-02 00:55:22 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:1681
|
2003-07-11 05:10:21 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "generic linker can't handle %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:2163
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "corrupt or empty %s section in %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:2170
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "unable to read in %s section from %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:2176
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "corrupt %s section in %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:2219
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "warning: unable to set size of %s section in %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:2267
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "failed to allocate space for new APUinfo section."
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:2286
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "failed to compute new APUinfo section."
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:2289
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "failed to install new APUinfo section."
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:3022
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: relocation %s cannot be used when making a shared object"
|
2000-07-24 17:22:17 +00:00
|
|
|
msgstr ""
|
|
|
|
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
#. It does not make sense to have a procedure linkage
|
|
|
|
#. table entry for a local symbol.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:3292
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B(%A+0x%lx): %s reloc against local symbol"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ppc.c:3633 elf32-ppc.c:3637 elfxx-mips.c:11056 elfxx-mips.c:11075
|
|
|
|
#: elfxx-mips.c:11090
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "Warning: %B uses hard float, %B uses soft float"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ppc.c:3640 elf32-ppc.c:3644 elfxx-mips.c:11037 elfxx-mips.c:11041
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "Warning: %B uses unknown floating point ABI %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:3699
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: compiled with -mrelocatable and linked with modules compiled normally"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:3707
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: compiled normally and linked with modules compiled with -mrelocatable"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:3793
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "Using bss-plt due to %B"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ppc.c:6002 elf64-ppc.c:10567
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: unknown relocation type %d for symbol %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:6252
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B(%A+0x%lx): non-zero addend on %s reloc against `%s'"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:6597 elf32-ppc.c:6623 elf32-ppc.c:6682
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: the target (%s) of a %s relocation is in the wrong output section (%s)"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-ppc.c:6737
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: relocation %s is not yet supported for symbol %s."
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ppc.c:6845 elf64-ppc.c:11262
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B(%A+0x%lx): %s reloc against `%s': error %d"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-s390.c:2238 elf64-s390.c:2212
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B(%A+0x%lx): invalid instruction for TLS relocation %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-score.c:1418 elfxx-mips.c:2701
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "not enough GOT space for local GOT entries"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-score.c:2550
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Malformed reloc detected for section %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-score.c:2601
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: CALL15 reloc at 0x%lx not against global symbol"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-score.c:3756
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [pic]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-score.c:3760
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " [fix dep]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-score.c:3802 elfxx-mips.c:11221
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: warning: linking PIC files with non-PIC files"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:222 elf64-sh64.c:2350
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: compiled as 32-bit object and %s is 64-bit"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:225 elf64-sh64.c:2353
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: compiled as 64-bit object and %s is 32-bit"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:227 elf64-sh64.c:2355
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: object size does not match that of target %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:450 elf64-sh64.c:2894
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: encountered datalabel symbol in input"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:527
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "PTB mismatch: a SHmedia address (bit 0 == 1)"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:530
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "PTA mismatch: a SHcompact address (bit 0 == 0)"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:548
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:597
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B: error: unaligned relocation type %d at %08x reloc %p\n"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:673
|
2003-07-14 11:18:13 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: could not write out added .cranges entries"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh64.c:733
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "%s: could not write out sorted .cranges entries"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:533
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: warning: bad R_SH_USES offset"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:545
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:562
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: warning: bad R_SH_USES load offset"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:577
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: warning: could not find expected reloc"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:605
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: warning: symbol in unexpected section"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:731
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: warning: could not find expected COUNT reloc"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:740
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: warning: bad count"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:1144 elf32-sh.c:1514
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: fatal: reloc overflow while relaxing"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:3249 elf64-sh64.c:1526
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:3486
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: fatal: unaligned branch target for relax-support relocation"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:3519 elf32-sh.c:3534
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: fatal: unaligned %s relocation 0x%lx"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:3548
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: fatal: R_SH_PSHA relocation %d not in range -32..32"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:3562
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: 0x%lx: fatal: R_SH_PSHL relocation %d not in range -32..32"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh.c:5275 elf64-alpha.c:4533
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: TLS local exec code cannot be linked into shared objects"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh-symbian.c:130
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: IMPORT AS directive for %s conceals previous IMPORT AS"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh-symbian.c:383
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unrecognised .directive command: %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sh-symbian.c:504
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Failed to add renamed symbol %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sparc.c:89
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: compiled for a 64 bit system and target is 32 bit"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-sparc.c:102
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking little endian files with big endian files"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-spu.c:995
|
|
|
|
msgid "warning: call to non-function symbol %s defined in %B"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:1315
|
|
|
|
msgid "%B is not allowed to define %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:1352
|
|
|
|
#, c-format
|
|
|
|
msgid "%s in overlay section"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:1363
|
|
|
|
msgid "overlay stub relocation overflow"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:1820
|
|
|
|
#, c-format
|
|
|
|
msgid "warning: %s overlaps %s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:1836
|
|
|
|
#, c-format
|
|
|
|
msgid "warning: %s exceeds section size\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:1867
|
|
|
|
msgid "%A:0x%v not found in function table\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:1958
|
|
|
|
msgid ""
|
|
|
|
"%B(%A+0x%v): call to non-code section %B(%A), stack analysis incomplete\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2079
|
|
|
|
#, c-format
|
|
|
|
msgid "%A link_order not found\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2358
|
|
|
|
#, c-format
|
|
|
|
msgid "Stack analysis will ignore the call from %s to %s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2513
|
|
|
|
msgid "%s: 0x%v 0x%v\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2517
|
|
|
|
msgid " calls:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2524
|
|
|
|
#, c-format
|
|
|
|
msgid " %s%s %s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2585
|
|
|
|
msgid "Stack size for call graph root nodes.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2586
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Stack size for functions. Annotations: '*' max stack, 't' tail call\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2615
|
|
|
|
msgid " %s: 0x%v\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2625
|
|
|
|
msgid "Maximum stack required is 0x%v\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf32-spu.c:2751
|
|
|
|
msgid "%B(%s+0x%lx): unresolvable %s relocation against symbol `%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:163
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Variable `%s' cannot occupy in multiple small data regions"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:166
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Variable `%s' can only be in one of the small, zero, and tiny data regions"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:169
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Variable `%s' cannot be in both small and zero data regions simultaneously"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:172
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Variable `%s' cannot be in both small and tiny data regions simultaneously"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:175
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Variable `%s' cannot be in both zero and tiny data regions simultaneously"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:478
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "FAILED to find previous HI16 reloc\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1713
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "could not locate special linker symbol __gp"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1717
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "could not locate special linker symbol __ep"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1721
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "could not locate special linker symbol __ctbp"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1871
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Architecture mismatch with previous modules"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1890
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "private flags = %lx: "
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1895
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "v850 architecture"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1896
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "v850e architecture"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-v850.c:1897
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "v850e1 architecture"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-vax.c:541
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [nonpic]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-vax.c:544
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [d-float]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-vax.c:547
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [g-float]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-vax.c:657
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: warning: GOT addend of %ld to `%s' does not match previous GOT addend of "
|
|
|
|
"%ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-vax.c:1584
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: warning: PLT addend of %d to `%s' from %s section ignored"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-vax.c:1721
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: warning: %s relocation against symbol `%s' from %s section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf32-vax.c:1727
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: warning: %s relocation to 0x%x from %s section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-xstormy16.c:451 elf32-ia64.c:2794 elf64-ia64.c:2794
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "non-zero addend in @fptr reloc"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:733
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B(%A): invalid property table"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:2177
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B(%A+0x%lx): relocation offset out of range (size=0x%x)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:2234
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 10:58:09 +00:00
|
|
|
msgid "dynamic relocation in read-only section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:2407
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "internal inconsistency in size of .got.loc section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:2714
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B: incompatible machine type. Output is 0x%x. Input is 0x%x"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:3920 elf32-xtensa.c:3928
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "Attempt to convert L32R/CALLX to CALL failed"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:5522 elf32-xtensa.c:5598 elf32-xtensa.c:6714
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B(%A+0x%lx): could not decode instruction; possible configuration mismatch"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: elf32-xtensa.c:6454
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B(%A+0x%lx): could not decode instruction for XTENSA_ASM_SIMPLIFY "
|
|
|
|
"relocation; possible configuration mismatch"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-xtensa.c:8168
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "invalid relocation address"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-xtensa.c:8217
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "overflow after relaxation"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-xtensa.c:9343
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B(%A+0x%lx): unexpected fix for %s relocation"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:453
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "GPDISP relocation did not find ldah and lda instructions"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:2404
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: .got subsegment exceeds 64K (size %d)"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4277 elf64-alpha.c:4289
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: gp-relative relocation against dynamic symbol %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4315 elf64-alpha.c:4450
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: pc-relative relocation against dynamic symbol %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4343
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: change in gp: BRSGP %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4368
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "<unknown>"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4373
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: !samegp reloc against symbol without .prologue: %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4425
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unhandled dynamic relocation against %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4457
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: pc-relative relocation against undefined weak symbol %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4517
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: dtp-relative relocation against dynamic symbol %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-alpha.c:4540
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: tp-relative relocation against dynamic symbol %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-hppa.c:2040
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "stub entry for %s cannot load .plt, dp offset = %ld"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:1177
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: Internal inconsistency error for value for\n"
|
|
|
|
" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx%"
|
|
|
|
"08lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:1618
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: base-plus-offset relocation against register symbol: (unknown) in %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:1623
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: base-plus-offset relocation against register symbol: %s in %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:1667
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: register relocation against non-register symbol: (unknown) in %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:1672
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: register relocation against non-register symbol: %s in %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:1709
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: directive LOCAL valid only with a register or absolute value"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:1737
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: LOCAL directive: Register $%ld is not a local register. First global "
|
|
|
|
"register is $%ld."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:2202
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: Error: multiple definition of `%s'; start of %s is set in a earlier "
|
|
|
|
"linked file\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:2260
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "Register section has contents\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-mmix.c:2452
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Internal inconsistency: remaining %u != max %u.\n"
|
|
|
|
" Please report this bug."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:2573 libbfd.c:950
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: compiled for a big endian system and target is little endian"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:2576 libbfd.c:952
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: compiled for a little endian system and target is big endian"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:5896
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2004-03-19 07:00:51 +00:00
|
|
|
msgid ""
|
|
|
|
"copy reloc against `%s' requires lazy plt linking; avoid setting "
|
|
|
|
"LD_BIND_NOW=1 or upgrade gcc"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:6324
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "dynreloc miscount for %B, section %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:6428
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: .opd is not a regular array of opd entries"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:6437
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unexpected reloc type %u in .opd section"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:6458
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: undefined sym `%s' in .opd section"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:7165 elf64-ppc.c:7545
|
2005-03-05 12:14:34 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s defined in removed toc entry"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:8299
|
2005-10-25 02:20:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "long branch stub `%s' offset overflow"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:8374
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "can't find branch stub `%s'"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:8440 elf64-ppc.c:8538
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "linkage table error against `%s'"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:8676
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "can't build branch stub `%s'"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:9147
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "%B section %A exceeds stub group size"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:9759
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "stubs don't match calculated size"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:9771
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-07-11 05:10:21 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"linker stubs in %u group%s\n"
|
2003-07-11 05:10:21 +00:00
|
|
|
" branch %lu\n"
|
|
|
|
" toc adjust %lu\n"
|
|
|
|
" long branch %lu\n"
|
|
|
|
" long toc adj %lu\n"
|
|
|
|
" plt call %lu"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:10455
|
2003-07-11 05:10:21 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B(%A+0x%lx): automatic multiple TOCs not supported using your crt files; "
|
2003-07-11 05:10:21 +00:00
|
|
|
"recompile with -mminimal-toc or upgrade gcc"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:10463
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B(%A+0x%lx): sibling call optimization to `%s' does not allow automatic "
|
2003-07-11 05:10:21 +00:00
|
|
|
"multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, "
|
|
|
|
"or make `%s' extern"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:11114
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: relocation %s is not supported for symbol %s."
|
2003-07-11 05:10:21 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-ppc.c:11196
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: error: relocation %s not a multiple of %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-sh64.c:1701
|
2005-03-05 12:14:34 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-sparc.c:439
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Only registers %%g[2367] can be declared using STT_REGISTER"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-sparc.c:459
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Register %%g%d used incompatibly: %s in %B, previously %s in %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-sparc.c:482
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Symbol `%s' has differing types: REGISTER in %B, previously %s in %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-sparc.c:527
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Symbol `%s' has differing types: %s in %B, previously REGISTER in %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf64-sparc.c:678
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking UltraSPARC specific with HAL specific code"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-x86-64.c:1042 elf64-x86-64.c:1202 elf64-x86-64.c:2609
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: relocation %s against `%s' can not be used when making a shared object; "
|
|
|
|
"recompile with -fPIC"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-x86-64.c:1133
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: %s' accessed both as normal and thread local symbol"
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-x86-64.c:2521
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: relocation R_X86_64_GOTOFF64 against protected function `%s' can not be "
|
|
|
|
"used when making a shared object"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf64-x86-64.c:2605
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: relocation R_X86_64_PC32 against protected function `%s' can not be used "
|
|
|
|
"when making a shared object"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf-attrs.c:582
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "ERROR: %B: Must be processed by '%s' toolchain"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf-attrs.c:602 elf-attrs.c:621
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "ERROR: %B: Incompatible object tag '%s':%d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:314
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: invalid string offset %u >= %lu for section `%s'"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:416
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B symbol number %lu references nonexistent SHT_SYMTAB_SHNDX section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:569
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: Corrupt size field in group section header: 0x%lx"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:605
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: invalid SHT_GROUP entry"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:675
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: no group info for section %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:705 elf.c:2941 elflink.c:9858
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "%B: warning: sh_link not set for section `%A'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:721
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: sh_link [%d] in section `%A' is incorrect"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:756
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unknown [%d] section `%s' in group [%s]"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1132
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Program Header:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1174
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Dynamic Section:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1300
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Version definitions:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1325
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-07-14 11:18:13 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Version References:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1330
|
2003-07-14 11:18:13 +00:00
|
|
|
#, c-format
|
|
|
|
msgid " required from %s:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1714
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: invalid link %lu for reloc section %s (index %u)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1882
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: don't know how to handle allocated, application specific section `%s' [0x"
|
|
|
|
"%8x]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1894
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: don't know how to handle processor specific section `%s' [0x%8x]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1905
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: don't know how to handle OS specific section `%s' [0x%8x]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:1915
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: don't know how to handle section `%s' [0x%8x]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:2498
|
|
|
|
#, c-format
|
|
|
|
msgid "section `%A' type changed to PROGBITS"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf.c:2898
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: sh_link of section `%A' points to discarded section `%A' of `%B'"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:2921
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: sh_link of section `%A' points to removed section `%A' of `%B'"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:4226
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
2005-03-05 12:14:34 +00:00
|
|
|
"%B: The first section in the PT_DYNAMIC segment is not the .dynamic section"
|
2004-09-17 06:08:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:4249
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B: Not enough room for program headers, try linking with -N"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:4327
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B: section %A lma 0x%lx overlaps previous sections"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:4425
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: section `%A' can't be allocated in segment %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:4475
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%B: warning: allocated section `%s' not in segment"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:4971
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: symbol `%s' required but not present"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:5284
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: Empty loadable segment detected, is this intentional ?\n"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:6190
|
2003-07-14 11:18:13 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Unable to find equivalent output section for symbol '%s' from section '%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf.c:7164
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unsupported relocation type %s"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elfcode.h:813
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "warning: %s has a corrupt string table index - ignoring"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elfcode.h:1226
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "%s: version count (%ld) does not match symbol count (%ld)"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elfcode.h:1459
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "%s(%s): relocation %d has invalid symbol index %ld"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf-eh-frame.c:823
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"%P: fde encoding in %B(%A) prevents .eh_frame_hdr table being created.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf-eh-frame.c:974
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%P: error in %B(%A); no .eh_frame_hdr table will be created.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf-hppa.h:2219 elf-hppa.h:2233
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B(%A): warning: unresolvable relocation against symbol `%s'"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:1028
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%s: TLS definition in %B section %A mismatches non-TLS definition in %B "
|
|
|
|
"section %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:1032
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%s: TLS reference in %B mismatches non-TLS reference in %B"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:1036
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%s: TLS definition in %B section %A mismatches non-TLS reference in %B"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:1040
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid "%s: TLS reference in %B mismatches non-TLS definition in %B section %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:1654
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unexpected redefinition of indirect versioned symbol `%s'"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:1974
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: version node not found for symbol %s"
|
2004-09-17 06:08:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:2122
|
2004-03-19 07:00:51 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B: bad reloc symbol index (0x%lx >= 0x%lx) for offset 0x%lx in section `%A'"
|
2004-03-19 07:00:51 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:2314
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: relocation size mismatch in %B section %A"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:2616
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "warning: type and size of dynamic symbol `%s' are not defined"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:3910
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: %s: invalid version %u (max %d)"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:3946
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: %s: invalid needed version %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:4129
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"Warning: alignment %u of common symbol `%s' in %B is greater than the "
|
|
|
|
"alignment (%u) of its section %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:4135
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Warning: alignment %u of symbol `%s' in %B is smaller than %u in %B"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:4150
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "Warning: size of symbol `%s' changed from %lu in %B to %lu in %B"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:4326
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%s: invalid DSO for symbol `%s' definition"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:5552
|
2003-06-03 16:24:06 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: undefined version: %s"
|
2002-01-31 17:33:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:5620
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: .preinit_array section is not allowed in DSO"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:7359
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "undefined %s reference in complex symbol: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:7514
|
2007-07-02 07:12:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "unknown operator '%c' in complex symbol"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:8053 elflink.c:8070 elflink.c:8107 elflink.c:8124
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: Unable to sort relocs - they are in more than one size"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:8084 elflink.c:8138
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: Unable to sort relocs - they are of an unknown size"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:8187
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "Not enough memory to sort relocations"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:8374
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: Too many sections: %d (>= %d)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:8608
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: %s symbol `%s' in %B is referenced by DSO"
|
2001-10-30 15:20:14 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:8691
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: could not find output section %A for input section %A"
|
2001-02-07 01:58:26 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:8788
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: %s symbol `%s' isn't defined"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:9284
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
"error: %B contains a reloc (0x%s) for section %A that references a non-"
|
|
|
|
"existent global symbol"
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:9318
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid ""
|
|
|
|
"%X`%s' referenced in section `%A' of %B: defined in discarded section `%A' "
|
2005-10-25 02:20:17 +00:00
|
|
|
"of %B\n"
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:9936
|
2005-10-25 02:20:17 +00:00
|
|
|
msgid "%A has both ordered [`%A' in %B] and unordered [`%A' in %B] sections"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:9941
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%A has both ordered and unordered sections"
|
Contribute sh64-elf.
2002-01-23 Alexandre Oliva <aoliva@redhat.com>
* reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
New relocs.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-sh.c (sh_elf_howto_table): Define new relocs.
(sh_reloc_map): Map them.
(PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
movi_shori_putval) [INCLUDE_SHMEDIA]: New.
(elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
datalabel_got_offset.
(sh_elf_link_hash_newfunc): Initialize it.
(sh_elf_relocate_section): Augment the scope of
seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
GOT and GOTOFF handling to new SHmedia relocation types. Support
GOT_BIAS.
(sh_elf_check_relocs): Likewise.
(sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
PLT entries using movi_shori_putval. Support GOT_BIAS.
(sh_elf_finish_dynamic_sections): Likewise.
* elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
relocation, it's now done by the caller.
(GOT_BIAS): New.
* elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
sh64_elf64_hash_table): New.
(sh_elf64_howto_table): Introduce new relocs.
(sh_elf64_info_to_howto): Accept new PIC relocs.
(sh_elf64_relocate_section): Augment the scope of
seen_stt_datalabel. Support new PIC relocs.
(sh_elf64_check_relocs): Support new PIC relocs.
(elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
movi_shori_putval, movi_3shori_putval,
sh64_elf64_create_dynamic_sections,
sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
sh64_elf64_size_dynamic_sections,
sh64_elf64_finish_dynamic_symbol,
sh64_elf64_finish_dynamic_sections): New.
(elf_backend_create_dynamic-sections,
bfd_elf64_bfd_link_hash_table_create,
elf_backend_adjust_dynamic_symbol,
elf_backend_size_dynamic_sections,
elf_backend_finish_dynamic_symbol,
elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
elf_backend_plt_readonly, elf_backend_want_plt_sym,
elf_backend_got_header_size, elf_backend_plt_header_size):
Define.
2001-05-16 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c: Renumbered and renamed some SH5 relocations to
match official numbers and names; moved unmaching ones to the
range 0xf2-0xff.
* elf32-sh64.c, elf64-sh64.c: Likewise.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
sections.
2001-03-12 DJ Delorie <dj@redhat.com>
* elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
be aligned.
* elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
(sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
.cranges section with SEC_SORT_ENTRIES set.
(sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
incoming sorted .cranges section.
(sh64_bfd_elf_copy_private_section_data): New.
(sh64_elf_final_write_processing): Only sort .cranges and modify
start address if called by linker.
2001-01-08 Ben Elliston <bje@redhat.com>
* elf32-sh64.c (sh64_elf_final_write_processing): Activate
Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
* elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
line. Add comments before all entries.
<R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
comment.
(sh_elf64_reloc): Correct head comment.
(sh_elf64_relocate_section): Correct spacing.
<relocating for a local symbol>: Do not honour STO_SH5_ISA32;
instead call reloc_dangerous callback.
<case R_SH_SHMEDIA_CODE>: New case.
(sh_elf64_gc_mark_hook): Correct spacing.
(sh_elf64_check_relocs): Ditto.
* elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
New case.
* elf32-sh.c: Correct #endif comments for #ifndef-wrapped
functions.
(sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
clarify describing comment. Add comments before all entries.
(sh_elf_relocate_section) <relocating for a local symbol>: Do not
honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
Sort .cranges section in final link. Prepare to set bit 0 on
entry address.
* elf32-sh64.c (struct sh64_find_section_vma_data): New.
(sh64_elf_link_output_symbol_hook): Fix typo in prototype.
(sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
.cranges section.
(sh64_backend_section_from_shdr): New, to recognize
SHT_SH5_CR_SORTED on incoming .cranges section.
(elf_backend_section_from_shdr): Define.
(sh64_elf_final_write_processing): Sort outgoing .cranges
section. (New, temporarily disabled:) Set bit 0 on entry address
according to ISA type.
(sh64_find_section_for_address): New.
(crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
(sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
bfd_malloc, not xmalloc.
(sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
global.
* elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
temporarily disabled) setting bit 0 on entry address.
(elf_backend_final_write_processing): Define.
2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
be a proper relocation for PTA and PTB rather than a marker.
<R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
Zero src_mask.
* elf64-sh64.c: Ditto.
(sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
* elf32-sh64.c: Include opcodes/sh64-opc.h
(shmedia_prepare_reloc): Take a bfd_link_info pointer as first
argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
parameters. No unused parameters. Caller changed.
<case R_SH_PT_16>: New case.
* Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
* Makefile.in: Regenerate.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
all code sections.
(sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh64_elf_merge_private_data): Ditto.
* elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
to access stored section flags.
(sh64_elf_final_write_processing): Return immediately unless
called by linker. Use sh64_elf_section_data (cranges) to get size
of linker-generated cranges entries.
(sh64_elf_copy_private_data): Add missing "return true".
(sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
(sh_elf64_merge_private_data): Ditto.
2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
* elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
elf64-sh64.c:sh64_elf_fake_sections.
(elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
(sh64_elf_final_write_processing): New.
(elf_backend_final_write_processing): Define.
(sh64_elf_fake_sections): Get header flags from tdata field.
(sh64_elf_copy_private_data): Do not call
sh64_elf_copy_private_data_internal, just copy e_flags field.
(sh64_elf_merge_private_data): Do not call
sh64_elf_copy_private_data_internal.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
Remove EF_SH64_ABI64, let ELF size make difference.
Remove SH64-specific BFD section flag.
* elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
containing SHmedia through elf_section_data (asect)->tdata
non-zero, not using a BFD section flag.
(sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
(sh64_elf_merge_private_data): Similar.
(elf_backend_section_flags): Don't define.
(sh64_elf_backend_section_flags): Delete.
* elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
not EF_SH64_ABI64.
(sh_elf64_merge_private_data): Similar.
* section.c (Section flags definitions): Don't define
SEC_SH_ISA_SHMEDIA.
(bfd-in2.h): Regenerate.
2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
Make DataLabel references work with partial linking.
* elf32-sh64.c: Fix formatting.
(sh64_elf_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf_link_output_symbol_hook.
(sh64_elf_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
(elf_backend_link_output_symbol_hook): Define to
sh64_elf64_link_output_symbol_hook.
(sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
undefined if partial linking. Adjust sanity check.
2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
Implement semantics for inter-file DataLabel references.
* elf64-sh64.c (DATALABEL_SUFFIX): Define.
(sh64_elf64_add_symbol_hook): New.
(sh_elf64_relocate_section): If passing an indirect symbol with
st_type STT_DATALABEL on the way to a symbol with st_other
STO_SH5_ISA32, do not bitor 1 to the relocation.
(elf_backend_add_symbol_hook): Define to
sh64_elf64_add_symbol_hook.
* elf64-sh32.c: Tweak comments.
(DATALABEL_SUFFIX): Define.
(sh64_elf_add_symbol_hook): New.
(elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
* elf32-sh.c (sh_elf_relocate_section): If passing an indirect
symbol with st_type STT_DATALABEL on the way to a symbol with
st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
Pass through STT_DATALABEL.
* elf32-sh64.c (sh64_elf_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
* elf64-sh64.c (sh64_elf64_get_symbol_type): New.
(elf_backend_get_symbol_type): Define.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c: Tweak comments.
(sh64_elf_copy_private_data_internal): Add prototype.
(bfd_elf32_bfd_set_private_flags): Define.
(sh64_elf_copy_private_data_internal): Compare machine name, not
textual BFD target name, to check whether to copy section flag
SHF_SH5_ISA32.
(sh64_elf_merge_private_data): Validize bfd_get_arch_size.
Tweak section-contents-type-mismatch message.
(shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
Validize reloc-types.
* elf64-sh64.c: New file.
* targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
* Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure.in: Handle bfd_elf64_sh64_vec and
bfd_elf64_sh64l_vec.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
anything else but EF_SH64 and EF_SH64_ABI64.
(sh64_elf_merge_private_data): Emit error for anything else but
EF_SH64 and EF_SH64_ABI64.
* config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
from targ_selvecs.
* configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
bfd_elf32_sh64l_vec as a temporary measure.
* configure: Regenerate.
2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
* cpu-sh.c (arch_info_struct): Include sh5 item
unconditionalized.
* config.bfd (sh64-*-elf*): Do not set targ_cflags.
Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
* elf32-sh64.c: Tweak comments.
(sh64_elf_set_mach_from_flags): Recognize all machine flags that
are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
(sh64_elf_copy_private_data_internal): Wrap long line.
(sh64_elf_merge_private_data): Rewrite to allow objects from
SH64 subsets to be linked together.
(INCLUDE_SHMEDIA): Define.
* elf32-sh.c (sh_elf_relocate_section) <local symbol>:
Parenthesize plus-expression inside or-expression.
<global symbol>: Ditto.
(sh_elf_set_mach_from_flags): Remove code refusing
deleted EF_SH64_32BIT_ABI flag.
2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
* elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
(sh_elf_relocate_section) <local symbol>: Or 1 in
calculation of relocation if sym->st_other & STO_SH5_ISA32.
<global symbol>: Ditto if h->other & STO_SH5_ISA32.
* elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
relocation.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* archures.c: Add bfd_mach_sh5.
* config.bfd: Map targ_cpu sh* to bfd_sh_arch.
Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
* configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
* configure: Regenerate.
* reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
* cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
in item for SH5.
* elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
[INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
shmedia_prepare_reloc, goto final_link_relocate if it returns
non-zero, else fail as before.
(sh_elf_set_mach_from_flags): Provide function only if not defined
as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
(sh_elf_set_private_flags): Provide function only if not defined
as a macro.
(sh_elf_copy_private_data): Similar.
(sh_elf_merge_private_data): Similar.
* section.c (SEC_SH_ISA_SHMEDIA): New.
* targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
* elf32-sh64.c: New file.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* po/POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
2002-02-08 05:33:27 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:10828 elflink.c:10872
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: could not find output section %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:10833
|
* Makefile.am: Remove all mention of elflink.h.
* Makefile.in: Regenerate.
* bfd-in.h (bfd_elf_discard_info): Declare.
(bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
* bfd-in2.h: Regenerate.
* elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
bfd_elf32_link_record_dynamic_symbol,
bfd_elf64_link_record_dynamic_symbol,
_bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
_bfd_elf32_link_record_local_dynamic_symbol,
_bfd_elf64_link_record_local_dynamic_symbol,
_bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
_bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
_bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
_bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
_bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
_bfd_elf32_reloc_symbol_deleted_p,
_bfd_elf64_reloc_symbol_deleted_p): Delete.
(bfd_elf_link_record_dynamic_symbol,
bfd_elf_link_record_local_dynamic_symbol,
bfd_elf_final_link, bfd_elf_gc_sections,
bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
bfd_elf_reloc_symbol_deleted_p): Declare.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
* elf32-arm.h: Update for changed function names. Remove local
WILL_CALL_FINISH_DYNAMIC_SECTION define.
* elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
* elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
* elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
* elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
* elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
* elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
* elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
* elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
* elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
(bfd_elfNN_print_symbol): Define.
* elfcode.h: Don't include elflink.h.
(elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
elf_gc_record_vtinherit, elf_gc_record_vtentry,
elf_link_record_local_dynamic_symbol): Don't define.
* elflink.c: Update for changed function names. Move elflink.h
code here.
* elflink.h: Delete file.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
doc/
* bfdint.texi: Remove all mention of elflink.h.
2004-03-27 10:58:09 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "warning: %s section has zero size"
|
2001-10-30 15:20:14 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:10937
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%P: warning: creating a DT_TEXTREL in a shared object.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:11305
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "Removing unused section '%s' in file '%B'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:11496
|
2004-03-19 07:00:51 +00:00
|
|
|
msgid "Warning: gc-sections option ignored"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:11987
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%P%X: can not read symbols: %E\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:12129
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: ignoring duplicate section `%A'"
|
2004-09-17 06:08:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:12136 elflink.c:12143
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: duplicate section `%A' has different size"
|
2004-09-17 06:08:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:12151 elflink.c:12156
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: warning: could not read contents of section `%A'"
|
2004-09-17 06:08:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:12160
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: warning: duplicate section `%A' has different contents"
|
2004-09-17 06:08:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elflink.c:12239 linker.c:3081
|
|
|
|
msgid "%F%P: already_linked_table: %E"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: elf-m10300.c:1532
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"error: inappropriate relocation type for shared library (did you forget -"
|
|
|
|
"fpic?)"
|
2001-10-30 15:20:14 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elf-m10300.c:1535
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "internal error: suspicious relocation type used in shared library"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:992
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "static procedure (no name)"
|
2001-10-30 15:20:14 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:4669
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: %A+0x%lx: jump to stub routine which is not jal"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:5332 elfxx-mips.c:5552
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: Warning: bad `%s' option size %u smaller than its header"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:6411
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Malformed reloc detected for section %s"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:6453
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: GOT reloc at 0x%lx not expected in executables"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:6523
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: CALL16 reloc at 0x%lx not against global symbol"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:7887
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: Can't find matching LO16 reloc against `%s' for %s at 0x%lx in section `%"
|
|
|
|
"A'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:8053
|
2007-08-07 11:01:42 +00:00
|
|
|
msgid ""
|
|
|
|
"small-data section exceeds 64KB; lower small-data size limit (see option -G)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:10681
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "%s: illegal section name `%s'"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11051 elfxx-mips.c:11070
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "Warning: %B uses -msingle-float, %B uses -mdouble-float"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11126
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: endianness incompatible with that of the selected emulation"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11138
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: ABI is incompatible with that of the selected emulation"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11238
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking 32-bit code with 64-bit code"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11266
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking %s module with previous %s modules"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11289
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: ABI mismatch: linking %s module with previous %s modules"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11354
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [abi=O32]"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11356
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [abi=O64]"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11358
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [abi=EABI32]"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11360
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [abi=EABI64]"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11362
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [abi unknown]"
|
2000-11-02 23:03:24 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11364
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [abi=N32]"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11366
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [abi=64]"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11368
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [no abi set]"
|
2000-02-27 16:55:52 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11389
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [unknown ISA]"
|
2001-02-18 23:33:11 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elfxx-mips.c:11400
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid " [not 32bitmode]"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elfxx-sparc.c:430
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "invalid relocation type %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: elfxx-sparc.c:2901
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%B: probably compiled without -fPIC?"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: i386linux.c:455 m68klinux.c:459 sparclinux.c:453
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Output file requires shared library `%s'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: i386linux.c:463 m68klinux.c:467 sparclinux.c:461
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Output file requires shared library `%s.so.%s'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: i386linux.c:652 i386linux.c:702 m68klinux.c:659 m68klinux.c:707
|
2007-07-02 07:12:53 +00:00
|
|
|
#: sparclinux.c:651 sparclinux.c:701
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Symbol %s not defined for fixups\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: i386linux.c:726 m68klinux.c:731 sparclinux.c:725
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "Warning: fixup count mismatch\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ieee.c:159
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: string too long (%d chars, max 65535)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ieee.c:286
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: unrecognized symbol `%s' flags 0x%x"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ieee.c:788
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unimplemented ATI record %u for symbol %u"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ieee.c:812
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unexpected ATN type %d in external part"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ieee.c:834
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unexpected type after ATN"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:230
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%d: unexpected character `%s' in Intel Hex file"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:337
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%u: bad checksum in Intel Hex file (expected %u, found %u)"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:392
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%u: bad extended address record length in Intel Hex file"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:409
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%u: bad extended start address length in Intel Hex file"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:426
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%u: bad extended linear address record length in Intel Hex file"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:443
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%u: bad extended linear start address length in Intel Hex file"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:460
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%u: unrecognized ihex type %u in Intel Hex file"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:579
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: internal error in ihex_read_section"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:613
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: bad section length in ihex_read_section"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ihex.c:825
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "%s: address 0x%s out of range for Intel Hex file"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: libbfd.c:980
|
2000-06-19 01:22:44 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "Deprecated %s called at %s line %d in %s\n"
|
2000-06-19 01:22:44 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: libbfd.c:983
|
2000-06-19 01:22:44 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "Deprecated %s called\n"
|
2000-06-19 01:22:44 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: linker.c:1875
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: indirect symbol `%s' to `%s' is a loop"
|
2001-05-23 17:26:40 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: linker.c:2741
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2003-07-11 05:10:21 +00:00
|
|
|
msgid "Attempt to do relocatable link with %s input and %s output"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: linker.c:3048
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: ignoring duplicate section `%A'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: linker.c:3062
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: warning: duplicate section `%A' has different size\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: merge.c:820
|
2001-04-24 15:08:16 +00:00
|
|
|
#, c-format
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%s: access beyond end of merged section (%ld)"
|
2001-04-24 15:08:16 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:456
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: No core to allocate section name %s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:531
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: No core to allocate a symbol %d bytes long\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1187
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1332
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name "
|
|
|
|
"starting with `%s'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1566
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: invalid mmo file: unsupported lopcode `%d'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1576
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1612
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1658
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1697
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1706
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1729
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d "
|
|
|
|
"for lop_fixrx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1752
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: cannot allocate file name for file number %d, %d bytes\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1772
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1785
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid mmo file: file name for number %d was not specified before use\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1892
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1928
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: invalid mmo file: lop_end not last item in file\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:1941
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras "
|
|
|
|
"to the preceding lop_stab (%ld)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:2651
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: invalid symbol table: duplicate symbol `%s'\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:2894
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: Bad symbol definition: `Main' set to %s rather than the start address %"
|
|
|
|
"s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:2986
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: "
|
|
|
|
"%d. Only `Main' will be emitted.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:3031
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: internal error, symbol table changed size from %d to %d words\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:3083
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: internal error, internal register section %s had contents\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:3134
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: no initialized registers; section length 0\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:3140
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: too many initialized registers; section length %ld\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: mmo.c:3145
|
2002-01-17 14:12:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%s: invalid start address for initialized registers of length %ld: 0x%lx%"
|
|
|
|
"08lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: oasys.c:881
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: can not represent section `%s' in oasys"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: osf-core.c:139
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unhandled OSF/1 core file section type %d\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-06-03 16:24:06 +00:00
|
|
|
#. XXX code yet to be written.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peicode.h:759
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unhandled import type; %x"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peicode.h:764
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unrecognised import type; %x"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peicode.h:778
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unrecognised import name type; %x"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peicode.h:1161
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: Unrecognised machine type (0x%x) in Import Library Format archive"
|
2002-01-17 14:12:08 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peicode.h:1173
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
2004-09-17 06:08:06 +00:00
|
|
|
"%B: Recognised but unhandled machine type (0x%x) in Import Library Format "
|
2003-06-03 16:24:06 +00:00
|
|
|
"archive"
|
2000-04-04 14:32:35 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peicode.h:1191
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: size field is zero in Import Library Format header"
|
2000-04-04 14:32:35 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peicode.h:1222
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: string not null terminated in ILF object file."
|
2000-04-04 14:32:35 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: pe-mips.c:606
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: `ld -r' not supported with PE MIPS objects\n"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. OK, at this point the following variables are set up:
|
|
|
|
#. src = VMA of the memory we're fixing up
|
|
|
|
#. mem = pointer to memory we're fixing up
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
#. val = VMA of what we need to refer to.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: pe-mips.c:722
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: unimplemented %s\n"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: pe-mips.c:748
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: jump too far away\n"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: pe-mips.c:774
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: bad pair/reflo after refhi\n"
|
2003-07-14 11:18:13 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:414
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"ppcboot header:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:415
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Entry offset = 0x%.8lx (%ld)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:416
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Length = 0x%.8lx (%ld)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:419
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Flag field = 0x%.2x\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:425
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Partition name = \"%s\"\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:444
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Partition[%d] start = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:450
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Partition[%d] end = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:456
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Partition[%d] sector = 0x%.8lx (%ld)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: ppcboot.c:457
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Partition[%d] length = 0x%.8lx (%ld)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: som.c:5088
|
2005-03-05 12:14:34 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Exec Auxiliary Header\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-07-02 07:12:53 +00:00
|
|
|
#: som.c:5349
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "som_sizeof_headers unimplemented"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: srec.c:261
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B:%d: Unexpected character `%s' in S-record file\n"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: stabs.c:279
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B(%A+0x%lx): Stabs entry has invalid string index."
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: syms.c:1057
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "Unsupported .stab relocation"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-gsd.c:338
|
2000-02-27 16:55:52 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "bfd_make_section (%s) failed"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-gsd.c:353
|
2000-02-27 16:55:52 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "bfd_set_section_flags (%s, %x) failed"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-gsd.c:388
|
2000-02-27 16:55:52 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Size mismatch section %s=%lx, %s=%lx"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-gsd.c:679
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "unknown gsd/egsd subtype %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-hdr.c:328
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "Object module NOT error-free !\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-misc.c:474
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Stack overflow (%d) in _bfd_vms_push"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-misc.c:489
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "Stack underflow in _bfd_vms_pop"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-misc.c:803
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "_bfd_vms_output_counted called with zero bytes"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-misc.c:808
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "_bfd_vms_output_counted called with too many bytes"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-misc.c:926
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Symbol %s replaced by %s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-misc.c:985
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "failed to enter %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:57
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "No Mem !"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:300
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "bad section index in %s"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:313
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "unsupported STA cmd %s"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:318 vms-tir.c:1120
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "reserved STA cmd %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:410 vms-tir.c:432
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "%s: no symbol \"%s\""
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
#. Unsigned shift.
|
|
|
|
#. Rotate.
|
2002-01-31 17:33:08 +00:00
|
|
|
#. Redefine symbol to current location.
|
|
|
|
#. Define a literal.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:497 vms-tir.c:606 vms-tir.c:704 vms-tir.c:721 vms-tir.c:728
|
|
|
|
#: vms-tir.c:736 vms-tir.c:1440
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "%s: not supported"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:502 vms-tir.c:1297
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "%s: not implemented"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:506 vms-tir.c:1301
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "reserved STO cmd %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:621 vms-tir.c:1445
|
2002-01-31 17:33:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "reserved OPR cmd %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:681 vms-tir.c:1509
|
2002-01-31 17:33:08 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "reserved CTL cmd %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2002-01-31 17:33:08 +00:00
|
|
|
#. stack byte from image
|
|
|
|
#. arg: none.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1028
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "stack-from-image not implemented"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1046
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "stack-entry-mask not fully implemented"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2002-01-31 17:33:08 +00:00
|
|
|
#. compare procedure argument
|
|
|
|
#. arg: cs symbol name
|
|
|
|
#. by argument index
|
|
|
|
#. da argument descriptor
|
1999-06-03 03:26:53 +00:00
|
|
|
#.
|
2002-01-31 17:33:08 +00:00
|
|
|
#. compare argument descriptor with symbol argument (ARG$V_PASSMECH)
|
|
|
|
#. and stack TRUE (args match) or FALSE (args dont match) value.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1060
|
1999-06-03 03:26:53 +00:00
|
|
|
msgid "PASSMECH not fully implemented"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1079
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "stack-local-symbol not fully implemented"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1092
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "stack-literal not fully implemented"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1113
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "stack-local-symbol-entry-point-mask not fully implemented"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1387 vms-tir.c:1399 vms-tir.c:1411 vms-tir.c:1423 vms-tir.c:1488
|
|
|
|
#: vms-tir.c:1496 vms-tir.c:1504
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "%s: not fully implemented"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1562
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid "obj code %d not found"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:1870
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "SEC_RELOC with no relocs in section %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: vms-tir.c:2152
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unhandled relocation %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:566
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: XCOFF shared object when not producing XCOFF output"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:587
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: dynamic object with no .loader section"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1150
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: `%s' has line numbers but no enclosing section"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1202
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: class %d symbol `%s' has no aux entries"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1225
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: symbol `%s' has unrecognized csect type %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1237
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1273
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: XMC_TC0 symbol `%s' is class %d scnlen %d"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1419
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: csect `%s' not in enclosing section"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1526
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: misplaced XTY_LD `%s'"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:1842
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: reloc %s:%d not in csect"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:2640
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "%s: no such symbol"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:2869
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* configure.in: Add cases for Renesas m32c.
* configure: Regenerated.
bfd/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for m32c-*-elf (Renesas m32c and m16c).
* Makefile.am (ALL_MACHINES): Add cpu-m32c.lo.
(ALL_MACHINES_CFILES): Add cpu-m32c.c.
(BFD32_BACKENDS): Add elf32-m32c.lo.
(BFD32_BACKENDS_CFILES): Add elf32-m32c.c.
(cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'.
* Makefile.in: Regenerated.
* archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New
arch and mach codes.
(bfd_m32c_arch): New arch info object.
(bfd_archures_list): List bfd_m32c_arch.
* bfd-in2.h: Regenerated.
* config.bfd: Add case for the m32c.
* configure.in: Add case for the m32c.
* configure: Regenerated.
* cpu-m32c.c, elf32-m32c.c: New files.
* libbfd.h: Regenerated.
* targets.c (bfd_elf32_m32c_vec): Declare.
(_bfd_target_vector): List bfd_elf32_m32c_vec.
binutils/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* readelf.c: #include "elf/m32c.h"
(guess_is_rela, dump_relocations, get_machine_name): Add cases for
EM_M32C.
* Makefile.am (readelf.o): Update dependencies.
* Makefile.in: Regenerated.
cpu/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
gas/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C.
* Makefile.am (CPU_TYPES): List m32c.
(TARGET_CPU_CFILES): List config/tc-m32c.c.
(TARGET_CPU_HFILES): List config/tc-m32c.h.
* configure.in: Add case for m32c.
* configure.tgt: Add cases for m32c and m32c-*-elf.
* configure: Regenerated.
* config/tc-m32c.c, config/tc-m32c.h: New files.
* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set M32C.
* doc/as.texinfo: Add text for the M32C-specific options and line
comment characters, and refer to c-m32c.texi.
* doc/c-m32c.texi: New file.
include/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
* dis-asm.h (print_insn_m32c): New declaration.
include/elf/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.
* common.h (EM_M32C): New machine number.
* m32c.h: New file.
ld/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
(eelf32m32c.c): New target.
* Makefile.in: Regenerated.
* configure.tgt: Add case for m32c-*-elf.
* emulparams/elf32m32c.sh: New file.
opcodes/ChangeLog:
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for the Renesas M32C and M16C.
* m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
* m32c-desc.h, m32c-opc.h: New.
* Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
(CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
m32c-opc.c.
(ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
m32c-ibld.lo, m32c-opc.lo.
(CLEANFILES): List stamp-m32c.
(M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
(CGEN_CPUS): Add m32c.
(m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
(m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
(m32c_opc_h): New variable.
(stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
(m32c-opc.lo): New rules.
* Makefile.in: Regenerated.
* configure.in: Add case for bfd_m32c_arch.
* configure: Regenerated.
* disassemble.c (ARCH_m32c): New.
[ARCH_m32c]: #include "m32c-desc.h".
(disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
(disassemble_init_for_target) [ARCH_m32c]: Same.
* cgen-ops.h, cgen-types.h: New files.
* Makefile.am (HFILES): List them.
* Makefile.in: Regenerated.
2005-07-14 22:52:28 +00:00
|
|
|
msgid "warning: attempt to export undefined symbol `%s'"
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:3036
|
2001-06-15 09:03:14 +00:00
|
|
|
msgid "error: undefined symbol __rtinit"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:3656
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:4492
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: loader reloc in unrecognized section `%A'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:4513
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: `%s' in loader reloc but not loader sym"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:4528
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: loader reloc in read-only section %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:4937 xcofflink.c:4999 xcofflink.c:5294
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: loader reloc in unrecognized section `%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: xcofflink.c:5305
|
1999-06-03 03:26:53 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: `%s' in loader reloc but not loader sym"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:1037 elf64-ia64.c:1037
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: Can't relax br at 0x%lx in section `%A'. Please use brl or indirect "
|
|
|
|
"branch."
|
1999-06-03 03:26:53 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:2742 elf64-ia64.c:2742
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "@pltoff reloc against local symbol"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4320 elf64-ia64.c:4320
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4331 elf64-ia64.c:4331
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: __gp does not cover short data segment"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4601 elf64-ia64.c:4601
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: non-pic code with imm relocation against dynamic symbol `%s'"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4668 elf64-ia64.c:4668
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: @gprel relocation against dynamic symbol %s"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4731 elf64-ia64.c:4731
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking non-pic code in a position independent executable"
|
2003-07-11 05:10:21 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4868 elf64-ia64.c:4868
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: @internal branch to dynamic symbol %s"
|
2003-06-03 16:24:06 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4870 elf64-ia64.c:4870
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: speculation fixup to dynamic symbol %s"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:4872 elf64-ia64.c:4872
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: @pcrel relocation against dynamic symbol %s"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:5072 elf64-ia64.c:5072
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "unsupported reloc"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:5105 elf64-ia64.c:5105
|
2005-03-05 12:14:34 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: Can't relax br (%s) to `%s' at 0x%lx in section `%A' with size 0x%lx (> "
|
|
|
|
"0x1000000)."
|
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:5361 elf64-ia64.c:5361
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking trap-on-NULL-dereference with non-trapping files"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:5370 elf64-ia64.c:5370
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking big-endian files with little-endian files"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:5379 elf64-ia64.c:5379
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking 64-bit files with 32-bit files"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:5388 elf64-ia64.c:5388
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking constant-gp files with non-constant-gp files"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-09-17 14:03:15 +00:00
|
|
|
#: elf32-ia64.c:5398 elf64-ia64.c:5398
|
2004-09-17 06:08:06 +00:00
|
|
|
msgid "%B: linking auto-pic files with non-auto-pic files"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1000 pepigen.c:1000 pex64igen.c:1000
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: line number overflow: 0x%lx > 0xffff"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1027 pepigen.c:1027 pex64igen.c:1027
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Export Directory [.edata (or where ever we found it)]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1028 pepigen.c:1028 pex64igen.c:1028
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Import Directory [parts of .idata]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1029 pepigen.c:1029 pex64igen.c:1029
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Resource Directory [.rsrc]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1030 pepigen.c:1030 pex64igen.c:1030
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Exception Directory [.pdata]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1031 pepigen.c:1031 pex64igen.c:1031
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Security Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1032 pepigen.c:1032 pex64igen.c:1032
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Base Relocation Directory [.reloc]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1033 pepigen.c:1033 pex64igen.c:1033
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Debug Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1034 pepigen.c:1034 pex64igen.c:1034
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Description Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1035 pepigen.c:1035 pex64igen.c:1035
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Special Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1036 pepigen.c:1036 pex64igen.c:1036
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Thread Storage Directory [.tls]"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1037 pepigen.c:1037 pex64igen.c:1037
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Load Configuration Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1038 pepigen.c:1038 pex64igen.c:1038
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Bound Import Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1039 pepigen.c:1039 pex64igen.c:1039
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Import Address Table Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1040 pepigen.c:1040 pex64igen.c:1040
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Delay Import Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1041 pepigen.c:1041 pex64igen.c:1041
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "CLR Runtime Header"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1042 pepigen.c:1042 pex64igen.c:1042
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Reserved"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1102 pepigen.c:1102 pex64igen.c:1102
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"There is an import table, but the section containing it could not be found\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1107 pepigen.c:1107 pex64igen.c:1107
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"There is an import table in %s at 0x%lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1150 pepigen.c:1150 pex64igen.c:1150
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Function descriptor located at the start address: %04lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1153 pepigen.c:1153 pex64igen.c:1153
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1161 pepigen.c:1161 pex64igen.c:1161
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"No reldata section! Function descriptor not decoded.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1166 pepigen.c:1166 pex64igen.c:1166
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"The Import Tables (interpreted %s section contents)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1169 pepigen.c:1169 pex64igen.c:1169
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid ""
|
|
|
|
" vma: Hint Time Forward DLL First\n"
|
|
|
|
" Table Stamp Chain Name Thunk\n"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1217 pepigen.c:1217 pex64igen.c:1217
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"\tDLL Name: %s\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1228 pepigen.c:1228 pex64igen.c:1228
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid "\tvma: Hint/Ord Member-Name Bound-To\n"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1253 pepigen.c:1253 pex64igen.c:1253
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2003-06-03 16:24:06 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"There is a first thunk, but the section containing it could not be found\n"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1418 pepigen.c:1418 pex64igen.c:1418
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"There is an export table, but the section containing it could not be found\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1427 pepigen.c:1427 pex64igen.c:1427
|
2005-10-25 02:20:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"There is an export table in %s, but it does not fit into that section\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1433 pepigen.c:1433 pex64igen.c:1433
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"There is an export table in %s at 0x%lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1461 pepigen.c:1461 pex64igen.c:1461
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"The Export Tables (interpreted %s section contents)\n"
|
|
|
|
"\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1465 pepigen.c:1465 pex64igen.c:1465
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Export Flags \t\t\t%lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1468 pepigen.c:1468 pex64igen.c:1468
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Time/Date stamp \t\t%lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1471 pepigen.c:1471 pex64igen.c:1471
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Major/Minor \t\t\t%d/%d\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1474 pepigen.c:1474 pex64igen.c:1474
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Name \t\t\t\t"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1480 pepigen.c:1480 pex64igen.c:1480
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Ordinal Base \t\t\t%ld\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1483 pepigen.c:1483 pex64igen.c:1483
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Number in:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1486 pepigen.c:1486 pex64igen.c:1486
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "\tExport Address Table \t\t%08lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1490 pepigen.c:1490 pex64igen.c:1490
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1493 pepigen.c:1493 pex64igen.c:1493
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Table Addresses\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1496 pepigen.c:1496 pex64igen.c:1496
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "\tExport Address Table \t\t"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1501 pepigen.c:1501 pex64igen.c:1501
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "\tName Pointer Table \t\t"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1506 pepigen.c:1506 pex64igen.c:1506
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "\tOrdinal Table \t\t\t"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1520 pepigen.c:1520 pex64igen.c:1520
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Export Address Table -- Ordinal Base %ld\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1539 pepigen.c:1539 pex64igen.c:1539
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Forwarder RVA"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1550 pepigen.c:1550 pex64igen.c:1550
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid "Export RVA"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1557 pepigen.c:1557 pex64igen.c:1557
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"[Ordinal/Name Pointer] Table\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1610 pepigen.c:1610 pex64igen.c:1610
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1614 pepigen.c:1614 pex64igen.c:1614
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"The Function Table (interpreted .pdata section contents)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1617 pepigen.c:1617 pex64igen.c:1617
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid " vma:\t\t\tBegin Address End Address Unwind Info\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1619 pepigen.c:1619 pex64igen.c:1619
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2002-01-31 17:33:08 +00:00
|
|
|
msgid ""
|
|
|
|
" vma:\t\tBegin End EH EH PrologEnd Exception\n"
|
|
|
|
" \t\tAddress Address Handler Data Address Mask\n"
|
2001-03-23 18:05:30 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1689 pepigen.c:1689 pex64igen.c:1689
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid " Register save millicode"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1692 pepigen.c:1692 pex64igen.c:1692
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid " Register restore millicode"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1695 pepigen.c:1695 pex64igen.c:1695
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid " Glue code sequence"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1745 pepigen.c:1745 pex64igen.c:1745
|
2004-03-19 07:00:51 +00:00
|
|
|
#, c-format
|
2001-03-23 18:05:30 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
"PE File Base Relocations (interpreted .reloc section contents)\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1775 pepigen.c:1775 pex64igen.c:1775
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Virtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1788 pepigen.c:1788 pex64igen.c:1788
|
2001-03-23 18:05:30 +00:00
|
|
|
#, 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.
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:1827 pepigen.c:1827 pex64igen.c:1827
|
2001-03-23 18:05:30 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Characteristics 0x%x\n"
|
|
|
|
msgstr ""
|
2007-07-02 07:12:53 +00:00
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:2088 pepigen.c:2088 pex64igen.c:2088
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: unable to fill in DataDictionary[1] because .idata$2 is missing"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:2106 pepigen.c:2106 pex64igen.c:2106
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: unable to fill in DataDictionary[1] because .idata$4 is missing"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:2125 pepigen.c:2125 pex64igen.c:2125
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: unable to fill in DataDictionary[12] because .idata$5 is missing"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:2143 pepigen.c:2143 pex64igen.c:2143
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid ""
|
|
|
|
"%B: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE (12)] because ."
|
|
|
|
"idata$6 is missing"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-08-07 11:01:42 +00:00
|
|
|
#: peigen.c:2163 pepigen.c:2163 pex64igen.c:2163
|
2007-07-02 07:12:53 +00:00
|
|
|
msgid "%B: unable to fill in DataDictionary[9] because __tls_used is missing"
|
|
|
|
msgstr ""
|