diff options
author | Nick Clifton <nickc@redhat.com> | 2010-08-25 08:36:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-08-25 08:36:54 +0000 |
commit | ca09d69af126b596bf21c9d3f7639cae5cd32533 (patch) | |
tree | 8f00e4524bcf6ead8f612b858cf2aa9f4241a663 /gold/archive.h | |
parent | 8f7c79edf3b88a0eb9f11782add6ee61947afbb4 (diff) | |
download | gdb-ca09d69af126b596bf21c9d3f7639cae5cd32533.zip gdb-ca09d69af126b596bf21c9d3f7639cae5cd32533.tar.gz gdb-ca09d69af126b596bf21c9d3f7639cae5cd32533.tar.bz2 |
* archive.cc: Formatting fixes: Remove whitespace between
typename and following asterisk. Remove whitespace between
function name and opening parenthesis.
* archive.h: Likewise.
* arm.cc: Likewise.
* attributes.cc: Likewise.
* attributes.h: Likewise.
* common.cc: Likewise.
* copy-relocs.cc: Likewise.
* dirsearch.h: Likewise.
* dynobj.cc: Likewise.
* ehframe.cc: Likewise.
* ehframe.h: Likewise.
* expression.cc: Likewise.
* fileread.cc: Likewise.
* fileread.h: Likewise.
* gc.h: Likewise.
* gold-threads.cc: Likewise.
* gold.cc: Likewise.
* i386.cc: Likewise.
* icf.h: Likewise.
* incremental-dump.cc: Likewise.
* incremental.cc: Likewise.
* layout.cc: Likewise.
* layout.h: Likewise.
* main.cc: Likewise.
* merge.cc: Likewise.
* merge.h: Likewise.
* object.cc: Likewise.
* object.h: Likewise.
* options.cc: Likewise.
* options.h: Likewise.
* output.cc: Likewise.
* output.h: Likewise.
* plugin.cc: Likewise.
* plugin.h: Likewise.
* powerpc.cc: Likewise.
* reloc.cc: Likewise.
* script-c.h: Likewise.
* script-sections.cc: Likewise.
* script.cc: Likewise.
* stringpool.cc: Likewise.
* symtab.cc: Likewise.
* symtab.h: Likewise.
* target.cc: Likewise.
* timer.cc: Likewise.
* timer.h: Likewise.
* version.cc: Likewise.
* x86_64.cc: Likewise.
Diffstat (limited to 'gold/archive.h')
-rw-r--r-- | gold/archive.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/archive.h b/gold/archive.h index 1cc5ea8..f687a4f 100644 --- a/gold/archive.h +++ b/gold/archive.h @@ -381,7 +381,7 @@ class Archive // The directory search path. Dirsearch* dirpath_; // The task reading this archive. - Task *task_; + Task* task_; // Number of members in this archive; unsigned int num_members_; // True if we exclude this library archive from automatic export. @@ -481,7 +481,7 @@ class Lib_group // For reading the files. const Input_file_lib* lib_; // The task reading this lib group. - Task *task_; + Task* task_; // Table of the objects in the group. std::vector<Archive_member> members_; }; @@ -531,7 +531,7 @@ class Add_lib_group_symbols : public Task Symbol_table* symtab_; Layout* layout_; Input_objects* input_objects_; - Lib_group * lib_; + Lib_group* lib_; Task_token* readsyms_blocker_; Task_token* this_blocker_; Task_token* next_blocker_; |