aboutsummaryrefslogtreecommitdiff
path: root/binutils/po
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24Updated Spanish translations for the bfd and binutils sub-directoriesNick Clifton1-3900/+7392
2024-04-05Add missing install-dvi and install-ps Makefie targets.Christophe Lyon1-0/+2
For some reason, these targets are missing although others from the same family are present. This looks like an oversight. This enables calling 'make install-dvi' from the top-level build directory.
2024-01-18Updated translations for various sub-directoriesNick Clifton4-8930/+9265
2024-01-15Change version to 2.42.50 and regenerate filesNick Clifton1-751/+793
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
Adds two new external authors to etc/update-copyright.py to cover bfd/ax_tls.m4, and adds gprofng to dirs handled automatically, then updates copyright messages as follows: 1) Update cgen/utils.scm emitted copyrights. 2) Run "etc/update-copyright.py --this-year" with an extra external author I haven't committed, 'Kalray SA.', to cover gas testsuite files (which should have their copyright message removed). 3) Build with --enable-maintainer-mode --enable-cgen-maint=yes. 4) Check out */po/*.pot which we don't update frequently.
2023-11-15Finalized intl-update patchesArsen Arsenovi?1-2211/+2221
* intl: Remove directory. Replaced with out-of-tree GNU gettext. * .gitignore: Add '/gettext*'. * configure.ac (host_libs): Replace intl with gettext. (hbaseargs, bbaseargs, baseargs): Split baseargs into {h,b}baseargs. (skip_barg): New flag. Skips appending current flag to bbaseargs. <library exemptions>: Exempt --with-libintl-{type,prefix} from target and build machine argument passing. * configure: Regenerate. * Makefile.def (host_modules): Replace intl module with gettext module. (configure-ld): Depend on configure-gettext. * Makefile.in: Regenerate. * src-release.sh: Remove references to the intl/ directory.
2023-08-02Revert "2.41 Release sources"Sam James1-1/+1
This reverts commit 675b9d612cc59446e84e2c6d89b45500cb603a8d. See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-1/+1
2023-07-18Updated Swedish translation for the binutils subdirectoryNick Clifton1-2076/+2586
2023-07-07Udated Freach and Romainian translations for various sub-directoriesNick Clifton1-2081/+2612
2023-07-04Updated Ukranian, Romanian and German translations for various sub-directoriesNick Clifton2-4158/+5228
2023-07-03Change version number to 2.41.50 and regenerate filesNick Clifton1-2064/+2556
2023-05-30Regen binutils POTFILES.inAlan Modra1-0/+1
for od-pe.c
2023-01-31Updated Swedish translation for the binutils sub-directoryNick Clifton1-762/+310
2023-01-23Updated Swedish translation for the binutils sub-directoryNick Clifton1-393/+253
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