aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-01-02 23:48:49 +0000
committerIan Lance Taylor <iant@google.com>2008-01-02 23:48:49 +0000
commitcb29561284eaa37c5c8967e49a5db0a4064368bf (patch)
treef4e88f9b60483aeb87c7cbfda3445f3da58edcc0 /gold/layout.h
parent2745d86e69ec4659f39cfe0406948578f791ac4f (diff)
downloadfsf-binutils-gdb-cb29561284eaa37c5c8967e49a5db0a4064368bf.zip
fsf-binutils-gdb-cb29561284eaa37c5c8967e49a5db0a4064368bf.tar.gz
fsf-binutils-gdb-cb29561284eaa37c5c8967e49a5db0a4064368bf.tar.bz2
Reduce the number of system calls. Use readv instead of pread. Do
better handling of cached views.
Diffstat (limited to 'gold/layout.h')
-rw-r--r--gold/layout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gold/layout.h b/gold/layout.h
index 3084d60..131d6a6 100644
--- a/gold/layout.h
+++ b/gold/layout.h
@@ -292,8 +292,7 @@ class Layout
// Create the output sections for the symbol table.
void
- create_symtab_sections(const Input_objects*, Symbol_table*, const Task*,
- off_t*);
+ create_symtab_sections(const Input_objects*, Symbol_table*, off_t*);
// Create the .shstrtab section.
Output_section*