diff options
author | Fangrui Song <maskray@google.com> | 2022-01-11 08:59:40 -0800 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2022-01-11 08:59:40 -0800 |
commit | d1b69c506f7855e5b90039abdadaf1d05b085c4c (patch) | |
tree | 6b5758b36eb4440cbe4d4ec50fed93ee9175f18a /binutils/ChangeLog | |
parent | c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84 (diff) | |
download | gdb-d1b69c506f7855e5b90039abdadaf1d05b085c4c.zip gdb-d1b69c506f7855e5b90039abdadaf1d05b085c4c.tar.gz gdb-d1b69c506f7855e5b90039abdadaf1d05b085c4c.tar.bz2 |
ar: Add --thin for creating thin archives
In many ar implementations (FreeBSD, elfutils, etc), -T has the X/Open
System Interface specified semantics. Therefore -T for thin archives is
not recommended for portability. -T is deprecated without diagnostics.
PR binutils/28759
* ar.c (long_options): Add --thin.
(usage) Add --thin. Deprecate -T without diagnostics.
* doc/binutils.texi: Add doc.
* NEWS: Mention --thin.
* binutils/testsuite/binutils-all/ar.exp: Add tests.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8e31f14..9c2c3e5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2022-01-11 Fangrui Song <maskray@google.com> + + PR binutils/28759 + * ar.c (long_options): Add --thin. + (usage) Add --thin. Deprecate -T without diagnostics. + * doc/binutils.texi: Add doc. + * NEWS: Mention --thin. + * binutils/testsuite/binutils-all/ar.exp: Add tests. + 2022-01-11 Martin Storsjö <martin@martin.st> * dlltool.c (main): If a prefix has not been provided, attempt to |