diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/gdbinit.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac45772..703d479 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 6432113..751afa8 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 |
