diff options
author | John Baldwin <jhb@FreeBSD.org> | 2018-12-27 11:42:32 -0800 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2018-12-27 11:42:32 -0800 |
commit | 47db57fd4ea9379c356c326458691f5cdc64c72b (patch) | |
tree | 12a7a52cf7bc328ed4e99e300c21edf480de42e7 /gdb/config | |
parent | af9a216102c27e308e338f77b6f9ad78dd0d2c09 (diff) | |
download | gdb-47db57fd4ea9379c356c326458691f5cdc64c72b.zip gdb-47db57fd4ea9379c356c326458691f5cdc64c72b.tar.gz gdb-47db57fd4ea9379c356c326458691f5cdc64c72b.tar.bz2 |
Remove empty nm-fbsd.h header for FreeBSD/i386 native target.
gdb/ChangeLog:
* config/i386/nm-fbsd.h: Remove file.
* Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-fbsd.h.
* configure.nat: Remove NAT_FILE for FreeBSD/i386.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nm-fbsd.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h deleted file mode 100644 index b26b336..0000000 --- a/gdb/config/i386/nm-fbsd.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Native-dependent definitions for FreeBSD/i386. - - Copyright (C) 1986-2018 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/>. */ - -#ifndef NM_FBSD_H -#define NM_FBSD_H - -#endif /* nm-fbsd.h */ |