aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-11-23 12:20:34 +0100
committerTom de Vries <tdevries@suse.de>2024-11-23 12:20:34 +0100
commitac51afb51c00693bb19c6a6110e9a45d2e4f79b7 (patch)
treeb2fcf9ded59d04633dbb406083e2814c34e4e468 /gdb/NEWS
parent63eedf3b09f73077ecff2118f45d1adb1391eddd (diff)
downloadbinutils-ac51afb51c00693bb19c6a6110e9a45d2e4f79b7.zip
binutils-ac51afb51c00693bb19c6a6110e9a45d2e4f79b7.tar.gz
binutils-ac51afb51c00693bb19c6a6110e9a45d2e4f79b7.tar.bz2
[gdb/contrib] Add two rules in common-misspellings.txt
Eli mentioned [1] that given that we use US English spelling in our documentation, we should use "behavior" instead of "behaviour". In wikipedia-common-misspellings.txt there's a rule: ... behavour->behavior, behaviour ... which leaves this as a choice. Add an overriding rule to hardcode the choice to common-misspellings.txt: ... behavour->behavior ... and add a rule to rewrite behaviour into behavior: ... behaviour->behavior ... and re-run spellcheck.sh on gdb*. Tested on x86_64-linux. [1] https://sourceware.org/pipermail/gdb-patches/2024-November/213371.html
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index f3c5d720..8cb35f4 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -605,7 +605,7 @@ show tui mouse-events
changed.
** New methods added to the gdb.PendingFrame class. These methods
- have the same behaviour as the corresponding methods on
+ have the same behavior as the corresponding methods on
gdb.Frame. The new methods are:
- gdb.PendingFrame.name: Return the name for the frame's
@@ -1231,7 +1231,7 @@ winheight
* MI changes
** The '-add-inferior' with no option flags now inherits the
- connection of the current inferior, this restores the behaviour of
+ connection of the current inferior, this restores the behavior of
GDB as it was prior to GDB 10.
** The '-add-inferior' command now accepts a '--no-connection'
@@ -2012,7 +2012,7 @@ set print frame-info [short-location|location|location-and-address
|source-and-location|source-line|auto]
show print frame-info
This controls what frame information is printed by the commands printing
- a frame. This setting will e.g. influence the behaviour of 'backtrace',
+ a frame. This setting will e.g. influence the behavior of 'backtrace',
'frame', 'stepi'. The python frame filtering also respect this setting.
The 'backtrace' '-frame-info' option can override this global setting.
@@ -8098,7 +8098,7 @@ full 64-bit address. The command
set remoteaddresssize 32
-can be used to revert to the old behaviour. For existing remote stubs
+can be used to revert to the old behavior. For existing remote stubs
the change should not be noticed, as the additional address information
will be discarded.