fix_typo_in_ppc64
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Wed, 8 Feb 2017 09:53:35 +0000 (09:53 +0000)
committerGraham Inggs <ginggs@debian.org>
Wed, 8 Feb 2017 09:53:35 +0000 (09:53 +0000)
Gbp-Pq: Name fix_typo_in_ppc64.patch

fpcsrc/rtl/linux/powerpc64/cprt0.as

index 817ec5262a482466504be44baabd7fa3720d65b6..93f2eda7436010dc76437a3ad8e2ce0dcd339bf5 100644 (file)
@@ -373,7 +373,7 @@ FUNCTION_PROLOG _start
     /* PPC64 ABI uses R13 for thread local, so we leave it alone */
     LOAD_64BIT_VAL 8, start_addresses
 
-    b   .__libc_start_main
+    b   __libc_start_main
     nop                      /* a NOP for the linker */
 
 /*