diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-17 15:23:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-17 15:23:38 +0000 |
commit | be7d37a2c35f12d7fdcc9ad65333c0a81460cd89 (patch) | |
tree | 9a163efb56073b7f42db4de9566647c038db542b /gdb/mem-break.c | |
parent | 963437740b168e362ccce4c8e677b2df3ddc96c1 (diff) | |
download | gdb-be7d37a2c35f12d7fdcc9ad65333c0a81460cd89.zip gdb-be7d37a2c35f12d7fdcc9ad65333c0a81460cd89.tar.gz gdb-be7d37a2c35f12d7fdcc9ad65333c0a81460cd89.tar.bz2 |
* mem-break.c: Remove obsolete comment.
* bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
Diffstat (limited to 'gdb/mem-break.c')
-rw-r--r-- | gdb/mem-break.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/mem-break.c b/gdb/mem-break.c index 1fe6893..74fd8db 100644 --- a/gdb/mem-break.c +++ b/gdb/mem-break.c @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* This file is only useful if BREAKPOINT_FROM_PC is set. If not, we - punt. */ - #include "symtab.h" #include "breakpoint.h" #include "inferior.h" |