projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8af6a4c
)
gold-no-keep-files-mapped
author
Matthias Klose
<doko@debian.org>
Wed, 27 Dec 2023 09:36:14 +0000
(10:36 +0100)
committer
Matthias Klose
<doko@debian.org>
Wed, 27 Dec 2023 09:36:14 +0000
(10:36 +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 3cfb343822f015e901f8000b1c2eb7113116fe50..360f07cf5ddaa5858b6130534276cca9469f6684 100644
(file)
--- a/
gold/options.h
+++ b/
gold/options.h
@@
-1016,7
+1016,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"));