From f6a24a94a63abf72a349346c0af46426a63aba1a Mon Sep 17 00:00:00 2001 From: Martin Jambor Date: Fri, 27 Jan 2017 15:35:07 +0100 Subject: [brigfe] Small fixes 2017-01-27 Pekka Jaaskelainen * 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c70fb93..0a55378 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-01-27 Pekka Jääskeläinen + + * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use + uint16_type_node for BT_UINT16. + 2017-01-27 David Malcolm * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and -- cgit v1.1