aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-04-26 22:10:10 +0000
committerStan Shebs <shebs@codesourcery.com>1994-04-26 22:10:10 +0000
commit380c60b19ac634cb4e6151f6eb8d968339079916 (patch)
tree1428114c9570bc846381532c9e782d61a1702ef0 /bfd/hosts
parent6c101bcf78a810f6dd1c25722e45cbb3627a92cb (diff)
downloadgdb-380c60b19ac634cb4e6151f6eb8d968339079916.zip
gdb-380c60b19ac634cb4e6151f6eb8d968339079916.tar.gz
gdb-380c60b19ac634cb4e6151f6eb8d968339079916.tar.bz2
Tue Apr 26 15:07:24 1994 Stan Shebs (shebs@andros.cygnus.com)
* cf-sparclynx.c (LYNXOS, COFF_LONG_FILENAMES): Define. * coff-sparc.c (BADMAG): Recognize LYNXCOFFMAGIC. (COFF_SPARC): Define. * coffcode.h (coff_new_section_hook): If COFF_SPARC, set alignment power of data and bss sections to 3. * hosts/lynx.h (__LYNXOS): Define. Brought over from 94Q1.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/lynx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/hosts/lynx.h b/bfd/hosts/lynx.h
index 0d89a18..0243227 100644
--- a/bfd/hosts/lynx.h
+++ b/bfd/hosts/lynx.h
@@ -12,6 +12,10 @@
#include <sys/conf.h>
#include <sys/kernel.h>
+/* sys/kernel.h should define this, but doesn't always, sigh. */
+#ifndef __LYNXOS
+#define __LYNXOS
+#endif
#include <sys/mem.h>
#include <sys/signal.h>
#include <sys/time.h>