diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-10-26 21:23:55 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-10-26 21:23:55 +0000 |
commit | f17b69551b41028f330cb48d629a4dec796e9d54 (patch) | |
tree | ab691f8db41894552252898840b0cf6a1e14df48 /gdb | |
parent | 86ba104287c2df8fd675dc2791273037f2c153e7 (diff) | |
download | gdb-f17b69551b41028f330cb48d629a4dec796e9d54.zip gdb-f17b69551b41028f330cb48d629a4dec796e9d54.tar.gz gdb-f17b69551b41028f330cb48d629a4dec796e9d54.tar.bz2 |
Regenerate gdbarch.h
Not sure why, but the version currently checked in as an extraneous
trailing whitespace that showed up as a diff when I reran gdbarch.sh.
gdb/ChangeLog:
* gdbarch.h: Regenerate.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbarch.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a10d060..3b25e23 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-10-26 Joel Brobecker <brobecker@adacore.com> + + * gdbarch.h: Regenerate. + 2011-10-26 Meador Inge <meadori@codesourcery.com> * gdbarch.sh (function_list): Use 'pstring' when printing diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index d8420cc..46c5afa 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -592,7 +592,7 @@ extern void set_gdbarch_smash_text_address (struct gdbarch *gdbarch, gdbarch_sma 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. */ extern int gdbarch_software_single_step_p (struct gdbarch *gdbarch); |