Module Name: src
Committed By: christos
Date: Fri Apr 22 17:39:38 UTC 2016
Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/m68k: lb1sf68.S
Log Message:
Some functions like __udivsi3 are used in other assembly files like __umodsi3.
Use PLT linkage to avoid text relocations.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S
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/libgcc/config/m68k/lb1sf68.S
diff -u src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S:1.1.1.2 src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S:1.2
--- src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S:1.1.1.2 Sun Jan 24 01:06:01 2016
+++ src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S Fri Apr 22 13:39:38 2016
@@ -203,7 +203,7 @@ see the files COPYING3 and COPYING.RUNTI
lea \addr-.-8,a0
jsr pc@(a0)
#else
- jbsr \addr
+ jbsr \addr@PLTPC
#endif
.endm
@@ -215,7 +215,7 @@ see the files COPYING3 and COPYING.RUNTI
lea \addr-.-8,a0
jmp pc@(a0)
#else
- bra \addr
+ bra \addr@PLTPC
#endif
.endm