summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-12-31 16:56:43 +0000
committerbde <bde@FreeBSD.org>1994-12-31 16:56:43 +0000
commit44f160fc00b7806018f8f619b628dac0647bd433 (patch)
treea02f9359d381d1d9023f225ab64bccf35bb75033
parent11ea2ab944bed079308a8f6a2fa97515f0234038 (diff)
downloadFreeBSD-src-44f160fc00b7806018f8f619b628dac0647bd433.zip
FreeBSD-src-44f160fc00b7806018f8f619b628dac0647bd433.tar.gz
Fix declaration of i386_float_info().
-rw-r--r--gnu/usr.bin/binutils/gdb/i386/nm.h2
-rw-r--r--gnu/usr.bin/gdb/gdb/nm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/nm.h b/gnu/usr.bin/binutils/gdb/i386/nm.h
index 65c7337..3df06f1 100644
--- a/gnu/usr.bin/binutils/gdb/i386/nm.h
+++ b/gnu/usr.bin/binutils/gdb/i386/nm.h
@@ -30,7 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define KERNEL_U_ADDR USRSTACK
/* #undef FLOAT_INFO /* No float info yet */
-#define FLOAT_INFO extern i386_float_info (); \
+#define FLOAT_INFO extern void i386_float_info (); \
i386_float_info ()
#define REGISTER_U_ADDR(addr, blockend, regno) \
diff --git a/gnu/usr.bin/gdb/gdb/nm.h b/gnu/usr.bin/gdb/gdb/nm.h
index 65c7337..3df06f1 100644
--- a/gnu/usr.bin/gdb/gdb/nm.h
+++ b/gnu/usr.bin/gdb/gdb/nm.h
@@ -30,7 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define KERNEL_U_ADDR USRSTACK
/* #undef FLOAT_INFO /* No float info yet */
-#define FLOAT_INFO extern i386_float_info (); \
+#define FLOAT_INFO extern void i386_float_info (); \
i386_float_info ()
#define REGISTER_U_ADDR(addr, blockend, regno) \
OpenPOWER on IntegriCloud