* gdbinit.in: Fix syntax of skip command.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 27 Aug 2012 16:35:05 +0000 (16:35 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 27 Aug 2012 16:35:05 +0000 (16:35 +0000)
From-SVN: r190721

gcc/ChangeLog
gcc/gdbinit.in

index ac457722dd4ec8d1c61eb35e46348215c64d8eaf..703d479f3906a6114375848bee604fc27bd4b3a6 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gdbinit.in: Fix syntax of skip command.
+
 2012-08-27  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/mips/mips.c (mips_pic_call_symbol_from_set): Check for
index 6432113933677dd5511386112fcecfc067a17065..751afa8b026e700f86ebd09d4b86ca8a9d7b56d6 100644 (file)
@@ -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