aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbinit.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-08-27 16:35:05 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2012-08-27 16:35:05 +0000
commitd8b8b0f932626429bb784eeb47c4e9556a15651a (patch)
tree76c2867eeddd3fd564f23d64e4abeaa80a4269c3 /gcc/gdbinit.in
parentc9bc7a896f7d198aa9d78a7e3099487f95c6484c (diff)
* gdbinit.in: Fix syntax of skip command.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@190721 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r--gcc/gdbinit.in4
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