aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
authorDoug Rupp <rupp@adacore.com>2017-06-12 12:10:12 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2017-06-12 12:10:12 +0000
commita476498c3098a6bcfe8cd6e61ef902d7cd513396 (patch)
treecd512b7c3896a613cf972fa8e83c424f2afd7f78 /fixincludes/ChangeLog
parentc9c15e27492888cb0491b72af28ece83f79e4d72 (diff)
downloadgcc-a476498c3098a6bcfe8cd6e61ef902d7cd513396.zip
gcc-a476498c3098a6bcfe8cd6e61ef902d7cd513396.tar.gz
gcc-a476498c3098a6bcfe8cd6e61ef902d7cd513396.tar.bz2
config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
2017-06-12 Doug Rupp <rupp@adacore.com> gcc/ * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide". Append vxworks-stdint.h to the tm_file list. * config/vxworks-stdint.h: New file. fixincludes/ * inclhack.def (AAB_vxworks_stdint): Remove hack. * fixincl.x: Regenerate. From-SVN: r249121
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 4f729db..ffd1718 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-12 Doug Rupp <rupp@adacore.com>
+
+ * inclhack.def (AAB_vxworks_stdint): Remove hack.
+ * fixincl.x: Regenerate.
+
2017-02-25 John David Anglin <danglin@gcc.gnu.org>
PR target/68739