Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
system:install:head
syslinux
syslinux-4.04-gcc47.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File syslinux-4.04-gcc47.patch of Package syslinux
Index: syslinux-4.04/com32/lib/sys/entry.S =================================================================== --- syslinux-4.04.orig/com32/lib/sys/entry.S +++ syslinux-4.04/com32/lib/sys/entry.S @@ -92,8 +92,8 @@ _start: pushl %eax # Save argc /* Look for library initialization functions */ - leal __ctors_start@GOTOFF(%ebx),%esi - leal __ctors_end@GOTOFF(%ebx),%edi + leal __init_array_start@GOTOFF(%ebx),%esi + leal __init_array_end@GOTOFF(%ebx),%edi 6: cmpl %edi,%esi jae 7f Index: syslinux-4.04/com32/lib/sys/exit.S =================================================================== --- syslinux-4.04.orig/com32/lib/sys/exit.S +++ syslinux-4.04/com32/lib/sys/exit.S @@ -17,9 +17,9 @@ _exit: #endif /* Run any destructors */ - movl $__dtors_start, %esi + movl $__fini_array_start, %esi 2: - cmpl $__dtors_end, %esi + cmpl $__fini_array_end, %esi jae 1f call *(%esi) addl $4,%esi
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