diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-06 19:27:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-06 19:27:13 +0000 |
commit | 41989fcd807079207bf6a6ed39eb72ff4f3087eb (patch) | |
tree | e46d581dce0d02f6af0befc359ed86a4b07a2604 /gdb/breakpoint.h | |
parent | 28a86f5cc006038eeefb09bf74b756b3aacc1afa (diff) | |
download | gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.zip gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.tar.gz gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.tar.bz2 |
2003-10-06 Andrew Cagney <cagney@redhat.com>
* breakpoint.c, breakpoint.h: Remove obsolete code and comments.
* buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
* monitor.c, sparc-tdep.c, stabsread.c: Ditto.
* stabsread.h, xcoffread.c: Ditto.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 86eec4a..2cd5260 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -223,9 +223,8 @@ struct breakpoint int number; /* 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. */ + address on some platforms (for example, the and mn10300 + simulators). NULL is not a special value for this field. */ CORE_ADDR address; /* Line number of this address. */ |