diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-12 13:53:49 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-12 13:53:49 +0000 |
commit | 6f112b1867d994eb26ba56c5a47400fb715f0214 (patch) | |
tree | 070c23ce733bf793cf95bf2037ced1764c880249 /gdb | |
parent | 5eb0869364e136a00cce22993c00dda999845c6e (diff) | |
download | gdb-6f112b1867d994eb26ba56c5a47400fb715f0214.zip gdb-6f112b1867d994eb26ba56c5a47400fb715f0214.tar.gz gdb-6f112b1867d994eb26ba56c5a47400fb715f0214.tar.bz2 |
Remove trailing space in gdbarch.sh.
gdb/ChangeLog:
* gdbarch.sh (software_single_step): Remove trailing space in
comment (gdbarch.h is already correct).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rwxr-xr-x | gdb/gdbarch.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b58f00..671aa09 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-12-12 Joel Brobecker <brobecker@adacore.com> + + * gdbarch.sh (software_single_step): Remove trailing space in + comment (gdbarch.h is already correct). + 2012-12-11 Tom Tromey <tromey@redhat.com> * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'. diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 81a70b0..887552e 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -586,7 +586,7 @@ m:CORE_ADDR:addr_bits_remove:CORE_ADDR addr:addr::core_addr_identity::0 # FIXME/cagney/2001-01-18: The logic is backwards. It should be asking if the # target can single step. If not, then implement single step using breakpoints. # -# A return value of 1 means that the software_single_step breakpoints +# A return value of 1 means that the software_single_step breakpoints # were inserted; 0 means they were not. F:int:software_single_step:struct frame_info *frame:frame |