diff options
author | Nick Clifton <nickc@redhat.com> | 2022-09-28 12:56:04 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-09-28 12:56:04 +0100 |
commit | 7ebd68d1420692cda899a40acf5d96a4013a3258 (patch) | |
tree | 0661ac9e18efe1259eb57fc8f5fd5fbf37725af3 /gas/ChangeLog | |
parent | 67d1991b785bdfef1d70cddfa0202b99b43ccce9 (diff) | |
download | fsf-binutils-gdb-7ebd68d1420692cda899a40acf5d96a4013a3258.zip fsf-binutils-gdb-7ebd68d1420692cda899a40acf5d96a4013a3258.tar.gz fsf-binutils-gdb-7ebd68d1420692cda899a40acf5d96a4013a3258.tar.bz2 |
The help document of as misses some many options
PR 29623
* as.c (show_usage): Document the --dump-config,
--gdwarf-cie-version, --hash-size, --multibyte-handling,
and --reduce-memory-overheads options.
* config/tc-i386.c (md_show_usage): Document the -O option.
* doc/as.texi: Document the --dump-config, --emulation,
--hash-size, and --reduce-memory-overheads options.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6bca7ad..018ce60 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2022-09-28 Nick Clifton <nickc@redhat.com> + + PR 29623 + * as.c (show_usage): Document the --dump-config, + --gdwarf-cie-version, --hash-size, --multibyte-handling, + and --reduce-memory-overheads options. + * config/tc-i386.c (md_show_usage): Document the -O option. + * doc/as.texi: Document the --dump-config, --emulation, + --hash-size, and --reduce-memory-overheads options. + 2022-09-08 Nick Clifton <nickc@redhat.com> PR 29559 |