Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/m68k libgcc is big enough ...



details:   https://anonhg.NetBSD.org/src/rev/602694414206
branches:  trunk
changeset: 769878:602694414206
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Sep 25 13:33:11 2011 +0000

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

diffstat:

 external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 80616fde3ed7 -r 602694414206 external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm
--- a/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm        Sun Sep 25 13:32:17 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/m68k/lb1sf68.asm        Sun Sep 25 13:33:11 2011 +0000
@@ -211,7 +211,7 @@
        /* 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



Home | Main Index | Thread Index | Old Index