summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-30 22:30:20 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-30 22:30:20 +0000
commit4aabb93085605c2fcaf81698c503ef412e08291d (patch)
tree776dbc376665dde41135764c8c6099795f5f7417 /gcc/ChangeLog
parent12c17674c30ac82439d216e410337e445930aae4 (diff)
downloadgcc-4aabb93085605c2fcaf81698c503ef412e08291d.tar.gz
* config/nvptx/nvptx.h (HARD_REGNO_NREGS): Avoid warning on unused
args. (MOVE_MAX): Set to 8. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4282cba11cd..a41ae5d55d2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2015-10-30 Jeff Law <jeff@redhat.com>
+ Nathan Sidwell <nathan@acm.org>
+
+ * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Avoid warning on unused
+ args.
+ (MOVE_MAX): Set to 8.
+
2015-10-30 Cesar Philippidis <cesar@codesourcery.com>
* cgraph.c: Include context.h for offloading.