aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/nm-cygwin64.h
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2009-05-24 12:27:35 +0000
committerPierre Muller <muller@sourceware.org>2009-05-24 12:27:35 +0000
commit7099259781c6b3537acdd5b5ae0734caeb5610ba (patch)
treee25cf9062ac4758b2202076091c7c1e719a95cdc /gdb/config/i386/nm-cygwin64.h
parent5c93f09bedf7ff02efd6d82504bbc3c68df6d197 (diff)
downloadgdb-7099259781c6b3537acdd5b5ae0734caeb5610ba.zip
gdb-7099259781c6b3537acdd5b5ae0734caeb5610ba.tar.gz
gdb-7099259781c6b3537acdd5b5ae0734caeb5610ba.tar.bz2
* symfile.c (add_shared_symbol_files_command): Remove
prototype and function. (_initialize _symfile): Move "add-shared-symbol-files" command and "assf" alias. * windows-nat.c (_initialize_windows_nat): to here. Change "add-shared-symbol-files" to alias. * config/i386/cygwin.mh: Remove NAT_FILE. * config/i386/mingw.mh: Remove NAT_FILE. * config/i386/mingw64.mh: Remove NAT_FILE. * config/i386/nm-cygwin.h: Remove file. * config/i386/nm-cygwin64.h: Remove file.
Diffstat (limited to 'gdb/config/i386/nm-cygwin64.h')
-rw-r--r--gdb/config/i386/nm-cygwin64.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/gdb/config/i386/nm-cygwin64.h b/gdb/config/i386/nm-cygwin64.h
deleted file mode 100644
index 345423f..0000000
--- a/gdb/config/i386/nm-cygwin64.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Copyright 2008, 2009 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-#define ADD_SHARED_SYMBOL_FILES dll_symbol_command
-void dll_symbol_command (char *, int);