diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2008-05-16 09:40:25 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2008-05-16 09:40:25 -0400 |
commit | 105f48aedd4222f499b663535684adddb5f2fcd8 (patch) | |
tree | 8fac1f9488dcceb28b676be8224e36a21cc6e264 /gcc/dwarf2asm.c | |
parent | 908ff6a3eba98c61f299483ba60011f7bec26e34 (diff) | |
download | gcc-105f48aedd4222f499b663535684adddb5f2fcd8.tar.gz |
[multiple changes]
2008-05-16 Nathan Froyd <froydnj@codesourcery.com>
* doc/gty.texi (Source Files Containing Type Information): Note
that headers should appear first in the gtfiles list.
2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>
* tree.def (COND_EXEC): Properly documented this code.
2008-05-16 Diego Novillo <dnovillo@google.com>
* dwarf2asm.c (dw2_assemble_integer): Clarify comment.
* tree-nested.c (get_trampoline_type): Set DECL_CONTEXT for
the new field.
From-SVN: r135420
Diffstat (limited to 'gcc/dwarf2asm.c')
-rw-r--r-- | gcc/dwarf2asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index 552bf170218..a6ed8740a59 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -62,7 +62,7 @@ dw2_assemble_integer (int size, rtx x) } -/* Output an immediate constant in a given size. */ +/* Output an immediate constant in a given SIZE in bytes. */ void dw2_asm_output_data (int size, unsigned HOST_WIDE_INT value, |