aboutsummaryrefslogtreecommitdiff
path: root/gold/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/archive.h')
-rw-r--r--gold/archive.h6
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_;