Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/powerpc/include/asm.h 209975 2010-07-13 05:32:19Z nwhitehorn $
---
> * $FreeBSD: head/sys/powerpc/include/asm.h 218824 2011-02-18 21:44:53Z nwhitehorn $
40c40
< #ifdef PIC
---
> #if defined(PIC) && !defined(__powerpc64__)
56,60d55
< #ifdef __powerpc64__
< #undef PIC_PLT
< #define PIC_PLT(x) __CONCAT(.,x)
< #endif
<
76,77c71,72
< .quad .x,.TOC.@tocbase,0; .previous; \
< .align 4; .globl .x; .type .x,@function; .x:
---
> .quad .L.x,.TOC.@tocbase,0; .size x,24; .previous; \
> .align 4; .type x,@function; .L.x: