diff options
author | Andrew Burgess <aburgess@redhat.com> | 2025-03-17 16:45:46 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2025-03-17 16:54:46 +0000 |
commit | 050c30f4db42d715d45c7dfcf40d85378945ec0a (patch) | |
tree | ac7b9cc1fc5b3677f8d4a47f6ec54900bb4c7595 /gdb | |
parent | cc2f268d14eafcf446c3f26d031a40f823b787fc (diff) | |
download | binutils-050c30f4db42d715d45c7dfcf40d85378945ec0a.zip binutils-050c30f4db42d715d45c7dfcf40d85378945ec0a.tar.gz binutils-050c30f4db42d715d45c7dfcf40d85378945ec0a.tar.bz2 |
gdb: fix typo in NEWS file
The following commit introduced a typo to the NEW file:
commit d21f28a067e94e0ab6548d97f650c14be76bfbde
Date: Sat Mar 15 12:03:50 2025 +0000
gdb/python: remove unused argument from builtin_disassemble
this commit fixes it.
I've also reworded the NEWS entry a little. Simon pointed out in
review that the unused argument was also documented in Python's help()
output, which I hadn't mentioned in the NEWS entry. I've updated the
NEWS entry to just highlight that the now removed argument was never
mentioned in the manual, I think that's all that really matters.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -53,9 +53,9 @@ show riscv numeric-register-names ** The memory_source argument (the second argument) has been removed from gdb.disassembler.builtin_disassemble. This argument was - never used by GDB, and was added my mistake. The only place this - argument was ever documented was in the NEWS file, the official - documentation never mentioned this argument. + never used by GDB, and was added by mistake. The unused argument + was never documented in the GDB manual, so users should not have + been using it. * Guile API |