aboutsummaryrefslogtreecommitdiff
path: root/gold/po
AgeCommit message (Collapse)AuthorFilesLines
2024-07-20Change version to 2.43.50Nick Clifton1-48/+48
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-29Updated French translations for GOLD and LDNick Clifton1-158/+167
2024-01-22Updated Serbian translations for th bfd, gold and opcodes directoriesNick Clifton1-159/+167
2024-01-18Updated translations for various sub-directoriesNick Clifton2-323/+342
2024-01-15Change version to 2.42.50 and regenerate filesNick Clifton1-94/+94
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-66/+75
* 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-7/+3
This reverts commit 675b9d612cc59446e84e2c6d89b45500cb603a8d. See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-3/+7
2023-07-24Updated translations for bfd, gold and opcodesNick Clifton1-322/+330
2023-07-07Udated Freach and Romainian translations for various sub-directoriesNick Clifton1-329/+331
2023-07-04Updated Ukranian, Romanian and German translations for various sub-directoriesNick Clifton2-645/+662
2023-07-03Change version number to 2.41.50 and regenerate filesNick Clifton1-397/+413
2023-06-28Updated French translation for the gold sub-directoryNick Clifton1-338/+355
2023-02-27Updated Serbian translations for gold, gprof and opcodes sub-directoriesNick Clifton1-296/+312
2023-01-03Updated translations for various languages and sub-directoriesNick Clifton2-592/+623
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-19New Romainian translation for the GOLD subdirectory.Nick Clifton1-0/+4275
2022-09-20New Serbian translations for various binutils sub-directories.Nick Clifton1-15/+21
2022-07-26Updated translations for various sub-directoriesNick Clifton2-36/+46
2022-07-08Update version to 2.39.50 and regenerate filesNick Clifton1-13/+18
2022-02-17Updated Serbian translations for the bfd, gold, ld and opcodes directoriesNick Clifton1-129/+128
2022-02-02Updated French translation for the ld/ and gold/ sub-directoriesNick Clifton1-129/+125
2022-01-24Update Bulgarian, French, Romaniam and Ukranian translation for some of the ↵Nick Clifton1-129/+128
sub-directories
2022-01-22Change version number to 2.38.50 and regenerate filesNick Clifton1-126/+122
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-08-11Deprecate a.out support for NetBSD targets.John Ericson1-1/+1
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-424/+432
2021-07-05Updated translations (mainly Ukranian and French) triggered by creation of ↵Nick Clifton2-919/+937
2.37 branch.
2021-07-03Update version number and regenerate filesNick Clifton1-513/+559
2021-01-14Updated translations for some subdirectoriesNick Clifton1-353/+377
2021-01-11Updated translations for multiple subdirectoriesNick Clifton2-706/+753
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-12Updated Serbian and Russian translations for various sub-directoriesNick Clifton1-371/+383
2020-07-06Updated translations for various binutils sub-directoriesNick Clifton2-828/+765
2020-05-14Update Swedish translation for the gas sub-directory and a new Serbian ↵Nick Clifton1-0/+4217
translation for the gold sub-directory.
2020-02-24Updated translations for some of the binutils sub-directories.Nick Clifton1-149/+159
2020-01-20Updated translations for various binutils sub-directoriesNick Clifton1-150/+160
2020-01-18Update version to 2.34.50. Regenerate configure and .pot files.Nick Clifton1-142/+154
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-02-12Updated French translation for ld/ and gold/ subdirectoriesNick Clifton1-258/+301
2019-01-21Updated translations for various binutils subdirectories.Nick Clifton1-232/+275
2019-01-19Change version to 2.32.51 and regenerate configure and pot files.Nick Clifton1-227/+271
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-07-18Updated French translation for gold and Spanish translation for ld.Nick Clifton1-995/+1757
ld * po/es.po: Updated Spanish translation. gold * po/fr.po: Updated French translation.
2018-06-26Updated translations.Nick Clifton1-665/+781
gas * po/uk.po: Updated Ukranian translation. bfd * po/uk.po: Updated Ukranian translation. ld * po/uk.po: Updated Ukranian translation. gold * po/uk.po: Updated Ukranian translation. opcodes * po/uk.po: Updated Ukranian translation. * po/de.po: Updated German translation. * po/pt_BR.po: Updated Brazilian Portuguese translation. binutils* po/sv.po: Updated Swedish translation. * po/uk.po: Updated Ukranian translation.
2018-06-24Regenerate configure and pot files with updated binutils version number.Nick Clifton1-662/+787
2018-04-18Updated Spanish translations for the gold and gprof sub-directoriesNick Clifton1-785/+560