Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
fwupdate.16145
fwupdate-bsc1152928-update-aarch64-linker-scrip...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fwupdate-bsc1152928-update-aarch64-linker-script.patch of Package fwupdate.16145
diff --git a/efi/elf_aarch64_efi.lds b/efi/elf_aarch64_efi.lds index 365692d..836d982 100644 --- a/efi/elf_aarch64_efi.lds +++ b/efi/elf_aarch64_efi.lds @@ -4,7 +4,7 @@ ENTRY(_start) SECTIONS { .text 0x0 : { - _text = .; + _text = .; *(.text.head) *(.text) *(.text.*) @@ -12,10 +12,11 @@ SECTIONS *(.srodata) *(.rodata*) . = ALIGN(16); - _etext = .; } + _etext = .; + _text_size = . - _text; .dynamic : { *(.dynamic) } - .data : + .data : ALIGN(4096) { _data = .; *(.sdata) @@ -37,20 +38,21 @@ SECTIONS . = ALIGN(16); _bss_end = .; } - .note.gnu.build-id : { *(.note.gnu.build-id) } .rela.dyn : { *(.rela.dyn) } .rela.plt : { *(.rela.plt) } .rela.got : { *(.rela.got) } .rela.data : { *(.rela.data) *(.rela.data*) } + . = ALIGN(512); _edata = .; - _data_size = . - _etext; + _data_size = . - _data; . = ALIGN(4096); .dynsym : { *(.dynsym) } . = ALIGN(4096); .dynstr : { *(.dynstr) } . = ALIGN(4096); + .note.gnu.build-id : { *(.note.gnu.build-id) } /DISCARD/ : { *(.rel.reloc)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor