Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157939898
D45257.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
D45257.diff
View Options
diff --git a/stand/efi/loader/arch/arm64/arm64.ldscript b/stand/efi/loader/arch/arm64/arm64.ldscript
--- a/stand/efi/loader/arch/arm64/arm64.ldscript
+++ b/stand/efi/loader/arch/arm64/arm64.ldscript
@@ -68,7 +68,7 @@
. = ALIGN(16);
.dynsym : { *(.dynsym) }
_edata = .;
- __data_size = . - __data_start;
+ __data_size = ABSOLUTE(. - __data_start);
/* Unused sections */
.interp : { *(.interp) }
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 27, 5:00 PM (1 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33562055
Default Alt Text
D45257.diff (414 B)
Attached To
Mode
D45257: stand/efi: Fix for binutils when targeting arm64
Attached
Detach File
Event Timeline
Log In to Comment