Rename gdbserver's low-level Linux x86 debug register accessors
[deliverable/binutils-gdb.git] / gdb / gdbserver / utils.h
index a994f3827aa4938a5057eb76507fec9583d5e503..8068a3f47be9b732f70b45f92e795b3a527689b9 100644 (file)
@@ -1,5 +1,5 @@
 /* General utility routines for the remote server for GDB.
-   Copyright (C) 1993-2014 Free Software Foundation, Inc.
+   Copyright (C) 1993-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,9 +19,6 @@
 #ifndef UTILS_H
 #define UTILS_H
 
-#include "print-utils.h"
-
-void fatal (const char *string,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2);
 char *paddress (CORE_ADDR addr);
 char *pfildes (gdb_fildes_t fd);
 
This page took 0.027254 seconds and 4 git commands to generate.