r244978 - in /trunk: ChangeLog MAINTAINERS conf...

jamborm@gcc.gnu.org jamborm@gcc.gnu.org
Fri Jan 27 14:35:00 GMT 2017


Author: jamborm
Date: Fri Jan 27 14:35:07 2017
New Revision: 244978

URL: https://gcc.gnu.org/viewcvs?rev=244978&root=gcc&view=rev
Log:
[brigfe] Small fixes

2017-01-27  Pekka Jaaskelainen  <pekka.jaaskelainen@parmance.com>

	* configure.ac: Moved the white list of enabling BRIG FE to
	libhsail-rt/configure.tgt.  
	* configure: Regenerated.
	* MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.

gcc/
	* builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
	uint16_type_node for BT_UINT16.

gcc/brig/
	* config-lang.in: Removed stale target-libbrig reference.

libhsail-rt/
	* configure.tgt: Moved the white list of supported targets here
	from configure.ac.  Added i[3456789]86-*-linux* as a supported env
	for the BRIG FE.
	* README: Added a proper description of what libhsail-rt is.


Added:
    trunk/libhsail-rt/configure.tgt
Modified:
    trunk/ChangeLog
    trunk/MAINTAINERS
    trunk/configure
    trunk/configure.ac
    trunk/gcc/ChangeLog
    trunk/gcc/brig/ChangeLog
    trunk/gcc/brig/config-lang.in
    trunk/gcc/builtin-types.def
    trunk/gcc/testsuite/ChangeLog
    trunk/include/ChangeLog
    trunk/libhsail-rt/ChangeLog
    trunk/libhsail-rt/README



More information about the Gcc-cvs mailing list