[Bug ld/30907] ELF segment add extra 2 LOAD segments in aarch64, making binary bigger 128KiB than before

2023-10-06 Thread ocs-bot at opencloudos dot tech
https://sourceware.org/bugzilla/show_bug.cgi?id=30907 --- Comment #3 from nilus --- (In reply to Nick Clifton from comment #2) Hi, Nick Thanks for your patient reply, I still have some confusion here. > (In reply to nilus from comment #0) > Hi Nilus, > > > When we use binutils 2.39 (

[Bug ld/30907] ELF segment add extra 2 LOAD segments in aarch64, making binary bigger 128KiB than before

2023-09-27 Thread ocs-bot at opencloudos dot tech
https://sourceware.org/bugzilla/show_bug.cgi?id=30907 --- Comment #1 from nilus --- after git bisect between 2.38 and 2.39, I found the commit which introducted this LOAD segment change: commit f420c9c84eb53fea7da452eab8ae0bd855537859 Author: Alan Modra Date: Sun May 22 14:00:06 2022 +0930

[Bug ld/30907] ELF segment add extra 2 LOAD segments in aarch64, making binary bigger 128KiB than before

2023-09-26 Thread ocs-bot at opencloudos dot tech
https://sourceware.org/bugzilla/show_bug.cgi?id=30907 nilus changed: What|Removed |Added Summary|ELF segment seperated into |ELF segment add extra 2 |4

[Bug ld/30907] New: ELF segment seperated into 4 LOAD in aarch64, making binary bigger 128KiB than before

2023-09-26 Thread ocs-bot at opencloudos dot tech
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: ocs-bot at opencloudos dot tech Target Milestone: --- When we use binutils 2.39 (or higher, like 2.40) to compile files on aarch64, we find that the newly