freebsd.h (OBJECT_FORMAT_ELF): Define.

2002-04-23  David O'Brien  <obrien@FreeBSD.org>
	* config/freebsd.h(OBJECT_FORMAT_ELF): Define.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020422223325.B32678@redhat.com>

From-SVN: r52666
This commit is contained in:
David O'Brien 2002-04-23 14:57:55 +00:00 committed by David O'Brien
parent 7bbf788c04
commit bdabbc80b9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-23 David O'Brien <obrien@FreeBSD.org>
* config/freebsd.h(OBJECT_FORMAT_ELF): Define.
Tue Apr 23 14:24:25 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug

View File

@ -59,6 +59,10 @@ Boston, MA 02111-1307, USA. */
/************************[ Target stuff ]***********************************/
/* All FreeBSD Architectures support the ELF object file format. */
#undef OBJECT_FORMAT_ELF
#define OBJECT_FORMAT_ELF
/* Don't assume anything about the header files. */
#undef NO_IMPLICIT_EXTERN_C
#define NO_IMPLICIT_EXTERN_C 1