]> git.ipfire.org Git - thirdparty/gcc.git/commit - include/ChangeLog
[brigfe] Small fixes
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jan 2017 14:35:07 +0000 (14:35 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jan 2017 14:35:07 +0000 (14:35 +0000)
commit645a0bd9d8a5b8aeb854536cf580c8f6a37ba86b
tree5c230ebc44096ebc0fd8a1e52e8be49140663b98
parent533c8f9a3b97d56c9e73a912c262f2ea932eb707
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244978 138bc75d-0d04-0410-961f-82ee72b054a4
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]