From 380c60b19ac634cb4e6151f6eb8d968339079916 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 26 Apr 1994 22:10:10 +0000 Subject: 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. --- bfd/hosts/lynx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/hosts') 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 #include +/* sys/kernel.h should define this, but doesn't always, sigh. */ +#ifndef __LYNXOS +#define __LYNXOS +#endif #include #include #include -- cgit v1.1