diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-27 16:35:05 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2012-08-27 16:35:05 +0000 |
commit | 865ea646b4a8bc3b7891c2c3094f6c9267c2859f (patch) | |
tree | 76c2867eeddd3fd564f23d64e4abeaa80a4269c3 /gcc/gdbinit.in | |
parent | 5b51970b39af986dff481eee1a3f646a46182999 (diff) | |
download | gcc-865ea646b4a8bc3b7891c2c3094f6c9267c2859f.tar.gz |
* gdbinit.in: Fix syntax of skip command.
From-SVN: r190721
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r-- | gcc/gdbinit.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 64321139336..751afa8b026 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -1,5 +1,5 @@ # Copyright (C) 2001, 2002, 2003, 2004, 2006, -# 2008, 2010 Free Software Foundation, Inc. +# 2008, 2010, 2012 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -208,4 +208,4 @@ b abort # These are used in accessor macros. # Note that this is added at the end because older gdb versions # do not understand the 'skip' command. -skip "tree.h" +skip file tree.h |