[brigfe] Small fixes
authorMartin Jambor <jamborm@gcc.gnu.org>
Fri, 27 Jan 2017 14:35:07 +0000 (15:35 +0100)
committerMartin Jambor <jamborm@gcc.gnu.org>
Fri, 27 Jan 2017 14:35:07 +0000 (15:35 +0100)
commitf6a24a94a63abf72a349346c0af46426a63aba1a
tree5c230ebc44096ebc0fd8a1e52e8be49140663b98
parent71103b610487c068e1bb379724f6bba1eafedb08
[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.

From-SVN: r244978
13 files changed:
ChangeLog
MAINTAINERS
configure
configure.ac
gcc/ChangeLog
gcc/brig/ChangeLog
gcc/brig/config-lang.in
gcc/builtin-types.def
gcc/testsuite/ChangeLog
include/ChangeLog
libhsail-rt/ChangeLog
libhsail-rt/README
libhsail-rt/configure.tgt [new file with mode: 0644]