diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-09 12:58:53 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-09 12:58:53 +0000 |
| commit | eb0b975c2d1ad90d7ef468e162f77b0041bb88f4 (patch) | |
| tree | 0d446d69b58e4291c221aa4aba0e355ba0c07da5 /gnu/usr.bin | |
| parent | ad753d515164efd80332c160651416b24b545ce4 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/i386/nm.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/nm.h | 2 |
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 3df06f15a280..ec85bd8cfaac 100644 --- a/gnu/usr.bin/binutils/gdb/i386/nm.h +++ b/gnu/usr.bin/binutils/gdb/i386/nm.h @@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <machine/vmparam.h> #define KERNEL_U_ADDR USRSTACK -/* #undef FLOAT_INFO /* No float info yet */ +/* #undef FLOAT_INFO */ /* No float info yet */ #define FLOAT_INFO extern void i386_float_info (); \ i386_float_info () diff --git a/gnu/usr.bin/gdb/gdb/nm.h b/gnu/usr.bin/gdb/gdb/nm.h index 3df06f15a280..ec85bd8cfaac 100644 --- a/gnu/usr.bin/gdb/gdb/nm.h +++ b/gnu/usr.bin/gdb/gdb/nm.h @@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <machine/vmparam.h> #define KERNEL_U_ADDR USRSTACK -/* #undef FLOAT_INFO /* No float info yet */ +/* #undef FLOAT_INFO */ /* No float info yet */ #define FLOAT_INFO extern void i386_float_info (); \ i386_float_info () |
