diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index ba4d2787970..d5d6171a0a6 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -203,10 +203,10 @@ struct breakpoint /* Number assigned to distinguish breakpoints. */ int number; - /* Address to break at. - Note that zero is a perfectly valid code address on some - platforms (for example, the mn10200 and mn10300 simulators). - NULL is not a special value for this field. */ + /* Address to break at. Note that zero is a perfectly valid code + address on some platforms (for example, the OBSOLETE mn10200 + and mn10300 simulators). NULL is not a special value for this + field. */ CORE_ADDR address; /* Line number of this address. */ |