This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: svr4.h avoidance: v850


On 12/09/10 15:50, Joseph S. Myers wrote:
This patch in the series removing svr4.h from the headers used by
particular targets in GCC stops v850*-* from using that header, adding
the macros used from it to v850.h.

Tested building cc1 and xgcc for crosses to v850e-elf and v850-elf.
(I tried v850e1-elf as well, but config.sub doesn't accept v850e1-*
targets; it appears the config.gcc stanza for v850e1-*-* is actually
dead code.)  OK to commit?

2010-12-09 Joseph Myers<joseph@codesourcery.com>

	* config/v850/v850.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
	WCHAR_TYPE_SIZE): Define.
	* config.gcc (v850e1-*-*, v850e-*-*, v850-*-*): Don't use svr4.h.
OK.
Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]