summaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-09-28 12:56:04 +0100
committerNick Clifton <nickc@redhat.com>2022-09-28 12:56:04 +0100
commit7ebd68d1420692cda899a40acf5d96a4013a3258 (patch)
tree0661ac9e18efe1259eb57fc8f5fd5fbf37725af3 /gas/ChangeLog
parent67d1991b785bdfef1d70cddfa0202b99b43ccce9 (diff)
downloadbinutils-gdb-7ebd68d1420692cda899a40acf5d96a4013a3258.tar.gz
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/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6bca7add8f9..018ce60e9ce 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