commit | d1b69c506f7855e5b90039abdadaf1d05b085c4c | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Tue Jan 11 08:59:40 2022 -0800 |
committer | Fangrui Song <maskray@google.com> | Tue Jan 11 08:59:40 2022 -0800 |
tree | 6b5758b36eb4440cbe4d4ec50fed93ee9175f18a | |
parent | c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84 [diff] |
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.