diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-12-31 16:56:43 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-12-31 16:56:43 +0000 |
| commit | ccd05d4df46315e59c0ea14dad1fee7bed03eb22 (patch) | |
| tree | a02f9359d381d1d9023f225ab64bccf35bb75033 /gnu/usr.bin/binutils | |
| parent | 9d1e3dc7d8ab375597fa1e962a72d3b176c35c02 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/i386/nm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/nm.h b/gnu/usr.bin/binutils/gdb/i386/nm.h index 65c73372a038..3df06f15a280 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) \ |
