projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c9b6803
)
Fix --thread-count-middle and --thread-count-final.
author
Ian Lance Taylor
<iant@google.com>
Fri, 14 Dec 2007 04:53:22 +0000
(
04:53
+0000)
committer
Ian Lance Taylor
<iant@google.com>
Fri, 14 Dec 2007 04:53:22 +0000
(
04:53
+0000)
gold/options.h
patch
|
blob
|
history
diff --git
a/gold/options.h
b/gold/options.h
index
9cb317e
..
cae1b1a
100644
(file)
--- a/
gold/options.h
+++ b/
gold/options.h
@@
-466,11
+466,11
@@
class General_options
void
set_thread_count_middle(const char* arg)
void
set_thread_count_middle(const char* arg)
- { this->thread_count_
initial
_ = this->parse_thread_count(arg); }
+ { this->thread_count_
middle
_ = this->parse_thread_count(arg); }
void
set_thread_count_final(const char* arg)
void
set_thread_count_final(const char* arg)
- { this->thread_count_
initi
al_ = this->parse_thread_count(arg); }
+ { this->thread_count_
fin
al_ = this->parse_thread_count(arg); }
void
ignore(const char*)
void
ignore(const char*)