aboutsummaryrefslogtreecommitdiff
path: root/binutils/po
AgeCommit message (Collapse)AuthorFilesLines
2023-01-16Updated translations for the gas and binutils sub-directoriesNick Clifton1-2476/+3143
2023-01-09Updated transaltions for the gprof and binutils sub-directoriesNick Clifton2-5943/+7145
2023-01-03Updated translations for various languages and sub-directoriesNick Clifton2-5053/+5333
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
The newer update-copyright.py fixes file encoding too, removing cr/lf on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
2022-12-31Update version number and regenerate filesNick Clifton1-2235/+2374
2022-12-31Updated Romanian translation for the binutils sub-directoryNick Clifton1-826/+1025
2022-10-31Updated Romainain translation for the binutils sub-directory and Swedish ↵Nick Clifton1-3051/+3250
translations for the ld and opcodes sub-directories.
2022-09-20New Serbian translations for various binutils sub-directories.Nick Clifton1-1965/+2233
2022-07-26Updated translations for various sub-directoriesNick Clifton3-5895/+6527
2022-07-08Update version to 2.39.50 and regenerate filesNick Clifton1-1955/+2117
2022-03-16Updated Serbian (for binutils/) and Russian (for gprof/) translationsNick Clifton1-1936/+2292
2022-01-27Updated Swedish translation for the binutils subdirectoryNick Clifton1-1919/+2128
2022-01-24Update Bulgarian, French, Romaniam and Ukranian translation for some of the ↵Nick Clifton4-8087/+17859
sub-directories
2022-01-22Change version number to 2.38.50 and regenerate filesNick Clifton1-1916/+2168
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
2021-11-23Update bug reporting addressAlan Modra1-1/+1
https://sourceware.org/bugzilla/ everywhere bfd/ * configure.ac (ACX_BUGURL): Set to https://sourceware.org/bugzilla/ * po/Make-in (msgid-bugs-address): Likewise. * README: Report bugs to the above. * configure: Regenerate. binutils/ * po/Make-in (msgid-bugs-address): Update. gas/ * README: Update bug address. Delete mention of gcc. * po/Make-in: Update bug address. gold/ * po/Make-in: Update bug address. gprof/ * po/Make-in: Update bug address. ld/ * po/Make-in: Update bug address. opcodes/ * po/Make-in: Update bug address.
2021-11-12Fix demangle style usage infoAlan Modra1-0/+2
Extract allowed styles from libiberty, so we don't have to worry about our help messages getting out of date. The function probably belongs in libiberty/cplus-dem.c but it can be here for a while to iron out bugs. PR 28581 * demanguse.c: New file. * demanguse.h: New file. * nm.c (usage): Break up output. Use display_demangler_styles. * objdump.c (usage): Use display_demangler_styles. * readelf.c (usage): Likewise. * Makefile.am: Add demanguse.c and demanguse.h. * Makefile.in: Regenerate. * po/POTFILESin: Regenerate.
2021-08-11Updated Portuguese translation for the binutils sub-directory.Nick Clifton1-2707/+3856
2021-08-11Deprecate a.out support for NetBSD targets.John Ericson1-1374/+1371
As discussed previously, a.out support is now quite deprecated, and in some cases removed, in both Binutils itself and NetBSD, so this legacy default makes little sense. `netbsdelf*` and `netbsdaout*` still work allowing the user to be explicit about there choice. Additionally, the configure script warns about the change as Nick Clifton requested. One possible concern was the status of NetBSD on NS32K, where only a.out was supported. But per [1] NetBSD has removed support, and if it were to come back, it would be with ELF. The binutils implementation is therefore marked obsolete, per the instructions in the last message. With that patch and this one applied, I have confirmed the following: --target=i686-unknown-netbsd --target=i686-unknown-netbsdelf builds completely --target=i686-unknown-netbsdaout properly fails because target is deprecated. --target=vax-unknown-netbsdaout builds completely except for gas, where the target is deprecated. [1]: https://mail-index.netbsd.org/tech-toolchain/2021/07/19/msg004025.html --- bfd/config.bfd | 43 +++++++++++++-------- bfd/configure.ac | 5 +-- binutils/testsuite/binutils-all/nm.exp | 2 +- binutils/testsuite/lib/binutils-common.exp | 7 +--- config/picflag.m4 | 4 +- gas/configure.tgt | 9 +++-- gas/testsuite/gas/arm/blx-bl-convert.d | 2 +- gas/testsuite/gas/arm/blx-local-thumb.d | 2 +- gas/testsuite/gas/sh/basic.exp | 2 +- gdb/configure.host | 34 +++++++---------- gdb/configure.tgt | 2 +- gdb/testsuite/gdb.asm/asm-source.exp | 6 +-- intl/configure | 2 +- ld/configure.tgt | 44 +++++++++++----------- ld/testsuite/ld-arm/arm-elf.exp | 4 +- ld/testsuite/ld-elf/elf.exp | 2 +- ld/testsuite/ld-elf/shared.exp | 4 +- libiberty/configure | 4 +-
2021-08-10Updated Serbian and Russian translations for various sub-directoriesNick Clifton1-2477/+3637
2021-07-16Updated Swedish translation for the binutils sub-directoryNick Clifton1-2299/+3134
2021-07-12Updated French translation for the binutils sub-directoryNick Clifton1-2314/+3452
2021-07-05Updated translations (mainly Ukranian and French) triggered by creation of ↵Nick Clifton1-2320/+3488
2.37 branch.
2021-07-03Update version number and regenerate filesNick Clifton1-2100/+2974
2021-01-14Updated translations for some subdirectoriesNick Clifton1-1761/+2043
2021-01-12Updated translations for some subdirectoriesNick Clifton1-1762/+2064
2021-01-11Updated translations for multiple subdirectoriesNick Clifton3-5366/+6262
2021-01-09Change version number to 2.36.50 and regenerate filesNick Clifton1-1603/+1714
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-10-22Fix printf formatting errors where "0x" is used as a prefix for a decimal ↵Dr. David Alan Gilbert1-1561/+1715
number. bfd * po/es.po: Fix printf format binutils * windmc.c: Fix printf format gas * config/tc-arc.c: Fix printf format opcodes * po/es.po: Fix printf format sim * arm/armos.c: Fix printf format * ppc/emul_netbsd.c: Fix printf format -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
2020-08-12Updated Serbian and Russian translations for various sub-directoriesNick Clifton1-1903/+2157
2020-07-21Updated Swedish translation for the binutils sub-directoryNick Clifton1-1899/+2071
2020-07-13Updated French translation for the gas/ and binutils/ sub-directoriesNick Clifton1-1923/+2145
2020-07-06Updated translations for various binutils sub-directoriesNick Clifton3-5950/+6897
2020-07-04Update version to 2.35.50 and regenerate filesNick Clifton1-1835/+1998
2020-04-29Updated Serbian translation for the binutils sub-directory, and Swedish ↵Nick Clifton1-2455/+5576
translation for the opcodes sub-directory.
2020-02-04Missing objdump dependency od-elf32_avrAlan Modra1-0/+1
* Makefile.am (CFILES): Add od-elf32_avr.c. * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
2020-01-31Updated translations for some of the binutils sub-directoriesNick Clifton1-1827/+2167
2020-01-23Updated translations for various binutils sub-directories.Nick Clifton1-1831/+2223
2020-01-20Updated translations for various binutils sub-directoriesNick Clifton2-3678/+4464
2020-01-18Update version to 2.34.50. Regenerate configure and .pot files.Nick Clifton1-1051/+1077
2020-01-09Update Traditional Chinese translation for the binutils sub-directory.Nick Clifton1-335/+5
* po/zh_TW.po: Updated Traditional Chinese translation.
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. ↵Sergey Belyashov1-1785/+2076
Add an ELF based target for these as well. PR 25224 bfd * Makefile.am: Add z80-elf target support. * configure.ac: Likewise. * targets.c: Likewise. * config.bfd: Add z80-elf target support and new arches: ez80 and z180. * elf32-z80.c: New file. * archures.c: Add new z80 architectures: eZ80 and Z180. * coffcode.h: Likewise. * cpu-z80.c: Likewise. * bfd-in2.h: Likewise plus additional Z80 relocations. * coff-z80.c: Add new relocations for Z80 target and local label check. gas * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add support for assembler code generated by SDCC. Add new relocation types. Add z80-elf target support. * config/tc-z80.h: Add z80-elf target support. Enable dollar local labels. Local labels starts from ".L". * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict. * testsuite/gas/all/fwdexp.s: Likewise. * testsuite/gas/z80/suffix.d: Fix failure on ELF target. * testsuite/gas/z80/z80.exp: Add new tests * testsuite/gas/z80/dollar.d: New file. * testsuite/gas/z80/dollar.s: New file. * testsuite/gas/z80/ez80_adl_all.d: New file. * testsuite/gas/z80/ez80_adl_all.s: New file. * testsuite/gas/z80/ez80_adl_suf.d: New file. * testsuite/gas/z80/ez80_isuf.s: New file. * testsuite/gas/z80/ez80_z80_all.d: New file. * testsuite/gas/z80/ez80_z80_all.s: New file. * testsuite/gas/z80/ez80_z80_suf.d: New file. * testsuite/gas/z80/r800_extra.d: New file. * testsuite/gas/z80/r800_extra.s: New file. * testsuite/gas/z80/r800_ii8.d: New file. * testsuite/gas/z80/r800_z80_doc.d: New file. * testsuite/gas/z80/z180.d: New file. * testsuite/gas/z80/z180.s: New file. * testsuite/gas/z80/z180_z80_doc.d: New file. * testsuite/gas/z80/z80_doc.d: New file. * testsuite/gas/z80/z80_doc.s: New file. * testsuite/gas/z80/z80_ii8.d: New file. * testsuite/gas/z80/z80_ii8.s: New file. * testsuite/gas/z80/z80_in_f_c.d: New file. * testsuite/gas/z80/z80_in_f_c.s: New file. * testsuite/gas/z80/z80_op_ii_ld.d: New file. * testsuite/gas/z80/z80_op_ii_ld.s: New file. * testsuite/gas/z80/z80_out_c_0.d: New file. * testsuite/gas/z80/z80_out_c_0.s: New file. * testsuite/gas/z80/z80_reloc.d: New file. * testsuite/gas/z80/z80_reloc.s: New file. * testsuite/gas/z80/z80_sli.d: New file. * testsuite/gas/z80/z80_sli.s: New file. ld * Makefile.am: Add new target z80-elf * configure.tgt: Likewise. * emultempl/z80.em: Add support for eZ80 and Z180 architectures. * emulparams/elf32z80.sh: New file. * emultempl/z80elf.em: Likewise. * testsuite/ld-z80/arch_ez80_adl.d: Likewise. * testsuite/ld-z80/arch_ez80_z80.d: Likewise. * testsuite/ld-z80/arch_r800.d: Likewise. * testsuite/ld-z80/arch_z180.d: Likewise. * testsuite/ld-z80/arch_z80.d: Likewise. * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise. * testsuite/ld-z80/comb_arch_z180.d: Likewise. * testsuite/ld-z80/labels.s: Likewise. * testsuite/ld-z80/relocs.s: Likewise. * testsuite/ld-z80/relocs_b_ez80.d: Likewise. * testsuite/ld-z80/relocs_b_z80.d: Likewise. * testsuite/ld-z80/relocs_f_z80.d: Likewise. * testsuite/ld-z80/z80.exp: Likewise. opcodes * z80-dis.c: Add support for eZ80 and Z80 instructions.
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-11Updated traditional Chinese translation for the binutils/ subdirectoryNick Clifton1-2371/+6403
2019-05-20Updated translations for various binutils subdirectories.Nick Clifton1-2328/+5859
bfd * po/fr.po: Updated French translation. binutils* po/ca.po: Updated Catalan translation. gprof * po/de.po: Updated German translation. opcodes * po/fr.po: Updated French translation.
2019-03-05Updated Swedish translation for the binutils sub-directory.Nick Clifton1-1698/+1798
2019-01-25Updated Bulgarian and Russian translations for some of the binutils ↵Nick Clifton1-1799/+1906
sub-directories
2019-01-23Updated translations for some of the binutils subdirectory.Nick Clifton2-3398/+3704
2019-01-21Updated translations for various binutils subdirectories.Nick Clifton1-1693/+1842