Sourceware Bugzilla – Attachment 11243 Details for
Bug 23648
Symbols based on MEMORY regions confuse --gc-sections.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible patch
file_23648.txt (text/plain), 579 bytes, created by
Nick Bowler
on 2018-09-13 17:59:52 UTC
(
hide
)
Description:
Possible patch
Filename:
MIME Type:
Creator:
Nick Bowler
Created:
2018-09-13 17:59:52 UTC
Size:
579 bytes
patch
obsolete
>diff --git a/ld/ldlang.c b/ld/ldlang.c >index d644b5681201..2bbcd358fdad 100644 >--- a/ld/ldlang.c >+++ b/ld/ldlang.c >@@ -7319,11 +7319,12 @@ lang_process (void) > if (config.build_constructors) > lang_init_start_stop (); > >+ lang_do_memory_regions(); >+ > /* PR 13683: We must rerun the assignments prior to running garbage > collection in order to make sure that all symbol aliases are resolved. */ > lang_do_assignments (lang_mark_phase_enum); > >- lang_do_memory_regions(); > expld.phase = lang_first_phase_enum; > > /* Size up the common data. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23648
: 11243