config.gcc, bsd.h: Do not directly include sparc/sparc.h.

2001-06-05  David O'Brien  <obrien@FreeBSD.org>
	* config.gcc, config/sparc/bsd.h:  Do not directly include
	sparc/sparc.h.  Instead do it via tm_file.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20010604154759.G25044@redhat.com>

From-SVN: r42927
This commit is contained in:
David O'Brien 2001-06-06 02:13:37 +00:00 committed by David O'Brien
parent 099c8b17ac
commit 910e231e80
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2001-06-05 David O'Brien <obrien@FreeBSD.org>
* config.gcc, config/sparc/bsd.h: Do not directly include
sparc/sparc.h. Instead do it via tm_file.
2001-06-05 Richard Henderson <rth@redhat.com>
* dwarf2.h (DW_EH_PE_aligned): New.

View file

@ -2811,7 +2811,7 @@ sparc-*-openbsd*)
use_collect2=yes
;;
sparc-*-bsd*)
tm_file=sparc/bsd.h
tm_file="${tm_file} sparc/bsd.h"
;;
sparc-*-chorusos*)
tm_file="sparc/sol2.h sparc/elf.h sparc/chorus.h"

View file

@ -1,5 +1,3 @@
#include "sparc/sparc.h"
#undef LIB_SPEC
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"