Module Name:    src
Committed By:   chs
Date:           Sun Sep 25 13:33:12 UTC 2011

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/m68k: lb1sf68.asm

Log Message:
libgcc is big enough to need the equivalent of -fPIC here now.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm
diff -u src/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm:1.1.1.1 src/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm:1.2
--- src/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm:1.1.1.1	Tue Jun 21 01:22:28 2011
+++ src/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm	Sun Sep 25 13:33:11 2011
@@ -211,7 +211,7 @@ see the files COPYING3 and COPYING.RUNTI
 	/* ISA C has no bra.l instruction, and since this assembly file
 	   gets assembled into multiple object files, we avoid the
 	   bra instruction entirely.  */
-#if defined (__mcoldfire__) && !defined (__mcfisab__)
+#if (defined (__mcoldfire__) && !defined (__mcfisab__)) || defined(__NetBSD__)
 	lea	\addr-.-8,a0
 	jmp	pc@(a0)
 #else

Reply via email to