Add to correct changelog

From-SVN: r231039
This commit is contained in:
Nathan Sidwell 2015-11-28 23:25:48 +00:00
parent 01be58559c
commit be04451f73
2 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,3 @@
2015-11-28 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.h (FIRST_PARM_OFFSET): Add void cast.
(FRAME_POINTER_CFA_OFFSET): Define.
(struct nvptx_args): Use 'tree' type.
(INIT_CUMULATIVE_ARGS): Remove unnecessary do...while.
2015-11-26 David Edelsohn <dje.gcc@gmail.com>
* m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
@ -371,7 +364,7 @@
* configure: Regenerate.
2015-02-06 Diego Novillo <dnovillo@google.com>
1
* MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
middle-end, docstring): Remove myself.
(Write After Approval): Add myself.

View File

@ -1,3 +1,10 @@
2015-11-28 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.h (FIRST_PARM_OFFSET): Add void cast.
(FRAME_POINTER_CFA_OFFSET): Define.
(struct nvptx_args): Use 'tree' type.
(INIT_CUMULATIVE_ARGS): Remove unnecessary do...while.
2015-11-28 Tom de Vries <tom@codesourcery.com>
* lto-wrapper.c (run_gcc): Handle -flinker-output argument.