Update Turkish translation files for bfd, gas and opcodes

This commit is contained in:
Nick Clifton 2003-07-14 11:18:13 +00:00
parent 278ed1281c
commit 76bff7057c
15 changed files with 6044 additions and 4442 deletions

View File

@ -1,3 +1,11 @@
2003-07-14 Nick Clifton <nickc@redhat.com>
* po/tr.po: Update with latest version.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* Makfile.in: Regenerate.
* configure: Regenerate.
2003-07-12 Jeff Baker <jbaker@qnx.com> 2003-07-12 Jeff Baker <jbaker@qnx.com>
* bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures. * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.

View File

@ -1,4 +1,4 @@
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
@ -811,7 +811,7 @@ configure.in version.h
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar TAR = gtar
GZIP_ENV = --best GZIP_ENV = --best
SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS) OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)

28
bfd/configure vendored
View File

@ -6399,10 +6399,10 @@ case ${host64}-${target64}-${want64} in
if test -n "$GCC" ; then if test -n "$GCC" ; then
bad_64bit_gcc=no; bad_64bit_gcc=no;
echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6 echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6
echo "configure:6402: checking for gcc version with buggy 64-bit support" >&5 echo "configure:6403: checking for gcc version with buggy 64-bit support" >&5
# Add more tests for gcc versions with non-working 64-bit support here. # Add more tests for gcc versions with non-working 64-bit support here.
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 6405 "configure" #line 6406 "configure"
#include "confdefs.h" #include "confdefs.h"
:__GNUC__:__GNUC_MINOR__:__i386__: :__GNUC__:__GNUC_MINOR__:__i386__:
EOF EOF
@ -6448,17 +6448,17 @@ for ac_hdr in unistd.h
do do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:6451: checking for $ac_hdr" >&5 echo "configure:6452: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 6456 "configure" #line 6457 "configure"
#include "confdefs.h" #include "confdefs.h"
#include <$ac_hdr> #include <$ac_hdr>
EOF EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:6461: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } { (eval echo configure:6462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then if test -z "$ac_err"; then
rm -rf conftest* rm -rf conftest*
@ -6487,12 +6487,12 @@ done
for ac_func in getpagesize for ac_func in getpagesize
do do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:6490: checking for $ac_func" >&5 echo "configure:6491: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 6495 "configure" #line 6496 "configure"
#include "confdefs.h" #include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes, /* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */ which can conflict with char $ac_func(); below. */
@ -6515,7 +6515,7 @@ $ac_func();
; return 0; } ; return 0; }
EOF EOF
if { (eval echo configure:6518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then if { (eval echo configure:6519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest* rm -rf conftest*
eval "ac_cv_func_$ac_func=yes" eval "ac_cv_func_$ac_func=yes"
else else
@ -6540,7 +6540,7 @@ fi
done done
echo $ac_n "checking for working mmap""... $ac_c" 1>&6 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
echo "configure:6543: checking for working mmap" >&5 echo "configure:6544: checking for working mmap" >&5
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
@ -6548,7 +6548,7 @@ else
ac_cv_func_mmap_fixed_mapped=no ac_cv_func_mmap_fixed_mapped=no
else else
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 6551 "configure" #line 6552 "configure"
#include "confdefs.h" #include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test. /* Thanks to Mike Haertel and Jim Avera for this test.
@ -6688,7 +6688,7 @@ main()
} }
EOF EOF
if { (eval echo configure:6691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null if { (eval echo configure:6692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then then
ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_mmap_fixed_mapped=yes
else else
@ -6713,12 +6713,12 @@ fi
for ac_func in madvise mprotect for ac_func in madvise mprotect
do do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:6716: checking for $ac_func" >&5 echo "configure:6717: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 6721 "configure" #line 6722 "configure"
#include "confdefs.h" #include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes, /* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */ which can conflict with char $ac_func(); below. */
@ -6741,7 +6741,7 @@ $ac_func();
; return 0; } ; return 0; }
EOF EOF
if { (eval echo configure:6744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then if { (eval echo configure:6745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest* rm -rf conftest*
eval "ac_cv_func_$ac_func=yes" eval "ac_cv_func_$ac_func=yes"
else else

View File

@ -1,19 +1,19 @@
aix386-core.c aix386-core.c
aix5ppc-core.c aix5ppc-core.c
aout0.c
aout32.c
aout64.c
aout-adobe.c aout-adobe.c
aout-arm.c aout-arm.c
aout-cris.c aout-cris.c
aoutf1.h
aout-ns32k.c aout-ns32k.c
aout-sparcle.c aout-sparcle.c
aout-target.h aout-target.h
aout-tic30.c aout-tic30.c
aout0.c
aout32.c
aout64.c
aoutf1.h
aoutx.h aoutx.h
archive.c
archive64.c archive64.c
archive.c
archures.c archures.c
armnetbsd.c armnetbsd.c
bfd.c bfd.c
@ -26,17 +26,21 @@ cf-i386lynx.c
cf-m68klynx.c cf-m68klynx.c
cf-sparclynx.c cf-sparclynx.c
cisco-core.c cisco-core.c
coff64-rs6000.c
coff-a29k.c coff-a29k.c
coff-alpha.c coff-alpha.c
coff-apollo.c coff-apollo.c
coff-arm.c coff-arm.c
coff-aux.c coff-aux.c
coffcode.h
coffgen.c
coff-go32.c coff-go32.c
coff-h8300.c coff-h8300.c
coff-h8500.c coff-h8500.c
coff-i386.c coff-i386.c
coff-i860.c coff-i860.c
coff-i960.c coff-i960.c
cofflink.c
coff-m68k.c coff-m68k.c
coff-m88k.c coff-m88k.c
coff-mips.c coff-mips.c
@ -46,6 +50,7 @@ coff-sh.c
coff-sparc.c coff-sparc.c
coff-stgo32.c coff-stgo32.c
coff-svm68k.c coff-svm68k.c
coffswap.h
coff-tic30.c coff-tic30.c
coff-tic4x.c coff-tic4x.c
coff-tic54x.c coff-tic54x.c
@ -54,11 +59,6 @@ coff-u68k.c
coff-w65.c coff-w65.c
coff-we32k.c coff-we32k.c
coff-z8k.c coff-z8k.c
coff64-rs6000.c
coffcode.h
coffgen.c
cofflink.c
coffswap.h
corefile.c corefile.c
cpu-a29k.c cpu-a29k.c
cpu-alpha.c cpu-alpha.c
@ -121,17 +121,11 @@ ecofflink.c
ecoffswap.h ecoffswap.h
efi-app-ia32.c efi-app-ia32.c
efi-app-ia64.c efi-app-ia64.c
elf-bfd.h
elf-eh-frame.c
elf-hppa.h
elf-m10200.c
elf-m10300.c
elf-strtab.c
elf.c
elf32-am33lin.c elf32-am33lin.c
elf32-arc.c elf32-arc.c
elf32-arm.h elf32-arm.h
elf32-avr.c elf32-avr.c
elf32.c
elf32-cris.c elf32-cris.c
elf32-d10v.c elf32-d10v.c
elf32-d30v.c elf32-d30v.c
@ -162,16 +156,16 @@ elf32-or32.c
elf32-pj.c elf32-pj.c
elf32-ppc.c elf32-ppc.c
elf32-s390.c elf32-s390.c
elf32-sh.c
elf32-sh64-com.c
elf32-sh64.c elf32-sh64.c
elf32-sh64-com.c
elf32-sh.c
elf32-sparc.c elf32-sparc.c
elf32-v850.c elf32-v850.c
elf32-vax.c elf32-vax.c
elf32-xstormy16.c elf32-xstormy16.c
elf32-xtensa.c elf32-xtensa.c
elf32.c
elf64-alpha.c elf64-alpha.c
elf64.c
elf64-gen.c elf64-gen.c
elf64-hppa.c elf64-hppa.c
elf64-hppa.h elf64-hppa.h
@ -182,14 +176,20 @@ elf64-s390.c
elf64-sh64.c elf64-sh64.c
elf64-sparc.c elf64-sparc.c
elf64-x86-64.c elf64-x86-64.c
elf64.c
elfarm-nabi.c elfarm-nabi.c
elfarm-oabi.c elfarm-oabi.c
elf-bfd.h
elf.c
elfcode.h elfcode.h
elfcore.h elfcore.h
elf-eh-frame.c
elf-hppa.h
elflink.c elflink.c
elflink.h elflink.h
elf-m10200.c
elf-m10300.c
elfn32-mips.c elfn32-mips.c
elf-strtab.c
elfxx-mips.c elfxx-mips.c
epoc-pe-arm.c epoc-pe-arm.c
epoc-pei-arm.c epoc-pei-arm.c
@ -240,16 +240,16 @@ mipsbsd.c
mmo.c mmo.c
netbsd.h netbsd.h
newsos3.c newsos3.c
nlm-target.h
nlm.c
nlm32-alpha.c nlm32-alpha.c
nlm32.c
nlm32-i386.c nlm32-i386.c
nlm32-ppc.c nlm32-ppc.c
nlm32-sparc.c nlm32-sparc.c
nlm32.c
nlm64.c nlm64.c
nlm.c
nlmcode.h nlmcode.h
nlmswap.h nlmswap.h
nlm-target.h
ns32k.h ns32k.h
ns32knetbsd.c ns32knetbsd.c
oasys.c oasys.c
@ -258,24 +258,24 @@ osf-core.c
pc532-mach.c pc532-mach.c
pdp11.c pdp11.c
pe-arm.c pe-arm.c
pe-i386.c
pe-mcore.c
pe-mips.c
pe-ppc.c
pe-sh.c
pef-traceback.h
pef.c pef.c
pef.h pef.h
pef-traceback.h
pe-i386.c
pei-arm.c pei-arm.c
peicode.h
pei-i386.c pei-i386.c
pei-mcore.c pei-mcore.c
pei-mips.c pei-mips.c
pei-ppc.c pei-ppc.c
pei-sh.c pei-sh.c
peicode.h pe-mcore.c
pe-mips.c
pe-ppc.c
pe-sh.c
ppcboot.c ppcboot.c
reloc.c
reloc16.c reloc16.c
reloc.c
riscix.c riscix.c
sco5-core.c sco5-core.c
section.c section.c
@ -286,8 +286,8 @@ sparclinux.c
sparclynx.c sparclynx.c
sparcnetbsd.c sparcnetbsd.c
srec.c srec.c
stab-syms.c
stabs.c stabs.c
stab-syms.c
sunos.c sunos.c
syms.c syms.c
targets.c targets.c
@ -298,14 +298,14 @@ vaxbsd.c
vaxnetbsd.c vaxnetbsd.c
versados.c versados.c
version.h version.h
vms.c
vms-gsd.c vms-gsd.c
vms.h
vms-hdr.c vms-hdr.c
vms-misc.c vms-misc.c
vms-tir.c vms-tir.c
vms.c
vms.h
xcoff-target.h
xcofflink.c xcofflink.c
xcoff-target.h
xsym.c xsym.c
xsym.h xsym.h
xtensa-isa.c xtensa-isa.c

View File

@ -1,13 +1,12 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2003-07-11 13:53+0930\n" "POT-Creation-Date: 2003-07-14 11:24+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -180,6 +179,11 @@ msgstr ""
msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx." msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."
msgstr "" msgstr ""
#: coff-rs6000.c:3616 coff64-rs6000.c:2109
#, c-format
msgid "%s: symbol `%s' has unrecognized smclas %d"
msgstr ""
#: coff-a29k.c:120 #: coff-a29k.c:120
msgid "Missing IHCONST" msgid "Missing IHCONST"
msgstr "" msgstr ""
@ -335,7 +339,52 @@ msgstr ""
msgid "Warning: Clearing the interworking flag of %s due to outside request" msgid "Warning: Clearing the interworking flag of %s due to outside request"
msgstr "" msgstr ""
#: coff-h8300.c:1096 #: coffcode.h:1108
#, c-format
msgid "%s (%s): Section flag %s (0x%x) ignored"
msgstr ""
#: coffcode.h:2214
#, c-format
msgid "Unrecognized TI COFF target id '0x%x'"
msgstr ""
#: coffcode.h:4439
#, c-format
msgid "%s: warning: illegal symbol index %ld in line numbers"
msgstr ""
#: coffcode.h:4453
#, c-format
msgid "%s: warning: duplicate line number information for `%s'"
msgstr ""
#: coffcode.h:4807
#, c-format
msgid "%s: Unrecognized storage class %d for %s symbol `%s'"
msgstr ""
#: coffcode.h:4940
#, c-format
msgid "warning: %s: local symbol `%s' has no section"
msgstr ""
#: coff-tic4x.c:218 coff-tic54x.c:373 coffcode.h:5047
#, c-format
msgid "%s: warning: illegal symbol index %ld in relocs"
msgstr ""
#: coffcode.h:5085
#, c-format
msgid "%s: illegal relocation type %d at address 0x%lx"
msgstr ""
#: coffgen.c:1666
#, c-format
msgid "%s: bad string table size %lu"
msgstr ""
#: coff-h8300.c:1047
#, c-format #, c-format
msgid "cannot handle R_MEM_INDIRECT reloc when using %s output" msgid "cannot handle R_MEM_INDIRECT reloc when using %s output"
msgstr "" msgstr ""
@ -344,6 +393,26 @@ msgstr ""
msgid "uncertain calling convention for non-COFF symbol" msgid "uncertain calling convention for non-COFF symbol"
msgstr "" msgstr ""
#: cofflink.c:538 elflink.h:1276
#, c-format
msgid "Warning: type of symbol `%s' changed from %d to %d in %s"
msgstr ""
#: cofflink.c:2328
#, c-format
msgid "%s: relocs in section `%s', but it has no contents"
msgstr ""
#: cofflink.c:2671 coffswap.h:890
#, c-format
msgid "%s: %s: reloc overflow: 0x%lx > 0xffff"
msgstr ""
#: cofflink.c:2680 coffswap.h:876
#, c-format
msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff"
msgstr ""
#: coff-m68k.c:482 coff-mips.c:2394 elf32-m68k.c:2193 elf32-mips.c:1783 #: coff-m68k.c:482 coff-mips.c:2394 elf32-m68k.c:2193 elf32-mips.c:1783
msgid "unsupported reloc type" msgid "unsupported reloc type"
msgstr "" msgstr ""
@ -372,86 +441,16 @@ msgstr ""
msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry" msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"
msgstr "" msgstr ""
#: coff-rs6000.c:3616 coff64-rs6000.c:2109
#, c-format
msgid "%s: symbol `%s' has unrecognized smclas %d"
msgstr ""
#: coff-tic4x.c:170 coff-tic54x.c:288 coff-tic80.c:450 #: coff-tic4x.c:170 coff-tic54x.c:288 coff-tic80.c:450
#, c-format #, c-format
msgid "Unrecognized reloc type 0x%x" msgid "Unrecognized reloc type 0x%x"
msgstr "" msgstr ""
#: coff-tic4x.c:218 coff-tic54x.c:373 coffcode.h:5045
#, c-format
msgid "%s: warning: illegal symbol index %ld in relocs"
msgstr ""
#: coff-w65.c:364 #: coff-w65.c:364
#, c-format #, c-format
msgid "ignoring reloc %s\n" msgid "ignoring reloc %s\n"
msgstr "" msgstr ""
#: coffcode.h:1108
#, c-format
msgid "%s (%s): Section flag %s (0x%x) ignored"
msgstr ""
#: coffcode.h:2214
#, c-format
msgid "Unrecognized TI COFF target id '0x%x'"
msgstr ""
#: coffcode.h:4437
#, c-format
msgid "%s: warning: illegal symbol index %ld in line numbers"
msgstr ""
#: coffcode.h:4451
#, c-format
msgid "%s: warning: duplicate line number information for `%s'"
msgstr ""
#: coffcode.h:4805
#, c-format
msgid "%s: Unrecognized storage class %d for %s symbol `%s'"
msgstr ""
#: coffcode.h:4938
#, c-format
msgid "warning: %s: local symbol `%s' has no section"
msgstr ""
#: coffcode.h:5083
#, c-format
msgid "%s: illegal relocation type %d at address 0x%lx"
msgstr ""
#: coffgen.c:1666
#, c-format
msgid "%s: bad string table size %lu"
msgstr ""
#: cofflink.c:538 elflink.h:1276
#, c-format
msgid "Warning: type of symbol `%s' changed from %d to %d in %s"
msgstr ""
#: cofflink.c:2328
#, c-format
msgid "%s: relocs in section `%s', but it has no contents"
msgstr ""
#: cofflink.c:2671 coffswap.h:890
#, c-format
msgid "%s: %s: reloc overflow: 0x%lx > 0xffff"
msgstr ""
#: cofflink.c:2680 coffswap.h:876
#, c-format
msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff"
msgstr ""
#: cpu-arm.c:196 cpu-arm.c:206 #: cpu-arm.c:196 cpu-arm.c:206
#, c-format #, c-format
msgid "ERROR: %s is compiled for the EP9312, whereas %s is compiled for XScale" msgid "ERROR: %s is compiled for the EP9312, whereas %s is compiled for XScale"
@ -593,135 +592,6 @@ msgid ""
" Type: %s" " Type: %s"
msgstr "" msgstr ""
#: elf-hppa.h:1458 elf-hppa.h:1491 elf-m10300.c:1628 elf64-sh64.c:1704
#, c-format
msgid ""
"%s: warning: unresolvable relocation against symbol `%s' from %s section"
msgstr ""
#: elf-m10200.c:442 elf-m10300.c:1695 elf32-arm.h:2088 elf32-avr.c:812
#: elf32-cris.c:1390 elf32-d10v.c:570 elf32-fr30.c:634 elf32-frv.c:815
#: elf32-h8300.c:528 elf32-i860.c:1028 elf32-ip2k.c:1586 elf32-iq2000.c:699
#: elf32-m32r.c:1283 elf32-m68hc1x.c:1305 elf32-msp430.c:510
#: elf32-openrisc.c:436 elf32-v850.c:1777 elf32-xstormy16.c:976
#: elf64-mmix.c:1332
msgid "internal error: out of range error"
msgstr ""
#: elf-m10200.c:446 elf-m10300.c:1699 elf32-arm.h:2092 elf32-avr.c:816
#: elf32-cris.c:1394 elf32-d10v.c:574 elf32-fr30.c:638 elf32-frv.c:819
#: elf32-h8300.c:532 elf32-i860.c:1032 elf32-iq2000.c:703 elf32-m32r.c:1287
#: elf32-m68hc1x.c:1309 elf32-msp430.c:514 elf32-openrisc.c:440
#: elf32-v850.c:1781 elf32-xstormy16.c:980 elf64-mmix.c:1336 elfxx-mips.c:6452
msgid "internal error: unsupported relocation error"
msgstr ""
#: elf-m10200.c:450 elf-m10300.c:1703 elf32-arm.h:2096 elf32-d10v.c:578
#: elf32-h8300.c:536 elf32-m32r.c:1291 elf32-m68hc1x.c:1313
msgid "internal error: dangerous error"
msgstr ""
#: elf-m10200.c:454 elf-m10300.c:1707 elf32-arm.h:2100 elf32-avr.c:824
#: elf32-cris.c:1402 elf32-d10v.c:582 elf32-fr30.c:646 elf32-frv.c:827
#: elf32-h8300.c:540 elf32-i860.c:1040 elf32-ip2k.c:1601 elf32-iq2000.c:711
#: elf32-m32r.c:1295 elf32-m68hc1x.c:1317 elf32-msp430.c:522
#: elf32-openrisc.c:448 elf32-v850.c:1801 elf32-xstormy16.c:988
#: elf64-mmix.c:1344
msgid "internal error: unknown error"
msgstr ""
#: elf.c:372
#, c-format
msgid "%s: invalid string offset %u >= %lu for section `%s'"
msgstr ""
#: elf.c:624
#, c-format
msgid "%s: invalid SHT_GROUP entry"
msgstr ""
#: elf.c:695
#, c-format
msgid "%s: no group info for section %s"
msgstr ""
#: elf.c:1055
msgid ""
"\n"
"Program Header:\n"
msgstr ""
#: elf.c:1106
msgid ""
"\n"
"Dynamic Section:\n"
msgstr ""
#: elf.c:1235
msgid ""
"\n"
"Version definitions:\n"
msgstr ""
#: elf.c:1258
msgid ""
"\n"
"Version References:\n"
msgstr ""
#: elf.c:1263
#, c-format
msgid " required from %s:\n"
msgstr ""
#: elf.c:1944
#, c-format
msgid "%s: invalid link %lu for reloc section %s (index %u)"
msgstr ""
#: elf.c:3686
#, c-format
msgid "%s: Not enough room for program headers (allocated %u, need %u)"
msgstr ""
#: elf.c:3791
#, c-format
msgid "%s: Not enough room for program headers, try linking with -N"
msgstr ""
#: elf.c:3922
#, c-format
msgid ""
"Error: First section in segment (%s) starts at 0x%x whereas the segment "
"starts at 0x%x"
msgstr ""
#: elf.c:4242
#, c-format
msgid "%s: warning: allocated section `%s' not in segment"
msgstr ""
#: elf.c:4566
#, c-format
msgid "%s: symbol `%s' required but not present"
msgstr ""
#: elf.c:4854
#, c-format
msgid "%s: warning: Empty loadable segment detected, is this intentional ?\n"
msgstr ""
#: elf.c:5485
#, c-format
msgid ""
"Unable to find equivalent output section for symbol '%s' from section '%s'"
msgstr ""
#: elf.c:6298
#, c-format
msgid "%s: unsupported relocation type %s"
msgstr ""
#: elf32-arm.h:1228 #: elf32-arm.h:1228
#, c-format #, c-format
msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'." msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'."
@ -743,6 +613,37 @@ msgid ""
"%s: warning: unresolvable relocation %d against symbol `%s' from %s section" "%s: warning: unresolvable relocation %d against symbol `%s' from %s section"
msgstr "" msgstr ""
#: elf-m10200.c:442 elf-m10300.c:1695 elf32-arm.h:2088 elf32-avr.c:812
#: elf32-cris.c:1390 elf32-d10v.c:482 elf32-fr30.c:634 elf32-frv.c:815
#: elf32-h8300.c:509 elf32-i860.c:1028 elf32-ip2k.c:1586 elf32-iq2000.c:699
#: elf32-m32r.c:1283 elf32-m68hc1x.c:1305 elf32-msp430.c:510
#: elf32-openrisc.c:436 elf32-v850.c:1777 elf32-xstormy16.c:976
#: elf64-mmix.c:1332
msgid "internal error: out of range error"
msgstr ""
#: elf-m10200.c:446 elf-m10300.c:1699 elf32-arm.h:2092 elf32-avr.c:816
#: elf32-cris.c:1394 elf32-d10v.c:486 elf32-fr30.c:638 elf32-frv.c:819
#: elf32-h8300.c:513 elf32-i860.c:1032 elf32-iq2000.c:703 elf32-m32r.c:1287
#: elf32-m68hc1x.c:1309 elf32-msp430.c:514 elf32-openrisc.c:440
#: elf32-v850.c:1781 elf32-xstormy16.c:980 elf64-mmix.c:1336 elfxx-mips.c:6452
msgid "internal error: unsupported relocation error"
msgstr ""
#: elf-m10200.c:450 elf-m10300.c:1703 elf32-arm.h:2096 elf32-d10v.c:490
#: elf32-h8300.c:517 elf32-m32r.c:1291 elf32-m68hc1x.c:1313
msgid "internal error: dangerous error"
msgstr ""
#: elf-m10200.c:454 elf-m10300.c:1707 elf32-arm.h:2100 elf32-avr.c:824
#: elf32-cris.c:1402 elf32-d10v.c:494 elf32-fr30.c:646 elf32-frv.c:827
#: elf32-h8300.c:521 elf32-i860.c:1040 elf32-ip2k.c:1601 elf32-iq2000.c:711
#: elf32-m32r.c:1295 elf32-m68hc1x.c:1317 elf32-msp430.c:522
#: elf32-openrisc.c:448 elf32-v850.c:1801 elf32-xstormy16.c:988
#: elf64-mmix.c:1344
msgid "internal error: unknown error"
msgstr ""
#: elf32-arm.h:2202 #: elf32-arm.h:2202
#, c-format #, c-format
msgid "" msgid ""
@ -1081,7 +982,7 @@ msgstr ""
msgid "SDA relocation when _SDA_BASE_ not defined" msgid "SDA relocation when _SDA_BASE_ not defined"
msgstr "" msgstr ""
#: elf32-m32r.c:1018 elf64-alpha.c:4279 elf64-alpha.c:4407 elf32-ia64.c:3958 #: elf32-ia64.c:3958 elf32-m32r.c:1018 elf64-alpha.c:4279 elf64-alpha.c:4407
#: elf64-ia64.c:3958 #: elf64-ia64.c:3958
#, c-format #, c-format
msgid "%s: unknown relocation type %d" msgid "%s: unknown relocation type %d"
@ -1310,6 +1211,54 @@ msgstr ""
msgid "%s(%s+0x%lx): invalid instruction for TLS relocation %s" msgid "%s(%s+0x%lx): invalid instruction for TLS relocation %s"
msgstr "" msgstr ""
#: elf32-sh64.c:221 elf64-sh64.c:2407
#, c-format
msgid "%s: compiled as 32-bit object and %s is 64-bit"
msgstr ""
#: elf32-sh64.c:224 elf64-sh64.c:2410
#, c-format
msgid "%s: compiled as 64-bit object and %s is 32-bit"
msgstr ""
#: elf32-sh64.c:226 elf64-sh64.c:2412
#, c-format
msgid "%s: object size does not match that of target %s"
msgstr ""
#: elf32-sh64.c:461 elf64-sh64.c:2990
#, c-format
msgid "%s: encountered datalabel symbol in input"
msgstr ""
#: elf32-sh64.c:544
msgid "PTB mismatch: a SHmedia address (bit 0 == 1)"
msgstr ""
#: elf32-sh64.c:547
msgid "PTA mismatch: a SHcompact address (bit 0 == 0)"
msgstr ""
#: elf32-sh64.c:565
#, c-format
msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16"
msgstr ""
#: elf32-sh64.c:614 elf64-sh64.c:1748
#, c-format
msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n"
msgstr ""
#: elf32-sh64.c:698
#, c-format
msgid "%s: could not write out added .cranges entries"
msgstr ""
#: elf32-sh64.c:760
#, c-format
msgid "%s: could not write out sorted .cranges entries"
msgstr ""
#: elf32-sh.c:2103 #: elf32-sh.c:2103
#, c-format #, c-format
msgid "%s: 0x%lx: warning: bad R_SH_USES offset" msgid "%s: 0x%lx: warning: bad R_SH_USES offset"
@ -1369,54 +1318,6 @@ msgstr ""
msgid "%s: TLS local exec code cannot be linked into shared objects" msgid "%s: TLS local exec code cannot be linked into shared objects"
msgstr "" msgstr ""
#: elf32-sh64.c:221 elf64-sh64.c:2407
#, c-format
msgid "%s: compiled as 32-bit object and %s is 64-bit"
msgstr ""
#: elf32-sh64.c:224 elf64-sh64.c:2410
#, c-format
msgid "%s: compiled as 64-bit object and %s is 32-bit"
msgstr ""
#: elf32-sh64.c:226 elf64-sh64.c:2412
#, c-format
msgid "%s: object size does not match that of target %s"
msgstr ""
#: elf32-sh64.c:461 elf64-sh64.c:2990
#, c-format
msgid "%s: encountered datalabel symbol in input"
msgstr ""
#: elf32-sh64.c:544
msgid "PTB mismatch: a SHmedia address (bit 0 == 1)"
msgstr ""
#: elf32-sh64.c:547
msgid "PTA mismatch: a SHcompact address (bit 0 == 0)"
msgstr ""
#: elf32-sh64.c:565
#, c-format
msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16"
msgstr ""
#: elf32-sh64.c:614 elf64-sh64.c:1748
#, c-format
msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n"
msgstr ""
#: elf32-sh64.c:698
#, c-format
msgid "%s: could not write out added .cranges entries"
msgstr ""
#: elf32-sh64.c:760
#, c-format
msgid "%s: could not write out sorted .cranges entries"
msgstr ""
#: elf32-sparc.c:2521 elf64-sparc.c:2314 #: elf32-sparc.c:2521 elf64-sparc.c:2314
#, c-format #, c-format
msgid "%s: probably compiled without -fPIC?" msgid "%s: probably compiled without -fPIC?"
@ -1529,7 +1430,7 @@ msgstr ""
msgid "%s: warning: %s relocation to 0x%x from %s section" msgid "%s: warning: %s relocation to 0x%x from %s section"
msgstr "" msgstr ""
#: elf32-xstormy16.c:462 elf32-ia64.c:2450 elf64-ia64.c:2450 #: elf32-ia64.c:2450 elf32-xstormy16.c:462 elf64-ia64.c:2450
msgid "non-zero addend in @fptr reloc" msgid "non-zero addend in @fptr reloc"
msgstr "" msgstr ""
@ -1729,6 +1630,12 @@ msgstr ""
msgid "%s: error: relocation %s not a multiple of %d" msgid "%s: error: relocation %s not a multiple of %d"
msgstr "" msgstr ""
#: elf-hppa.h:1458 elf-hppa.h:1491 elf-m10300.c:1628 elf64-sh64.c:1704
#, c-format
msgid ""
"%s: warning: unresolvable relocation against symbol `%s' from %s section"
msgstr ""
#: elf64-sparc.c:1370 #: elf64-sparc.c:1370
#, c-format #, c-format
msgid "%s: check_relocs: unhandled reloc type %d" msgid "%s: check_relocs: unhandled reloc type %d"
@ -1764,6 +1671,98 @@ msgstr ""
msgid "%s: %s' accessed both as normal and thread local symbol" msgid "%s: %s' accessed both as normal and thread local symbol"
msgstr "" msgstr ""
#: elf.c:372
#, c-format
msgid "%s: invalid string offset %u >= %lu for section `%s'"
msgstr ""
#: elf.c:624
#, c-format
msgid "%s: invalid SHT_GROUP entry"
msgstr ""
#: elf.c:695
#, c-format
msgid "%s: no group info for section %s"
msgstr ""
#: elf.c:1055
msgid ""
"\n"
"Program Header:\n"
msgstr ""
#: elf.c:1106
msgid ""
"\n"
"Dynamic Section:\n"
msgstr ""
#: elf.c:1235
msgid ""
"\n"
"Version definitions:\n"
msgstr ""
#: elf.c:1258
msgid ""
"\n"
"Version References:\n"
msgstr ""
#: elf.c:1263
#, c-format
msgid " required from %s:\n"
msgstr ""
#: elf.c:1944
#, c-format
msgid "%s: invalid link %lu for reloc section %s (index %u)"
msgstr ""
#: elf.c:3686
#, c-format
msgid "%s: Not enough room for program headers (allocated %u, need %u)"
msgstr ""
#: elf.c:3791
#, c-format
msgid "%s: Not enough room for program headers, try linking with -N"
msgstr ""
#: elf.c:3922
#, c-format
msgid ""
"Error: First section in segment (%s) starts at 0x%x whereas the segment "
"starts at 0x%x"
msgstr ""
#: elf.c:4242
#, c-format
msgid "%s: warning: allocated section `%s' not in segment"
msgstr ""
#: elf.c:4566
#, c-format
msgid "%s: symbol `%s' required but not present"
msgstr ""
#: elf.c:4854
#, c-format
msgid "%s: warning: Empty loadable segment detected, is this intentional ?\n"
msgstr ""
#: elf.c:5485
#, c-format
msgid ""
"Unable to find equivalent output section for symbol '%s' from section '%s'"
msgstr ""
#: elf.c:6298
#, c-format
msgid "%s: unsupported relocation type %s"
msgstr ""
#: elfcode.h:1113 #: elfcode.h:1113
#, c-format #, c-format
msgid "%s: version count (%ld) does not match symbol count (%ld)" msgid "%s: version count (%ld) does not match symbol count (%ld)"
@ -2271,31 +2270,6 @@ msgstr ""
msgid "Unhandled OSF/1 core file section type %d\n" msgid "Unhandled OSF/1 core file section type %d\n"
msgstr "" msgstr ""
#: pe-mips.c:659
#, c-format
msgid "%s: `ld -r' not supported with PE MIPS objects\n"
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
#. val = VMA of what we need to refer to
#.
#: pe-mips.c:795
#, c-format
msgid "%s: unimplemented %s\n"
msgstr ""
#: pe-mips.c:821
#, c-format
msgid "%s: jump too far away\n"
msgstr ""
#: pe-mips.c:848
#, c-format
msgid "%s: bad pair/reflo after refhi\n"
msgstr ""
#. XXX code yet to be written. #. XXX code yet to be written.
#: peicode.h:787 #: peicode.h:787
#, c-format #, c-format
@ -2334,6 +2308,31 @@ msgstr ""
msgid "%s: string not null terminated in ILF object file." msgid "%s: string not null terminated in ILF object file."
msgstr "" msgstr ""
#: pe-mips.c:659
#, c-format
msgid "%s: `ld -r' not supported with PE MIPS objects\n"
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
#. val = VMA of what we need to refer to
#.
#: pe-mips.c:795
#, c-format
msgid "%s: unimplemented %s\n"
msgstr ""
#: pe-mips.c:821
#, c-format
msgid "%s: jump too far away\n"
msgstr ""
#: pe-mips.c:848
#, c-format
msgid "%s: bad pair/reflo after refhi\n"
msgstr ""
#: ppcboot.c:416 #: ppcboot.c:416
msgid "" msgid ""
"\n" "\n"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
2003-07-14 Nick Clifton <nickc@redhat.com>
* po/tr.po: Update with latest version.
* po/POTFILES.in: Regenerate.
* po/gas.pot: Regenerate.
* configure: Regenerate.
2003-07-14 Nick Clifton <nickc@redhat.com> 2003-07-14 Nick Clifton <nickc@redhat.com>
* config/tc-ip2k.c: Remove inclusion of <ctype.h> * config/tc-ip2k.c: Remove inclusion of <ctype.h>

534
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -114,10 +114,10 @@ config/tc-ppc.c
config/tc-ppc.h config/tc-ppc.h
config/tc-s390.c config/tc-s390.c
config/tc-s390.h config/tc-s390.h
config/tc-sh.c
config/tc-sh.h
config/tc-sh64.c config/tc-sh64.c
config/tc-sh64.h config/tc-sh64.h
config/tc-sh.c
config/tc-sh.h
config/tc-sparc.c config/tc-sparc.c
config/tc-sparc.h config/tc-sparc.h
config/tc-tahoe.c config/tc-tahoe.c
@ -153,18 +153,18 @@ ecoff.c
ecoff.h ecoff.h
ehopt.c ehopt.c
ehopt.c ehopt.c
emul-target.h
emul.h emul.h
emul-target.h
expr.c expr.c
expr.c expr.c
expr.h expr.h
flonum-copy.c flonum-copy.c
flonum-copy.c flonum-copy.c
flonum-konst.c
flonum-konst.c
flonum-mult.c
flonum-mult.c
flonum.h flonum.h
flonum-konst.c
flonum-konst.c
flonum-mult.c
flonum-mult.c
frags.c frags.c
frags.c frags.c
frags.h frags.h

View File

@ -1,13 +1,12 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2003-07-11 13:57+0930\n" "POT-Creation-Date: 2003-07-14 11:32+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1544,7 +1543,7 @@ msgstr ""
msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
msgstr "" msgstr ""
#: config/tc-arc.c:1615 config/tc-arm.c:11416 config/tc-ip2k.c:221 #: config/tc-arc.c:1615 config/tc-arm.c:11416 config/tc-ip2k.c:219
msgid "md_estimate_size_before_relax\n" msgid "md_estimate_size_before_relax\n"
msgstr "" msgstr ""
@ -3401,7 +3400,7 @@ msgid "Addend to unresolved symbol not on word boundary."
msgstr "" msgstr ""
#: config/tc-fr30.c:524 config/tc-frv.c:1289 config/tc-i960.c:798 #: config/tc-fr30.c:524 config/tc-frv.c:1289 config/tc-i960.c:798
#: config/tc-ip2k.c:353 config/tc-m32r.c:1884 config/tc-openrisc.c:452 #: config/tc-ip2k.c:351 config/tc-m32r.c:1884 config/tc-openrisc.c:452
#: config/tc-xstormy16.c:636 #: config/tc-xstormy16.c:636
msgid "Bad call to md_atof()" msgid "Bad call to md_atof()"
msgstr "" msgstr ""
@ -3671,7 +3670,7 @@ msgid "call tomd_estimate_size_before_relax \n"
msgstr "" msgstr ""
#: config/tc-h8300.c:2337 config/tc-mcore.c:2355 config/tc-pj.c:581 #: config/tc-h8300.c:2337 config/tc-mcore.c:2355 config/tc-pj.c:581
#: config/tc-sh.c:3958 #: config/tc-sh.c:3956
#, c-format #, c-format
msgid "Cannot represent relocation type %s" msgid "Cannot represent relocation type %s"
msgstr "" msgstr ""
@ -4172,7 +4171,7 @@ msgstr ""
msgid "no such architecture modifier: `%s'" msgid "no such architecture modifier: `%s'"
msgstr "" msgstr ""
#: config/tc-i386.c:880 config/tc-i386.c:5013 #: config/tc-i386.c:880 config/tc-i386.c:5022
msgid "Unknown architecture" msgid "Unknown architecture"
msgstr "" msgstr ""
@ -4185,7 +4184,7 @@ msgstr ""
msgid "There are no unsigned pc-relative relocations" msgid "There are no unsigned pc-relative relocations"
msgstr "" msgstr ""
#: config/tc-i386.c:1199 config/tc-i386.c:5225 #: config/tc-i386.c:1199 config/tc-i386.c:5234
#, c-format #, c-format
msgid "can not do %d byte pc-relative relocation" msgid "can not do %d byte pc-relative relocation"
msgstr "" msgstr ""
@ -4404,7 +4403,7 @@ msgstr ""
msgid "unimplemented segment type %d in operand" msgid "unimplemented segment type %d in operand"
msgstr "" msgstr ""
#: config/tc-i386.c:3789 config/tc-i386.c:6002 #: config/tc-i386.c:3789 config/tc-i386.c:6011
#, c-format #, c-format
msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
msgstr "" msgstr ""
@ -4489,15 +4488,15 @@ msgstr ""
msgid "long jump required" msgid "long jump required"
msgstr "" msgstr ""
#: config/tc-i386.c:4796 #: config/tc-i386.c:4805
msgid "Bad call to md_atof ()" msgid "Bad call to md_atof ()"
msgstr "" msgstr ""
#: config/tc-i386.c:4964 #: config/tc-i386.c:4973
msgid "No compiled in support for x86_64" msgid "No compiled in support for x86_64"
msgstr "" msgstr ""
#: config/tc-i386.c:4985 #: config/tc-i386.c:4994
msgid "" msgid ""
" -Q ignored\n" " -Q ignored\n"
" -V print assembler version number\n" " -V print assembler version number\n"
@ -4507,65 +4506,65 @@ msgid ""
" -s ignored\n" " -s ignored\n"
msgstr "" msgstr ""
#: config/tc-i386.c:4993 #: config/tc-i386.c:5002
msgid "" msgid ""
" -n Do not optimize code alignment\n" " -n Do not optimize code alignment\n"
" -q quieten some warnings\n" " -q quieten some warnings\n"
msgstr "" msgstr ""
#: config/tc-i386.c:5095 config/tc-s390.c:1841 #: config/tc-i386.c:5104 config/tc-s390.c:1841
msgid "GOT already in symbol table" msgid "GOT already in symbol table"
msgstr "" msgstr ""
#: config/tc-i386.c:5240 #: config/tc-i386.c:5249
#, c-format #, c-format
msgid "can not do %d byte relocation" msgid "can not do %d byte relocation"
msgstr "" msgstr ""
#: config/tc-i386.c:5308 config/tc-s390.c:2285 #: config/tc-i386.c:5317 config/tc-s390.c:2285
#, c-format #, c-format
msgid "cannot represent relocation type %s" msgid "cannot represent relocation type %s"
msgstr "" msgstr ""
#: config/tc-i386.c:5604 #: config/tc-i386.c:5613
#, c-format #, c-format
msgid "too many memory references for '%s'" msgid "too many memory references for '%s'"
msgstr "" msgstr ""
#: config/tc-i386.c:5767 #: config/tc-i386.c:5776
#, c-format #, c-format
msgid "Unknown operand modifier `%s'\n" msgid "Unknown operand modifier `%s'\n"
msgstr "" msgstr ""
#: config/tc-i386.c:5974 #: config/tc-i386.c:5983
#, c-format #, c-format
msgid "`%s' is not a valid segment register" msgid "`%s' is not a valid segment register"
msgstr "" msgstr ""
#: config/tc-i386.c:5984 config/tc-i386.c:6105 #: config/tc-i386.c:5993 config/tc-i386.c:6114
msgid "Register scaling only allowed in memory operands." msgid "Register scaling only allowed in memory operands."
msgstr "" msgstr ""
#: config/tc-i386.c:6015 #: config/tc-i386.c:6024
msgid "Too many register references in memory operand.\n" msgid "Too many register references in memory operand.\n"
msgstr "" msgstr ""
#: config/tc-i386.c:6084 #: config/tc-i386.c:6093
#, c-format #, c-format
msgid "Syntax error. Expecting a constant. Got `%s'.\n" msgid "Syntax error. Expecting a constant. Got `%s'.\n"
msgstr "" msgstr ""
#: config/tc-i386.c:6154 #: config/tc-i386.c:6163
#, c-format #, c-format
msgid "Unrecognized token '%s'" msgid "Unrecognized token '%s'"
msgstr "" msgstr ""
#: config/tc-i386.c:6171 #: config/tc-i386.c:6180
#, c-format #, c-format
msgid "Unexpected token `%s'\n" msgid "Unexpected token `%s'\n"
msgstr "" msgstr ""
#: config/tc-i386.c:6315 #: config/tc-i386.c:6324
#, c-format #, c-format
msgid "Unrecognized token `%s'\n" msgid "Unrecognized token `%s'\n"
msgstr "" msgstr ""
@ -5005,19 +5004,19 @@ msgstr ""
msgid "section `%s' aliased to `%s' is not used" msgid "section `%s' aliased to `%s' is not used"
msgstr "" msgstr ""
#: config/tc-ip2k.c:125 #: config/tc-ip2k.c:123
msgid "IP2K specific command line options:\n" msgid "IP2K specific command line options:\n"
msgstr "" msgstr ""
#: config/tc-ip2k.c:126 #: config/tc-ip2k.c:124
msgid " -mip2022 restrict to IP2022 insns \n" msgid " -mip2022 restrict to IP2022 insns \n"
msgstr "" msgstr ""
#: config/tc-ip2k.c:127 #: config/tc-ip2k.c:125
msgid " -mip2022ext permit extended IP2022 insn\n" msgid " -mip2022ext permit extended IP2022 insn\n"
msgstr "" msgstr ""
#: config/tc-ip2k.c:248 #: config/tc-ip2k.c:246
msgid "md_pcrel_from\n" msgid "md_pcrel_from\n"
msgstr "" msgstr ""
@ -7916,6 +7915,188 @@ msgstr ""
msgid "unsupported relocation type" msgid "unsupported relocation type"
msgstr "" msgstr ""
#: config/tc-sh64.c:596
msgid "This operand must be constant at assembly time"
msgstr ""
#: config/tc-sh64.c:711
msgid "Invalid operand expression"
msgstr ""
#: config/tc-sh64.c:798 config/tc-sh64.c:904
msgid "PTB operand is a SHmedia symbol"
msgstr ""
#: config/tc-sh64.c:801 config/tc-sh64.c:901
msgid "PTA operand is a SHcompact symbol"
msgstr ""
#: config/tc-sh64.c:817
msgid "invalid expression in operand"
msgstr ""
#: config/tc-sh64.c:1514
#, c-format
msgid "invalid operand, not a 5-bit unsigned value: %d"
msgstr ""
#: config/tc-sh64.c:1519
#, c-format
msgid "invalid operand, not a 6-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1524
#, c-format
msgid "invalid operand, not a 6-bit unsigned value: %d"
msgstr ""
#: config/tc-sh64.c:1529 config/tc-sh64.c:1541
#, c-format
msgid "invalid operand, not a 11-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1531
#, c-format
msgid "invalid operand, not a multiple of 32: %d"
msgstr ""
#: config/tc-sh64.c:1536
#, c-format
msgid "invalid operand, not a 10-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1543
#, c-format
msgid "invalid operand, not an even value: %d"
msgstr ""
#: config/tc-sh64.c:1548
#, c-format
msgid "invalid operand, not a 12-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1550
#, c-format
msgid "invalid operand, not a multiple of 4: %d"
msgstr ""
#: config/tc-sh64.c:1555
#, c-format
msgid "invalid operand, not a 13-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1557
#, c-format
msgid "invalid operand, not a multiple of 8: %d"
msgstr ""
#: config/tc-sh64.c:1562
#, c-format
msgid "invalid operand, not a 16-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1567
#, c-format
msgid "invalid operand, not an 16-bit unsigned value: %d"
msgstr ""
#: config/tc-sh64.c:1573
msgid "operand out of range for PT, PTA and PTB"
msgstr ""
#: config/tc-sh64.c:1575
#, c-format
msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
msgstr ""
#: config/tc-sh64.c:2103
#, c-format
msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
msgstr ""
#: config/tc-sh64.c:2466 config/tc-sh64.c:2631 config/tc-sh64.c:2646
msgid "invalid PIC reference"
msgstr ""
#: config/tc-sh64.c:2524
msgid "can't find opcode"
msgstr ""
#: config/tc-sh64.c:2854
#, c-format
msgid "invalid operands to %s"
msgstr ""
#: config/tc-sh64.c:2860
#, c-format
msgid "excess operands to %s"
msgstr ""
#: config/tc-sh64.c:2906
#, c-format
msgid "The `.mode %s' directive is not valid with this architecture"
msgstr ""
#: config/tc-sh64.c:2914
#, c-format
msgid "Invalid argument to .mode: %s"
msgstr ""
#: config/tc-sh64.c:2945
#, c-format
msgid "The `.abi %s' directive is not valid with this architecture"
msgstr ""
#: config/tc-sh64.c:2951
msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
msgstr ""
#: config/tc-sh64.c:2956
msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
msgstr ""
#: config/tc-sh64.c:2959
#, c-format
msgid "Invalid argument to .abi: %s"
msgstr ""
#: config/tc-sh64.c:3014
msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
msgstr ""
#: config/tc-sh64.c:3019
msgid "-shcompact-const-crange is invalid without SHcompact"
msgstr ""
#: config/tc-sh64.c:3022
msgid "-expand-pt32 only valid with -abi=64"
msgstr ""
#: config/tc-sh64.c:3025
msgid "-no-expand only valid with SHcompact or SHmedia"
msgstr ""
#: config/tc-sh64.c:3028
msgid "-expand-pt32 invalid together with -no-expand"
msgstr ""
#: config/tc-sh64.c:3250
msgid ""
"SHmedia code not allowed in same section as constants and SHcompact code"
msgstr ""
#: config/tc-sh64.c:3268
msgid "No segment info for current section"
msgstr ""
#: config/tc-sh64.c:3310
msgid "duplicate datalabel operator ignored"
msgstr ""
#: config/tc-sh64.c:3380
msgid "Invalid DataLabel expression"
msgstr ""
#: config/tc-sh.c:91 #: config/tc-sh.c:91
msgid "directive .big encountered when option -big required" msgid "directive .big encountered when option -big required"
msgstr "" msgstr ""
@ -8147,188 +8328,6 @@ msgstr ""
msgid "misaligned offset" msgid "misaligned offset"
msgstr "" msgstr ""
#: config/tc-sh64.c:596
msgid "This operand must be constant at assembly time"
msgstr ""
#: config/tc-sh64.c:711
msgid "Invalid operand expression"
msgstr ""
#: config/tc-sh64.c:798 config/tc-sh64.c:904
msgid "PTB operand is a SHmedia symbol"
msgstr ""
#: config/tc-sh64.c:801 config/tc-sh64.c:901
msgid "PTA operand is a SHcompact symbol"
msgstr ""
#: config/tc-sh64.c:817
msgid "invalid expression in operand"
msgstr ""
#: config/tc-sh64.c:1514
#, c-format
msgid "invalid operand, not a 5-bit unsigned value: %d"
msgstr ""
#: config/tc-sh64.c:1519
#, c-format
msgid "invalid operand, not a 6-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1524
#, c-format
msgid "invalid operand, not a 6-bit unsigned value: %d"
msgstr ""
#: config/tc-sh64.c:1529 config/tc-sh64.c:1541
#, c-format
msgid "invalid operand, not a 11-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1531
#, c-format
msgid "invalid operand, not a multiple of 32: %d"
msgstr ""
#: config/tc-sh64.c:1536
#, c-format
msgid "invalid operand, not a 10-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1543
#, c-format
msgid "invalid operand, not an even value: %d"
msgstr ""
#: config/tc-sh64.c:1548
#, c-format
msgid "invalid operand, not a 12-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1550
#, c-format
msgid "invalid operand, not a multiple of 4: %d"
msgstr ""
#: config/tc-sh64.c:1555
#, c-format
msgid "invalid operand, not a 13-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1557
#, c-format
msgid "invalid operand, not a multiple of 8: %d"
msgstr ""
#: config/tc-sh64.c:1562
#, c-format
msgid "invalid operand, not a 16-bit signed value: %d"
msgstr ""
#: config/tc-sh64.c:1567
#, c-format
msgid "invalid operand, not an 16-bit unsigned value: %d"
msgstr ""
#: config/tc-sh64.c:1573
msgid "operand out of range for PT, PTA and PTB"
msgstr ""
#: config/tc-sh64.c:1575
#, c-format
msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
msgstr ""
#: config/tc-sh64.c:2103
#, c-format
msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
msgstr ""
#: config/tc-sh64.c:2466 config/tc-sh64.c:2631 config/tc-sh64.c:2646
msgid "invalid PIC reference"
msgstr ""
#: config/tc-sh64.c:2524
msgid "can't find opcode"
msgstr ""
#: config/tc-sh64.c:2854
#, c-format
msgid "invalid operands to %s"
msgstr ""
#: config/tc-sh64.c:2860
#, c-format
msgid "excess operands to %s"
msgstr ""
#: config/tc-sh64.c:2906
#, c-format
msgid "The `.mode %s' directive is not valid with this architecture"
msgstr ""
#: config/tc-sh64.c:2914
#, c-format
msgid "Invalid argument to .mode: %s"
msgstr ""
#: config/tc-sh64.c:2945
#, c-format
msgid "The `.abi %s' directive is not valid with this architecture"
msgstr ""
#: config/tc-sh64.c:2951
msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
msgstr ""
#: config/tc-sh64.c:2956
msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
msgstr ""
#: config/tc-sh64.c:2959
#, c-format
msgid "Invalid argument to .abi: %s"
msgstr ""
#: config/tc-sh64.c:3014
msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
msgstr ""
#: config/tc-sh64.c:3019
msgid "-shcompact-const-crange is invalid without SHcompact"
msgstr ""
#: config/tc-sh64.c:3022
msgid "-expand-pt32 only valid with -abi=64"
msgstr ""
#: config/tc-sh64.c:3025
msgid "-no-expand only valid with SHcompact or SHmedia"
msgstr ""
#: config/tc-sh64.c:3028
msgid "-expand-pt32 invalid together with -no-expand"
msgstr ""
#: config/tc-sh64.c:3250
msgid ""
"SHmedia code not allowed in same section as constants and SHcompact code"
msgstr ""
#: config/tc-sh64.c:3268
msgid "No segment info for current section"
msgstr ""
#: config/tc-sh64.c:3310
msgid "duplicate datalabel operator ignored"
msgstr ""
#: config/tc-sh64.c:3380
msgid "Invalid DataLabel expression"
msgstr ""
#: config/tc-sparc.c:287 #: config/tc-sparc.c:287
msgid "Invalid default architecture, broken assembler." msgid "Invalid default architecture, broken assembler."
msgstr "" msgstr ""
@ -8523,7 +8522,6 @@ msgid ": asr number must be between 0 and 31"
msgstr "" msgstr ""
#: config/tc-sparc.c:1658 #: config/tc-sparc.c:1658
#, c-format
msgid ": expecting %asrN" msgid ": expecting %asrN"
msgstr "" msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
2003-07-14 Nick Clifton <nickc@redhat.com>
* po/tr.po: Update with latest version.
* po/POTFILES.in: Regenerate.
* Makefile.in: Regenerate.
2003-07-11 Alan Modra <amodra@bigpond.net.au> 2003-07-11 Alan Modra <amodra@bigpond.net.au>
* po/opcodes.pot: Regenerate. * po/opcodes.pot: Regenerate.

View File

@ -1,4 +1,4 @@
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
@ -467,7 +467,7 @@ acinclude.m4 aclocal.m4 config.in configure configure.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar TAR = gtar
GZIP_ENV = --best GZIP_ENV = --best
SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES) SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS) OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS)

View File

@ -16,8 +16,8 @@ d10v-dis.c
d10v-opc.c d10v-opc.c
d30v-dis.c d30v-dis.c
d30v-opc.c d30v-opc.c
dis-buf.c
disassemble.c disassemble.c
dis-buf.c
dlx-dis.c dlx-dis.c
fr30-asm.c fr30-asm.c
fr30-desc.c fr30-desc.c
@ -48,12 +48,12 @@ ia64-dis.c
ia64-gen.c ia64-gen.c
ia64-opc-a.c ia64-opc-a.c
ia64-opc-b.c ia64-opc-b.c
ia64-opc.c
ia64-opc-d.c ia64-opc-d.c
ia64-opc-f.c ia64-opc-f.c
ia64-opc.h
ia64-opc-i.c ia64-opc-i.c
ia64-opc-m.c ia64-opc-m.c
ia64-opc.c
ia64-opc.h
ip2k-asm.c ip2k-asm.c
ip2k-desc.c ip2k-desc.c
ip2k-desc.h ip2k-desc.h
@ -87,9 +87,9 @@ m68k-opc.c
m88k-dis.c m88k-dis.c
mcore-dis.c mcore-dis.c
mcore-opc.h mcore-opc.h
mips16-opc.c
mips-dis.c mips-dis.c
mips-opc.c mips-opc.c
mips16-opc.c
mmix-dis.c mmix-dis.c
mmix-opc.c mmix-opc.c
ns32k-dis.c ns32k-dis.c
@ -111,11 +111,11 @@ ppc-opc.c
s390-dis.c s390-dis.c
s390-mkopc.c s390-mkopc.c
s390-opc.c s390-opc.c
sh-dis.c
sh-opc.h
sh64-dis.c sh64-dis.c
sh64-opc.c sh64-opc.c
sh64-opc.h sh64-opc.h
sh-dis.c
sh-opc.h
sparc-dis.c sparc-dis.c
sparc-opc.c sparc-opc.c
sysdep.h sysdep.h
@ -139,5 +139,5 @@ xstormy16-opc.c
xstormy16-opc.h xstormy16-opc.h
xtensa-dis.c xtensa-dis.c
z8k-dis.c z8k-dis.c
z8k-opc.h
z8kgen.c z8kgen.c
z8k-opc.h

View File

@ -1,18 +1,18 @@
# Binutils Opcode Turkish Translation # translation of opcodes-2.14rel030712.tr.po to Turkish
# Copyright (C) 2001 Free Software Foundation, Inc. # Copyright (C) 2003 Free Software Foundation, Inc.
# Deniz Akkus Kanca <deniz@arayan.com>, 2001. # Deniz Akkus Kanca <deniz@arayan.com>, 2001,2003.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: opcodes 2.12.91\n" "Project-Id-Version: opcodes 2.14rel030712\n"
"POT-Creation-Date: 2002-07-23 15:55-0400\n" "POT-Creation-Date: 2003-07-11 13:56+0930\n"
"PO-Revision-Date: 2002-07-24 11:26EET\n" "PO-Revision-Date: 2003-07-13 22:58+0300\n"
"Last-Translator: Deniz Akkus Kanca <deniz@arayan.com>\n" "Last-Translator: Deniz Akkus Kanca <deniz@arayan.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n" "X-Generator: KBabel 1.0\n"
#: alpha-opc.c:335 #: alpha-opc.c:335
msgid "branch operand unaligned" msgid "branch operand unaligned"
@ -26,21 +26,21 @@ msgstr "atlama işareti hizalı değil"
msgid "Illegal limm reference in last instruction!\n" msgid "Illegal limm reference in last instruction!\n"
msgstr "Son işlemde geçersiz limm referansı!\n" msgstr "Son işlemde geçersiz limm referansı!\n"
#: arm-dis.c:507 #: arm-dis.c:554
msgid "<illegal precision>" msgid "<illegal precision>"
msgstr "<geçersiz kesinlik>" msgstr "<geçersiz kesinlik>"
#: arm-dis.c:1010 #: arm-dis.c:1162
#, c-format #, c-format
msgid "Unrecognised register name set: %s\n" msgid "Unrecognised register name set: %s\n"
msgstr "Bilinmeyen yazmaç ad kümesi: %s\n" msgstr "Bilinmeyen yazmaç ad kümesi: %s\n"
#: arm-dis.c:1017 #: arm-dis.c:1169
#, c-format #, c-format
msgid "Unrecognised disassembler option: %s\n" msgid "Unrecognised disassembler option: %s\n"
msgstr "Bilinmeyen karşıt-çevirici seçeneği: %s\n" msgstr "Bilinmeyen karşıt-çevirici seçeneği: %s\n"
#: arm-dis.c:1191 #: arm-dis.c:1343
msgid "" msgid ""
"\n" "\n"
"The following ARM specific disassembler options are supported for use with\n" "The following ARM specific disassembler options are supported for use with\n"
@ -50,26 +50,26 @@ msgstr ""
"Aşağıdaki ARM'a özgü karşıt-çevirici seçenekleri \n" "Aşağıdaki ARM'a özgü karşıt-çevirici seçenekleri \n"
"-M seçeneği ile kullanılabilir:\n" "-M seçeneği ile kullanılabilir:\n"
#: avr-dis.c:118 avr-dis.c:128 #: avr-dis.c:117 avr-dis.c:127
msgid "undefined" msgid "undefined"
msgstr "tanımlanmamış" msgstr "tanımlanmamış"
#: avr-dis.c:180 #: avr-dis.c:179
msgid "Internal disassembler error" msgid "Internal disassembler error"
msgstr "İç karşıt-çevirici hatası " msgstr "İç karşıt-çevirici hatası "
#: avr-dis.c:228 #: avr-dis.c:227
#, c-format #, c-format
msgid "unknown constraint `%c'" msgid "unknown constraint `%c'"
msgstr "`%c' bilinmeyen kısıtı" msgstr "`%c' bilinmeyen kısıtı"
#: cgen-asm.c:346 fr30-ibld.c:195 frv-ibld.c:195 m32r-ibld.c:195 #: cgen-asm.c:348 fr30-ibld.c:195 frv-ibld.c:195 ip2k-ibld.c:195
#: openrisc-ibld.c:195 xstormy16-ibld.c:195 #: iq2000-ibld.c:195 m32r-ibld.c:195 openrisc-ibld.c:195 xstormy16-ibld.c:195
#, c-format #, c-format
msgid "operand out of range (%ld not between %ld and %ld)" msgid "operand out of range (%ld not between %ld and %ld)"
msgstr "Kapsam dışı terim (%ld, %ld ve %ld arasında değil) " msgstr "Kapsam dışı terim (%ld, %ld ve %ld arasında değil) "
#: cgen-asm.c:367 #: cgen-asm.c:369
#, c-format #, c-format
msgid "operand out of range (%lu not between %lu and %lu)" msgid "operand out of range (%lu not between %lu and %lu)"
msgstr "Kapsam dışı terim (%lu, %lu ve %lu arasında değil)" msgstr "Kapsam dışı terim (%lu, %lu ve %lu arasında değil)"
@ -90,129 +90,135 @@ msgstr "Bilinmeyen hata %d\n"
msgid "Address 0x%x is out of bounds.\n" msgid "Address 0x%x is out of bounds.\n"
msgstr "0x%x adresi sınırların dışında.\n" msgstr "0x%x adresi sınırların dışında.\n"
#: fr30-asm.c:323 frv-asm.c:595 m32r-asm.c:325 openrisc-asm.c:244 #: fr30-asm.c:323 frv-asm.c:626 ip2k-asm.c:574 iq2000-asm.c:460 m32r-asm.c:325
#: xstormy16-asm.c:231 #: openrisc-asm.c:261 xstormy16-asm.c:284
#, c-format #, c-format
msgid "Unrecognized field %d while parsing.\n" msgid "Unrecognized field %d while parsing.\n"
msgstr "Ayrıştırma esnasında bilinmeyen alan %d bulundu.\n" msgstr "Ayrıştırma esnasında bilinmeyen alan %d bulundu.\n"
#: fr30-asm.c:373 frv-asm.c:645 m32r-asm.c:375 openrisc-asm.c:294 #: fr30-asm.c:373 frv-asm.c:676 ip2k-asm.c:624 iq2000-asm.c:510 m32r-asm.c:375
#: xstormy16-asm.c:281 #: openrisc-asm.c:311 xstormy16-asm.c:334
msgid "missing mnemonic in syntax string" msgid "missing mnemonic in syntax string"
msgstr "biçem dizgesinde ipucu eksik" msgstr "biçem dizgesinde ipucu eksik"
#. We couldn't parse it. #. We couldn't parse it.
#: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 frv-asm.c:781 #: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 frv-asm.c:812
#: frv-asm.c:785 frv-asm.c:872 frv-asm.c:974 m32r-asm.c:511 m32r-asm.c:515 #: frv-asm.c:816 frv-asm.c:903 frv-asm.c:1005 ip2k-asm.c:760 ip2k-asm.c:764
#: m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:430 openrisc-asm.c:434 #: ip2k-asm.c:851 ip2k-asm.c:953 iq2000-asm.c:646 iq2000-asm.c:650
#: openrisc-asm.c:521 openrisc-asm.c:623 xstormy16-asm.c:417 #: iq2000-asm.c:737 iq2000-asm.c:839 m32r-asm.c:511 m32r-asm.c:515
#: xstormy16-asm.c:421 xstormy16-asm.c:508 xstormy16-asm.c:610 #: m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:447 openrisc-asm.c:451
#: openrisc-asm.c:538 openrisc-asm.c:640 xstormy16-asm.c:470
#: xstormy16-asm.c:474 xstormy16-asm.c:561 xstormy16-asm.c:663
msgid "unrecognized instruction" msgid "unrecognized instruction"
msgstr "bilinmeyen işlem" msgstr "bilinmeyen işlem"
#: fr30-asm.c:556 frv-asm.c:828 m32r-asm.c:558 openrisc-asm.c:477 #: fr30-asm.c:556 frv-asm.c:859 ip2k-asm.c:807 iq2000-asm.c:693 m32r-asm.c:558
#: xstormy16-asm.c:464 #: openrisc-asm.c:494 xstormy16-asm.c:517
#, c-format #, c-format
msgid "syntax error (expected char `%c', found `%c')" msgid "syntax error (expected char `%c', found `%c')"
msgstr "biçem hatası (char `%c' beklenirken `%c' bulundu)" msgstr "biçem hatası (char `%c' beklenirken `%c' bulundu)"
#: fr30-asm.c:566 frv-asm.c:838 m32r-asm.c:568 openrisc-asm.c:487 #: fr30-asm.c:566 frv-asm.c:869 ip2k-asm.c:817 iq2000-asm.c:703 m32r-asm.c:568
#: xstormy16-asm.c:474 #: openrisc-asm.c:504 xstormy16-asm.c:527
#, c-format #, c-format
msgid "syntax error (expected char `%c', found end of instruction)" msgid "syntax error (expected char `%c', found end of instruction)"
msgstr "biçem hatası (char `%c' beklenirken işlem sonu bulundu)" msgstr "biçem hatası (char `%c' beklenirken işlem sonu bulundu)"
#: fr30-asm.c:594 frv-asm.c:866 m32r-asm.c:596 openrisc-asm.c:515 #: fr30-asm.c:594 frv-asm.c:897 ip2k-asm.c:845 iq2000-asm.c:731 m32r-asm.c:596
#: xstormy16-asm.c:502 #: openrisc-asm.c:532 xstormy16-asm.c:555
msgid "junk at end of line" msgid "junk at end of line"
msgstr "Satır sonu bozuk " msgstr "Satır sonu bozuk "
#: fr30-asm.c:701 frv-asm.c:973 m32r-asm.c:703 openrisc-asm.c:622 #: fr30-asm.c:701 frv-asm.c:1004 ip2k-asm.c:952 iq2000-asm.c:838
#: xstormy16-asm.c:609 #: m32r-asm.c:703 openrisc-asm.c:639 xstormy16-asm.c:662
msgid "unrecognized form of instruction" msgid "unrecognized form of instruction"
msgstr "bilinmeyen işlem türü" msgstr "bilinmeyen işlem türü"
#: fr30-asm.c:713 frv-asm.c:985 m32r-asm.c:715 openrisc-asm.c:634 #: fr30-asm.c:713 frv-asm.c:1016 ip2k-asm.c:964 iq2000-asm.c:850
#: xstormy16-asm.c:621 #: m32r-asm.c:715 openrisc-asm.c:651 xstormy16-asm.c:674
#, c-format #, c-format
msgid "bad instruction `%.50s...'" msgid "bad instruction `%.50s...'"
msgstr "geçersiz işlem `%.50s...'" msgstr "geçersiz işlem `%.50s...'"
#: fr30-asm.c:716 frv-asm.c:988 m32r-asm.c:718 openrisc-asm.c:637 #: fr30-asm.c:716 frv-asm.c:1019 ip2k-asm.c:967 iq2000-asm.c:853
#: xstormy16-asm.c:624 #: m32r-asm.c:718 openrisc-asm.c:654 xstormy16-asm.c:677
#, c-format #, c-format
msgid "bad instruction `%.50s'" msgid "bad instruction `%.50s'"
msgstr "geçersiz işlem `%.50s'" msgstr "geçersiz işlem `%.50s'"
#. Default text to print if an instruction isn't recognized. #. Default text to print if an instruction isn't recognized.
#: fr30-dis.c:39 frv-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 #: fr30-dis.c:41 frv-dis.c:41 ip2k-dis.c:41 iq2000-dis.c:41 m32r-dis.c:41
#: xstormy16-dis.c:39 #: mmix-dis.c:284 openrisc-dis.c:41 xstormy16-dis.c:41
msgid "*unknown*" msgid "*unknown*"
msgstr "*bilinmeyen*" msgstr "*bilinmeyen*"
#: fr30-dis.c:318 frv-dis.c:360 m32r-dis.c:249 openrisc-dis.c:136 #: fr30-dis.c:320 frv-dis.c:371 ip2k-dis.c:329 iq2000-dis.c:192 m32r-dis.c:251
#: xstormy16-dis.c:169 #: openrisc-dis.c:138 xstormy16-dis.c:171
#, c-format #, c-format
msgid "Unrecognized field %d while printing insn.\n" msgid "Unrecognized field %d while printing insn.\n"
msgstr "yönerge yazdırılırken bilinmeyen alan %d bulundu.\n" msgstr "yönerge yazdırılırken bilinmeyen alan %d bulundu.\n"
#: fr30-ibld.c:166 frv-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 #: fr30-ibld.c:166 frv-ibld.c:166 ip2k-ibld.c:166 iq2000-ibld.c:166
#: xstormy16-ibld.c:166 #: m32r-ibld.c:166 openrisc-ibld.c:166 xstormy16-ibld.c:166
#, c-format #, c-format
msgid "operand out of range (%ld not between %ld and %lu)" msgid "operand out of range (%ld not between %ld and %lu)"
msgstr "Kapsam dışı işlenen (%ld, %ld ve %lu arasında değil) " msgstr "Kapsam dışı işlenen (%ld, %ld ve %lu arasında değil) "
#: fr30-ibld.c:179 frv-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 #: fr30-ibld.c:179 frv-ibld.c:179 ip2k-ibld.c:179 iq2000-ibld.c:179
#: xstormy16-ibld.c:179 #: m32r-ibld.c:179 openrisc-ibld.c:179 xstormy16-ibld.c:179
#, c-format #, c-format
msgid "operand out of range (%lu not between 0 and %lu)" msgid "operand out of range (%lu not between 0 and %lu)"
msgstr "kapsam dışı terim (%lu 0 ve %lu arasında değil) " msgstr "kapsam dışı terim (%lu 0 ve %lu arasında değil) "
#: fr30-ibld.c:730 frv-ibld.c:820 m32r-ibld.c:659 openrisc-ibld.c:633 #: fr30-ibld.c:730 frv-ibld.c:829 ip2k-ibld.c:607 iq2000-ibld.c:713
#: xstormy16-ibld.c:678 #: m32r-ibld.c:659 openrisc-ibld.c:633 xstormy16-ibld.c:678
#, c-format #, c-format
msgid "Unrecognized field %d while building insn.\n" msgid "Unrecognized field %d while building insn.\n"
msgstr "Yönerge oluşturulurken bilinmeyen alan %d bulundu.\n" msgstr "Yönerge oluşturulurken bilinmeyen alan %d bulundu.\n"
#: fr30-ibld.c:937 frv-ibld.c:1103 m32r-ibld.c:792 openrisc-ibld.c:735 #: fr30-ibld.c:937 frv-ibld.c:1121 ip2k-ibld.c:684 iq2000-ibld.c:890
#: xstormy16-ibld.c:826 #: m32r-ibld.c:792 openrisc-ibld.c:735 xstormy16-ibld.c:826
#, c-format #, c-format
msgid "Unrecognized field %d while decoding insn.\n" msgid "Unrecognized field %d while decoding insn.\n"
msgstr "Yönerge çözümlenirken bilinmeyen alan %d bulundu.\n" msgstr "Yönerge çözümlenirken bilinmeyen alan %d bulundu.\n"
#: fr30-ibld.c:1086 frv-ibld.c:1348 m32r-ibld.c:902 openrisc-ibld.c:815 #: fr30-ibld.c:1086 frv-ibld.c:1375 ip2k-ibld.c:761 iq2000-ibld.c:1024
#: xstormy16-ibld.c:939 #: m32r-ibld.c:902 openrisc-ibld.c:815 xstormy16-ibld.c:939
#, c-format #, c-format
msgid "Unrecognized field %d while getting int operand.\n" msgid "Unrecognized field %d while getting int operand.\n"
msgstr "`int' terimi alınırken bilinmeyen alan %d bulundu.\n" msgstr "`int' terimi alınırken bilinmeyen alan %d bulundu.\n"
#: fr30-ibld.c:1215 frv-ibld.c:1573 m32r-ibld.c:992 openrisc-ibld.c:875 #: fr30-ibld.c:1215 frv-ibld.c:1609 ip2k-ibld.c:818 iq2000-ibld.c:1138
#: xstormy16-ibld.c:1032 #: m32r-ibld.c:992 openrisc-ibld.c:875 xstormy16-ibld.c:1032
#, c-format #, c-format
msgid "Unrecognized field %d while getting vma operand.\n" msgid "Unrecognized field %d while getting vma operand.\n"
msgstr "`vma' terimi alınırken bilinmeyen alan %d bulundu.\n" msgstr "`vma' terimi alınırken bilinmeyen alan %d bulundu.\n"
#: fr30-ibld.c:1349 frv-ibld.c:1807 m32r-ibld.c:1090 openrisc-ibld.c:944 #: fr30-ibld.c:1349 frv-ibld.c:1852 ip2k-ibld.c:880 iq2000-ibld.c:1261
#: xstormy16-ibld.c:1134 #: m32r-ibld.c:1090 openrisc-ibld.c:944 xstormy16-ibld.c:1134
#, c-format #, c-format
msgid "Unrecognized field %d while setting int operand.\n" msgid "Unrecognized field %d while setting int operand.\n"
msgstr "`int' terimi atanırken bilinmeyen alan %d bulundu.\n" msgstr "`int' terimi atanırken bilinmeyen alan %d bulundu.\n"
#: fr30-ibld.c:1471 frv-ibld.c:2029 m32r-ibld.c:1176 openrisc-ibld.c:1001 #: fr30-ibld.c:1471 frv-ibld.c:2083 ip2k-ibld.c:930 iq2000-ibld.c:1372
#: xstormy16-ibld.c:1224 #: m32r-ibld.c:1176 openrisc-ibld.c:1001 xstormy16-ibld.c:1224
#, c-format #, c-format
msgid "Unrecognized field %d while setting vma operand.\n" msgid "Unrecognized field %d while setting vma operand.\n"
msgstr "`vma' terimi atanırken bilinmeyen alan %d bulundu.\n" msgstr "`vma' terimi atanırken bilinmeyen alan %d bulundu.\n"
#: h8300-dis.c:385 #: frv-asm.c:365
#, c-format msgid "register number must be even"
msgid "Hmmmm %x" msgstr "yazmaç çift sayı olmalı"
msgstr "Hmmmm %x"
#: h8300-dis.c:396 #: h8300-dis.c:377
#, c-format #, c-format
msgid "Don't understand %x \n" msgid "Hmmmm 0x%x"
msgstr "%x anlaşılamadı\n" msgstr "Hmmmm 0x%x"
#: h8300-dis.c:760
#, c-format
msgid "Don't understand 0x%x \n"
msgstr "0x%x anlaşılamadı\n"
#: h8500-dis.c:143 #: h8500-dis.c:143
#, c-format #, c-format
@ -225,10 +231,188 @@ msgstr "insert %d yaptırılamıyor\n"
msgid "%02x\t\t*unknown*" msgid "%02x\t\t*unknown*"
msgstr "%02x\t\t*bilinmeyen*" msgstr "%02x\t\t*bilinmeyen*"
#: i386-dis.c:1649 #: i386-dis.c:1699
msgid "<internal disassembler error>" msgid "<internal disassembler error>"
msgstr "<iç karşıt-çevirici hatası>" msgstr "<iç karşıt-çevirici hatası>"
#: ia64-gen.c:295
#, c-format
msgid "%s: Error: "
msgstr "%s: Hata: "
#: ia64-gen.c:308
#, c-format
msgid "%s: Warning: "
msgstr "%s: Uyarı: "
#: ia64-gen.c:494 ia64-gen.c:728
#, c-format
msgid "multiple note %s not handled\n"
msgstr "çoklu not %s desteklenmiyor\n"
#: ia64-gen.c:605
msgid "can't find ia64-ic.tbl for reading\n"
msgstr "ia64-ic.tbl okunmak için bulunamadı\n"
#: ia64-gen.c:810
#, c-format
msgid "can't find %s for reading\n"
msgstr "%s okunmak için bulunamadı\n"
#: ia64-gen.c:1034
#, c-format
msgid ""
"most recent format '%s'\n"
"appears more restrictive than '%s'\n"
msgstr ""
"en son biçem '%s'\n"
"'%s'dan daha kısıtlayıcı\n"
#: ia64-gen.c:1045
#, c-format
msgid "overlapping field %s->%s\n"
msgstr "üstüste binmiş alan %s->%s\n"
#: ia64-gen.c:1236
#, c-format
msgid "overwriting note %d with note %d (IC:%s)\n"
msgstr "%2$d notu %1$d notunun üstüne yazılıyor (IC:%3$s)\n"
#: ia64-gen.c:1435
#, c-format
msgid "don't know how to specify %% dependency %s\n"
msgstr "%% %s bağımlılığının nasıl tanımlanacağı bilinmiyor\n"
#: ia64-gen.c:1457
#, c-format
msgid "Don't know how to specify # dependency %s\n"
msgstr "# %s bağımlılığının nasıl tanımlanacağı bilinmiyor\n"
#: ia64-gen.c:1496
#, c-format
msgid "IC:%s [%s] has no terminals or sub-classes\n"
msgstr "IC: %s [%s]'nin değişmez simgeleri veya alt sınıfları yok\n"
#: ia64-gen.c:1499
#, c-format
msgid "IC:%s has no terminals or sub-classes\n"
msgstr "IC: %s'nin değişmez simgeleri veya alt sınıfları yok\n"
#: ia64-gen.c:1508
#, c-format
msgid "no insns mapped directly to terminal IC %s [%s]"
msgstr "değişmez simge IC %s [%s]'ye direkt eşleşen işlem yok "
#: ia64-gen.c:1511
#, c-format
msgid "no insns mapped directly to terminal IC %s\n"
msgstr "değişmez simge IC %s'ye direkt eşleşen işlem yok\n"
#: ia64-gen.c:1522
#, c-format
msgid "class %s is defined but not used\n"
msgstr "%s sınıfı tanımlanmış fakat kullanılmamış\n"
#: ia64-gen.c:1533
#, c-format
msgid "Warning: rsrc %s (%s) has no chks%s\n"
msgstr "Uyarı: rsrc %s (%s) içinde kontrol yok %s\n"
#: ia64-gen.c:1537
#, c-format
msgid "rsrc %s (%s) has no regs\n"
msgstr "rsrc %s (%s) içinde yazmaç yok\n"
#: ia64-gen.c:2436
#, c-format
msgid "IC note %d in opcode %s (IC:%s) conflicts with resource %s note %d\n"
msgstr "(IC:%3$s) opkod %2$s içinde IC notu %1$d, %4$s kaynağı %5$d notuyla çelişiyor\n"
#: ia64-gen.c:2464
#, c-format
msgid "IC note %d for opcode %s (IC:%s) conflicts with resource %s note %d\n"
msgstr "(IC:%3$s) opkod %2$s için IC notu %1$d, %4$s kaynağı %5$d notuyla çelişiyor\n"
#: ia64-gen.c:2478
#, c-format
msgid "opcode %s has no class (ops %d %d %d)\n"
msgstr "%s opkodunun sınıfları yok (ops %d %d %d)\n"
#: ia64-gen.c:2789
#, c-format
msgid "unable to change directory to \"%s\", errno = %s\n"
msgstr "\"%s\" dizinine geçilemedi, hatano = %s\n"
#. We've been passed a w. Return with an error message so that
#. cgen will try the next parsing option.
#: ip2k-asm.c:92
msgid "W keyword invalid in FR operand slot."
msgstr "FR işlenen slotunda W anahtar kelimesi geçersiz."
#. Invalid offset present.
#: ip2k-asm.c:122
msgid "offset(IP) is not a valid form"
msgstr "görece(IP) geçerli biçimde değil"
#. Found something there in front of (DP) but it's out
#. of range.
#: ip2k-asm.c:175
msgid "(DP) offset out of range."
msgstr "(DP) görecesi aralık dışı."
#. Found something there in front of (SP) but it's out
#. of range.
#: ip2k-asm.c:221
msgid "(SP) offset out of range."
msgstr "(SP) görece aralık dışı."
#: ip2k-asm.c:241
msgid "illegal use of parentheses"
msgstr "parantezlerin geçersiz kullanımı"
#: ip2k-asm.c:248
msgid "operand out of range (not between 1 and 255)"
msgstr "kapsam dışı işlenen (1 ve 255 arasında değil)"
#. Something is very wrong. opindex has to be one of the above.
#: ip2k-asm.c:273
msgid "parse_addr16: invalid opindex."
msgstr "parse_addr16: geçersiz opindeks."
#: ip2k-asm.c:353
msgid "Byte address required. - must be even."
msgstr "Bayt adresi gerekli. - çift sayı olmalı."
#: ip2k-asm.c:362
msgid "cgen_parse_address returned a symbol. Literal required."
msgstr "cgen_parse_address bir sembol döndürdü. Sabit gerekli."
#: ip2k-asm.c:420
#, c-format
msgid "%operator operand is not a symbol"
msgstr "%operator işleneni sembol değil"
#: ip2k-asm.c:474
msgid "Attempt to find bit index of 0"
msgstr "0'ın bit indeksini bulma denemesi"
#: iq2000-asm.c:110 iq2000-asm.c:141
msgid "immediate value cannot be register"
msgstr "şimdiki değer yazmaç olamaz"
#: iq2000-asm.c:120 iq2000-asm.c:151
msgid "immediate value out of range"
msgstr "şimdiki değer kapsam dışı"
#: iq2000-asm.c:180
msgid "21-bit offset out of range"
msgstr "21 bit görece değer aralık dışı"
#: iq2000-asm.c:205 iq2000-asm.c:235 iq2000-asm.c:272 iq2000-asm.c:305
#: openrisc-asm.c:96 openrisc-asm.c:155
msgid "missing `)'"
msgstr "eksik `)'"
#: m10200-dis.c:199 #: m10200-dis.c:199
#, c-format #, c-format
msgid "unknown\t0x%02x" msgid "unknown\t0x%02x"
@ -239,7 +423,7 @@ msgstr "bilinmeyen\t0x%02x"
msgid "unknown\t0x%04lx" msgid "unknown\t0x%04lx"
msgstr "bilinmeyen\t0x%04lx" msgstr "bilinmeyen\t0x%04lx"
#: m10300-dis.c:685 #: m10300-dis.c:766
#, c-format #, c-format
msgid "unknown\t0x%04x" msgid "unknown\t0x%04x"
msgstr "bilinmeyen\t0x%04x" msgstr "bilinmeyen\t0x%04x"
@ -254,21 +438,127 @@ msgstr "<işlemci kod tablosunda iç hata: %s %s>\n"
msgid "<function code %d>" msgid "<function code %d>"
msgstr "<işlev kodu %d>" msgstr "<işlev kodu %d>"
#: m88k-dis.c:255 #: m88k-dis.c:746
#, c-format #, c-format
msgid "# <dis error: %08x>" msgid "# <dis error: %08x>"
msgstr "# <`dis' hatası: %08x>" msgstr "# <`dis' hatası: %08x>"
#: mips-dis.c:337 #: mips-dis.c:699
msgid "# internal error, incomplete extension sequence (+)"
msgstr "# iç hata, eksik uzatma dizisi (+)"
#: mips-dis.c:742
#, c-format
msgid "# internal error, undefined extension sequence (+%c)"
msgstr "# iç hata, tanımlanmamış uzatma dizisi (+%c)"
#: mips-dis.c:1000
#, c-format #, c-format
msgid "# internal error, undefined modifier(%c)" msgid "# internal error, undefined modifier(%c)"
msgstr "#iç hata, tanımlanmamış değiştirici (%c)" msgstr "#iç hata, tanımlanmamış değiştirici (%c)"
#: mips-dis.c:1209 #: mips-dis.c:1751
#, c-format #, c-format
msgid "# internal disassembler error, unrecognised modifier (%c)" msgid "# internal disassembler error, unrecognised modifier (%c)"
msgstr "#iç karşıt-çevirici hatası, tanımlanmamış değiştirici (%c)" msgstr "#iç karşıt-çevirici hatası, tanımlanmamış değiştirici (%c)"
#: mips-dis.c:1763
msgid ""
"\n"
"The following MIPS specific disassembler options are supported for use\n"
"with the -M switch (multiple options should be separated by commas):\n"
msgstr ""
"\n"
"Aşağıdaki MIPS'e özgü karşıt-çevirici seçenekleri \n"
"-M seçeneği ile kullanılabilir (birden fazla seçenek virgülle ayrılmalıdır):\n"
#: mips-dis.c:1767
msgid ""
"\n"
" gpr-names=ABI Print GPR names according to specified ABI.\n"
" Default: based on binary being disassembled.\n"
msgstr ""
"\n"
" gpr-names=ABI Belirtilen ABI'ye göre GPR isimlerini gösterir.\n"
" Öntanımlı: karşıt-çevrilen ikilik dosyaya göre.\n"
#: mips-dis.c:1771
msgid ""
"\n"
" fpr-names=ABI Print FPR names according to specified ABI.\n"
" Default: numeric.\n"
msgstr ""
"\n"
" fpr-names=ABI Belirtilen ABI'ye göre FPR isimlerini gösterir.\n"
" Öntanımlı: sayısal.\n"
#: mips-dis.c:1775
msgid ""
"\n"
" cp0-names=ARCH Print CP0 register names according to\n"
" specified architecture.\n"
" Default: based on binary being disassembled.\n"
msgstr ""
"\n"
" cp0-names=MİMARİ Belirtilen mimariye göre CP0 yazmaç isimlerini\n"
" gösterir.\n"
" Öntanımlı: karşıt-çevrilen ikilik dosyaya göre.\n"
#: mips-dis.c:1780
msgid ""
"\n"
" hwr-names=ARCH Print HWR names according to specified \n"
"\t\t\t architecture.\n"
" Default: based on binary being disassembled.\n"
msgstr ""
"\n"
" hwr-names=MİMARİ Belirtilen mimariye göre HWR isimlerini gösterir.\n"
" Öntanımlı: karşıt-çevrilen ikilik dosyaya göre.\n"
#: mips-dis.c:1785
msgid ""
"\n"
" reg-names=ABI Print GPR and FPR names according to\n"
" specified ABI.\n"
msgstr ""
"\n"
" reg-names=ABI Belirtilen ABI'ye göre GPR ve FPR isimlerini\n"
" gösterir.\n"
#: mips-dis.c:1789
msgid ""
"\n"
" reg-names=ARCH Print CP0 register and HWR names according to\n"
" specified architecture.\n"
msgstr ""
"\n"
" reg-names=MİMARİ Belirtilen mimariye göre CP0 yazmaç ve HWR\n"
" isimlerini gösterir.\n"
#: mips-dis.c:1793
msgid ""
"\n"
" For the options above, the following values are supported for \"ABI\":\n"
" "
msgstr ""
"\n"
" Yukarıdaki seçeneklere göre \"ABI\" için aşağıdaki değerler desteklenir:\n"
" "
#: mips-dis.c:1798 mips-dis.c:1806 mips-dis.c:1808
msgid "\n"
msgstr "\n"
#: mips-dis.c:1800
msgid ""
"\n"
" For the options above, The following values are supported for \"ARCH\":\n"
" "
msgstr ""
"\n"
" Yukarıdaki seçeneklere göre \"ARCH\" için aşağıdaki değerler desteklenir:\n"
" "
#: mmix-dis.c:34 #: mmix-dis.c:34
#, c-format #, c-format
msgid "Bad case %d (%s) in %s:%d\n" msgid "Bad case %d (%s) in %s:%d\n"
@ -283,7 +573,7 @@ msgstr "İç Hata: Hata ayıklanmamış kod (test eksik): %s:%d"
msgid "(unknown)" msgid "(unknown)"
msgstr "(bilinmeyen)" msgstr "(bilinmeyen)"
#: mmix-dis.c:517 #: mmix-dis.c:519
#, c-format #, c-format
msgid "*unknown operands type: %d*" msgid "*unknown operands type: %d*"
msgstr "bilinmeyen işlenen türü: %d*" msgstr "bilinmeyen işlenen türü: %d*"
@ -294,76 +584,116 @@ msgstr "bilinmeyen işlenen türü: %d*"
#. * aoffsetp by since whatever generated this is broken #. * aoffsetp by since whatever generated this is broken
#. * anyway! #. * anyway!
#. #.
#: ns32k-dis.c:628 #: ns32k-dis.c:631
msgid "$<undefined>" msgid "$<undefined>"
msgstr "$<tanımlanmamış>" msgstr "$<tanımlanmamış>"
#: ppc-opc.c:777 ppc-opc.c:810 #: ppc-opc.c:781 ppc-opc.c:809
msgid "invalid conditional option" msgid "invalid conditional option"
msgstr "koşullu seçenek geçersiz " msgstr "koşullu seçenek geçersiz "
#: ppc-opc.c:812 #: ppc-opc.c:811
msgid "attempt to set y bit when using + or - modifier" msgid "attempt to set y bit when using + or - modifier"
msgstr "+ veya - değiştiricisini kullanırken y bitini atama denemesi" msgstr "+ veya - değiştiricisini kullanırken y bitini atama denemesi"
#: ppc-opc.c:844 ppc-opc.c:896 #: ppc-opc.c:840
msgid "offset not a multiple of 16"
msgstr "görece 16'nın katı değil"
#: ppc-opc.c:860
msgid "offset not a multiple of 2"
msgstr "görece 2'nin katı değil"
#: ppc-opc.c:862
msgid "offset greater than 62"
msgstr "görece 62'den büyük"
#: ppc-opc.c:881 ppc-opc.c:927 ppc-opc.c:975
msgid "offset not a multiple of 4" msgid "offset not a multiple of 4"
msgstr "görece 4'ün katı değil" msgstr "görece 4'ün katı değil"
#: ppc-opc.c:869 #: ppc-opc.c:883
msgid "offset greater than 124"
msgstr "görece 124'ten büyük"
#: ppc-opc.c:902
msgid "offset not a multiple of 8"
msgstr "görece 8'in katı değil"
#: ppc-opc.c:904
msgid "offset greater than 248"
msgstr "görece 248'den büyük"
#: ppc-opc.c:950
msgid "offset not between -2048 and 2047" msgid "offset not between -2048 and 2047"
msgstr "görece -2048 ve 2047 arasında değil" msgstr "görece -2048 ve 2047 arasında değil"
#: ppc-opc.c:894 #: ppc-opc.c:973
msgid "offset not between -8192 and 8191" msgid "offset not between -8192 and 8191"
msgstr "görece -8192 ve 8191 arasında değil" msgstr "görece -8192 ve 8191 arasında değil"
#: ppc-opc.c:922 #: ppc-opc.c:1011
msgid "ignoring invalid mfcr mask"
msgstr "geçersiz mfcr maskesi yoksayıldı"
#: ppc-opc.c:1059
msgid "ignoring least significant bits in branch offset" msgid "ignoring least significant bits in branch offset"
msgstr "Dal göreli konumunda en önemsiz bitler atlanıyor" msgstr "Dal göreli konumunda en önemsiz bitler atlanıyor"
#: ppc-opc.c:956 ppc-opc.c:993 #: ppc-opc.c:1090 ppc-opc.c:1125
msgid "illegal bitmask" msgid "illegal bitmask"
msgstr "geçersiz bitmask " msgstr "geçersiz bitmask "
#: ppc-opc.c:1066 #: ppc-opc.c:1192
msgid "value out of range" msgid "value out of range"
msgstr "değer aralık dışı" msgstr "değer aralık dışı"
#: ppc-opc.c:1142 #: ppc-opc.c:1262
msgid "index register in load range" msgid "index register in load range"
msgstr "yükleme aralığında endeks yazmacı" msgstr "yükleme aralığında endeks yazmacı"
#: ppc-opc.c:1158 #: ppc-opc.c:1279
msgid "source and target register operands must be different"
msgstr "kaynak ve hedef yazmaç işlenenleri farklı olmalı"
#: ppc-opc.c:1294
msgid "invalid register operand when updating" msgid "invalid register operand when updating"
msgstr "güncelleme esnasında geçersiz yazmaç terimi bulundu" msgstr "güncelleme esnasında geçersiz yazmaç terimi bulundu"
#. Mark as non-valid instruction #: ppc-opc.c:1335
#: sparc-dis.c:750 msgid "target register operand must be even"
msgstr "hedef yazmaç işleneni çift sayı olmalı"
#: ppc-opc.c:1350
msgid "source register operand must be even"
msgstr "kaynak yazmaç işleneni çift sayı olmalı"
#. Mark as non-valid instruction.
#: sparc-dis.c:760
msgid "unknown" msgid "unknown"
msgstr "bilinmeyen" msgstr "bilinmeyen"
#: sparc-dis.c:825 #: sparc-dis.c:835
#, c-format #, c-format
msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n"
msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n"
#: sparc-dis.c:836 #: sparc-dis.c:846
#, c-format #, c-format
msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n"
msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n"
#: sparc-dis.c:885 #: sparc-dis.c:895
#, c-format #, c-format
msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n"
msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\" == \"%s\"\n"
#: v850-dis.c:224 #: v850-dis.c:221
#, c-format #, c-format
msgid "unknown operand shift: %x\n" msgid "unknown operand shift: %x\n"
msgstr "bilinmeyen terim kaydırması: %x\n" msgstr "bilinmeyen terim kaydırması: %x\n"
#: v850-dis.c:236 #: v850-dis.c:233
#, c-format #, c-format
msgid "unknown pop reg: %d\n" msgid "unknown pop reg: %d\n"
msgstr "bilinmeyen çek yazmacı: %d\n" msgstr "bilinmeyen çek yazmacı: %d\n"
@ -417,30 +747,42 @@ msgstr "şimdiki değer kapsam dışı ve çift sayı değil"
msgid "immediate value must be even" msgid "immediate value must be even"
msgstr "şimdiki değer çift sayı olmalı" msgstr "şimdiki değer çift sayı olmalı"
#: xstormy16-asm.c:74 #: xstormy16-asm.c:76
msgid "Bad register in preincrement" msgid "Bad register in preincrement"
msgstr "Arttırma öncesinde geçersiz yazmaç" msgstr "Arttırma öncesinde geçersiz yazmaç"
#: xstormy16-asm.c:79 #: xstormy16-asm.c:81
msgid "Bad register in postincrement" msgid "Bad register in postincrement"
msgstr "Arttırma sonrasında geçersiz yazmaç " msgstr "Arttırma sonrasında geçersiz yazmaç "
#: xstormy16-asm.c:81 #: xstormy16-asm.c:83
msgid "Bad register name" msgid "Bad register name"
msgstr "Geçersiz yazmaç adı" msgstr "Geçersiz yazmaç adı"
#: xstormy16-asm.c:85 #: xstormy16-asm.c:87
msgid "Label conflicts with register name" msgid "Label conflicts with register name"
msgstr "Etiket, yazmaç adıyla çakışıyor" msgstr "Etiket, yazmaç adıyla çakışıyor"
#: xstormy16-asm.c:89 #: xstormy16-asm.c:91
msgid "Label conflicts with `Rx'" msgid "Label conflicts with `Rx'"
msgstr "Etiket, `Rx' ile çakışıyor" msgstr "Etiket, `Rx' ile çakışıyor"
#: xstormy16-asm.c:91 #: xstormy16-asm.c:93
msgid "Bad immediate expression" msgid "Bad immediate expression"
msgstr "Hatalı şimdiki ifade" msgstr "Hatalı şimdiki ifade"
#: xstormy16-asm.c:120 #: xstormy16-asm.c:115
msgid "No relocation for small immediate"
msgstr "Küçük şimdiki için yerdeğiştirme yok"
#: xstormy16-asm.c:125
msgid "Small operand was not an immediate number" msgid "Small operand was not an immediate number"
msgstr "Küçük işlenen şimdiki sayı değil" msgstr "Küçük işlenen şimdiki sayı değil"
#: xstormy16-asm.c:164
msgid "Operand is not a symbol"
msgstr "İşlenen bir sembol değil"
#: xstormy16-asm.c:172
msgid "Syntax error: No trailing ')'"
msgstr "Sözdizim hatası: Sonlandıran ')' yok"