projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114dc7f
)
gold-no-keep-files-mapped
author
Matthias Klose
<doko@debian.org>
Sat, 12 Mar 2022 05:40:23 +0000
(
05:40
+0000)
committer
Matthias Klose
<doko@debian.org>
Sat, 12 Mar 2022 05:40:23 +0000
(
05:40
+0000)
# 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 cce59ec3f9bce17d5e4e23b5d0cf6d6089324b4e..7227cc6e32765978f0d3c3cd212b7485a91addb4 100644
(file)
--- a/
gold/options.h
+++ b/
gold/options.h
@@
-1012,7
+1012,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"));