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/NEWS | |
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/NEWS')
-rw-r--r-- | binutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 903f823..ffba42c 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -18,6 +18,10 @@ * Support for efi-app-aarch64, efi-rtdrv-aarch64 and efi-bsdrv-aarch64 has been added to objcopy in order to enable UEFI development using binutils. +* ar: Add --thin for creating thin archives. -T is a deprecated alias without + diagnostics. In many ar implementations -T has a different meaning, as + specified by X/Open System Interface. + Changes in 2.37: * The readelf tool has a new command line option which can be used to specify |