projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc50a65
)
gold-no-keep-files-mapped
author
Matthias Klose
<doko@debian.org>
Tue, 22 Sep 2020 18:10:17 +0000
(19:10 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 22 Sep 2020 18:10:17 +0000
(19:10 +0100)
# DP: gold on 32bit archs: Release mapped files after each pass.
# DP: gold on 32bit archs: Release mapped files after each pass.
Gbp-Pq: Name gold-no-keep-files-mapped.diff
gold/options.h
patch
|
blob
|
history
diff --git
a/gold/options.h
b/gold/options.h
index 129b9f6b91e6cf4690ae17079f010abaf277203a..dedea9281e10be3608d9f75f90867d28c07a1a1b 100644
(file)
--- a/
gold/options.h
+++ b/
gold/options.h
@@
-1003,7
+1003,8
@@
class General_options
// k
- DEFINE_bool(keep_files_mapped, options::TWO_DASHES, '\0', true,
+ DEFINE_bool(keep_files_mapped, options::TWO_DASHES, '\0',
+ sizeof(void*) >= 8,
N_("Keep files mapped across passes"),
N_("Release mapped files after each pass"));