From 532f543ca80f6ebcc4719677b8cedc4c901df9be Mon Sep 17 00:00:00 2001 From: Ollie Wild Date: Wed, 16 Apr 2008 21:00:59 +0000 Subject: gcc/ * lto-function-out.c (output_type_ref): Updated function description. gcc/lto/ * lto-function-in.c (input_type_ref): Updated function description. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/lto@134365 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog.lto | 4 ++++ gcc/lto-function-out.c | 5 ++--- gcc/lto/ChangeLog | 4 ++++ gcc/lto/lto-function-in.c | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog.lto b/gcc/ChangeLog.lto index 19105a7046c..051672ad5e6 100644 --- a/gcc/ChangeLog.lto +++ b/gcc/ChangeLog.lto @@ -1,3 +1,7 @@ +2008-04-16 Ollie Wild + + * lto-function-out.c (output_type_ref): Updated function description. + 2008-04-16 Ollie Wild * lto-function-out.c (output_type_ref_1): New function. diff --git a/gcc/lto-function-out.c b/gcc/lto-function-out.c index 3bcc3de38f1..8fd63cfa1ee 100644 --- a/gcc/lto-function-out.c +++ b/gcc/lto-function-out.c @@ -612,9 +612,8 @@ output_type_ref_1 (struct output_block *ob, tree node) } -/* Look up TYPE in the type table and write the uleb128 index for it. - This is a hack and will be replaced with a real reference to the - type. */ +/* Look up NODE in the type table and write the uleb128 index for it to OB. + This is a hack and will be replaced with a real reference to the type. */ static void output_type_ref (struct output_block *ob, tree node) diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 0e78bf9a269..008cb296753 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2008-04-16 Ollie Wild + + * lto-function-in.c (input_type_ref): Updated function description. + 2008-04-16 Ollie Wild * lto-function-in.c (input_type_ref_1): New function. diff --git a/gcc/lto/lto-function-in.c b/gcc/lto/lto-function-in.c index d1bd8bf5577..2d89d3e513b 100644 --- a/gcc/lto/lto-function-in.c +++ b/gcc/lto/lto-function-in.c @@ -238,7 +238,8 @@ input_type_ref_1 (struct data_in *data_in, struct lto_input_block *ib) } -/* Get the type referenced by the next token in IB. */ +/* Get the type referenced by the next token in IB and store it in the type + table in DATA_IN. */ static tree input_type_ref (struct data_in *data_in, struct lto_input_block *ib) -- cgit v1.2.3