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:
parent
7bbf788c04
commit
bdabbc80b9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user