From 051ecba9c81b3b0b005a08525e1460dbf0871cb5 Mon Sep 17 00:00:00 2001 From: gwr Date: Fri, 26 Sep 1997 05:13:04 +0000 Subject: [PATCH] Use generic NetBSD version --- gnu/dist/gdb/config/i386/nm-nbsd.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gnu/dist/gdb/config/i386/nm-nbsd.h b/gnu/dist/gdb/config/i386/nm-nbsd.h index b59fec682142..86adc8928ea6 100644 --- a/gnu/dist/gdb/config/i386/nm-nbsd.h +++ b/gnu/dist/gdb/config/i386/nm-nbsd.h @@ -17,18 +17,5 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef NM_NBSD_H -#define NM_NBSD_H - /* Get generic NetBSD native definitions. */ #include "nm-nbsd.h" - -/* #define FLOAT_INFO { i386_float_info(); } */ - -#define REGISTER_U_ADDR(addr, blockend, regno) \ - (addr) = i386_register_u_addr ((blockend),(regno)); - -extern int -i386_register_u_addr PARAMS ((int, int)); - -#endif /* NM_NBSD_H */