diff options
Diffstat (limited to 'gcc/lto/lto.h')
-rw-r--r-- | gcc/lto/lto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/lto/lto.h b/gcc/lto/lto.h index e55342b754a..7f8e108054d 100644 --- a/gcc/lto/lto.h +++ b/gcc/lto/lto.h @@ -1,5 +1,5 @@ /* LTO declarations. - Copyright 2009 Free Software Foundation, Inc. + Copyright 2009, 2010 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. @@ -28,6 +28,7 @@ typedef struct lto_file_struct { /* The name of the file. */ const char *filename; + /* The offset for the object inside an ar archive file (or zero). */ off_t offset; } lto_file; |