Commit 865ea646 by Andreas Schwab Committed by Andreas Schwab

* gdbinit.in: Fix syntax of skip command.

From-SVN: r190721
parent 5b51970b
2012-08-27 Andreas Schwab <schwab@linux-m68k.org>
* gdbinit.in: Fix syntax of skip command.
2012-08-27 Richard Sandiford <rdsandiford@googlemail.com> 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips.c (mips_pic_call_symbol_from_set): Check for * config/mips/mips.c (mips_pic_call_symbol_from_set): Check for
......
# Copyright (C) 2001, 2002, 2003, 2004, 2006, # 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. # This file is part of GCC.
# #
...@@ -208,4 +208,4 @@ b abort ...@@ -208,4 +208,4 @@ b abort
# These are used in accessor macros. # These are used in accessor macros.
# Note that this is added at the end because older gdb versions # Note that this is added at the end because older gdb versions
# do not understand the 'skip' command. # do not understand the 'skip' command.
skip "tree.h" skip file tree.h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment