Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37806880
en ru br
ALT Linux repos
S:4.04-alt19
D:3.61-alt1
5.0: 3.63-alt3
4.1: 3.36-alt2
4.0: 3.36-alt2
3.0: 2.11-alt1

Group :: System/Kernel and hardware
RPM: syslinux

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: syslinux-4.04-gcc47.diff
Download


--- com32/lib/sys/entry.S
+++ com32/lib/sys/entry.S
@@ -92,8 +92,8 @@
 		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
--- com32/lib/sys/exit.S
+++ com32/lib/sys/exit.S
@@ -17,9 +17,9 @@
 #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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin