diff options
author | 2023-11-15 12:53:04 +0000 | |
---|---|---|
committer | 2023-11-15 12:53:04 +0000 | |
commit | 862776f26a59516467c98091994c3dac90383159 (patch) | |
tree | b48da9bda94c09314c1a19ee0309126d380762f2 /gold/ChangeLog | |
parent | MIPS: Fix Irix gas testcases about pdr section (diff) | |
download | binutils-gdb-862776f26a59516467c98091994c3dac90383159.tar.gz binutils-gdb-862776f26a59516467c98091994c3dac90383159.tar.bz2 binutils-gdb-862776f26a59516467c98091994c3dac90383159.zip |
Finalized intl-update patches
* 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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0a7ff505b46..52379168fac 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2023-11-15 Arsen Arsenović <arsen@aarsen.me> + + * aclocal.m4: Regenerate. + * configure: Regenerate. + * po/Make-in ($(srcdir)/$(PACKAGE).pot): Output to a .pot + temporary file, to suppress xgettext checking charset names. + 2023-11-10 YunQiang Su <yunqiang.su@cipunited.com> * configure.tgt (targ_machine): Set to EM_MIPS for little endian |