gas: blackfin: handle multibyte symbols
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 2bf98cb37e214e46b084e626b1a07e95378e2cf1..82c0946366fa9c33e91dd56e4e570b6ba533d082 100644 (file)
@@ -1,7 +1,7 @@
 /* Machine independent variables that describe the core file under GDB.
 
    Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-   1997, 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009
+   1997, 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -108,6 +108,8 @@ extern void specify_exec_file_hook (void (*hook) (char *filename));
 
 extern bfd *core_bfd;
 
+extern struct target_ops *core_target;
+
 /* Whether to open exec and core files read-only or read-write.  */
 
 extern int write_files;
This page took 0.025574 seconds and 4 git commands to generate.