gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] elf{,_abi}.h in FreeBSD.h


From: Camm Maguire
Subject: Re: [Gcl-devel] elf{,_abi}.h in FreeBSD.h
Date: 12 Jun 2004 12:29:10 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings, and thanks!  Done.



Magnus Henoch <address@hidden> writes:

> elf.h is being included in h/FreeBSD.h.  For some reason OpenBSD calls
> this header elf_abi.h, thus, for trunk and branch:
> 
> Index: h/FreeBSD.h
> ===================================================================
> RCS file: /cvsroot/gcl/gcl/h/FreeBSD.h,v
> retrieving revision 1.2.6.2.2.1
> diff -u -r1.2.6.2.2.1 FreeBSD.h
> --- h/FreeBSD.h       12 Jun 2004 05:23:22 -0000      1.2.6.2.2.1
> +++ h/FreeBSD.h       12 Jun 2004 12:46:46 -0000
> @@ -25,7 +25,11 @@
>  /* OpenBSD needs sys/types.h included before link.h, which is included
>     in linux.h */
>  #include <sys/types.h>
> +#if defined(HAVE_ELF_H)
>  #include <elf.h>
> +#elif defined(HAVE_ELF_ABI_H)
> +#include <elf_abi.h>
> +#endif
>  #include "linux.h"
>  
>  #if defined(__i386__)
> 
> Regards,
> Magnus
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]