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: [PATCH] fix up fixincludes for VxWorks and fix testing


Patch 1: [fixincludes] Fixes for VxWorks

TODO Prior to commit:

* fixincl.x: Regenerate

ChangeLog [fixincludes]:

2012-06-19 Robert Mason <rbmj@verizon.net>

	* fixinc.in: Check to see if the machine_name fix needs to be disabled.
	viz. vxworks must not check the machine name for fix applicability.
	* inclhack.def (AAB_vxworks_assert): New replacement fix
	(AAB_vxworks_regs_vxtypes): likewise
	(AAB_vxworks_stdint): and again
	(AAB_vxworks_unistd) and yet again
	(vxworks_ioctl_macro): wrap ioctl function in macro
	(vxworks_mkdir_macro): remove mkdir() args vxworks doesn't support
	(vxworks_regs): make sure regs.h comes from above arch directory.
	(vxworks_write_const): add "const" attribute to data argument
	* mkfixinc.sh: remove "vxworks" from list of platforms skipped by
	fixincludes

2012-09-23 Bruce Korb <bkorb@gnu.org>

	* tests/base/ioLib.h: new test header for new vxworks fix.
	* tests/base/math.h: fix results movement
	* tests/base/sys/stat.h: vxworks test
	* tests/base/testing.h: vxworks test


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