diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-10-29 02:03:32 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-10-29 02:03:32 +0000 |
commit | 20f951757e0be7a93b5bc58143472533472c5ede (patch) | |
tree | be88aabbab102f255aad91761f595b6235f33e03 /bfd/hosts/i386lynx.h | |
parent | c9368a3bc3af36a7f53db7137d727ae6a124fde3 (diff) | |
download | gdb-20f951757e0be7a93b5bc58143472533472c5ede.zip gdb-20f951757e0be7a93b5bc58143472533472c5ede.tar.gz gdb-20f951757e0be7a93b5bc58143472533472c5ede.tar.bz2 |
Minor changes, plus definitions for Sparc Lynx host.
Diffstat (limited to 'bfd/hosts/i386lynx.h')
-rw-r--r-- | bfd/hosts/i386lynx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/hosts/i386lynx.h b/bfd/hosts/i386lynx.h index 63d9579..2c93f50 100644 --- a/bfd/hosts/i386lynx.h +++ b/bfd/hosts/i386lynx.h @@ -1,4 +1,4 @@ -/* Intel 386 running Lynx OS */ +/* Intel 386 running LynxOS */ #ifndef hosts_i386lynx_h #define hosts_i386lynx_h @@ -27,10 +27,11 @@ #define HOST_LYNX #include "fopen-same.h" + #undef I386 /* Lynx defines this for some reason */ /* Lynx has calloc, but no cfree, and gprof uses it. */ #define cfree free -#endif /* hosts_i386lynx_h */ +#endif /* hosts_i386lynx_h */ |