libgloss: bfin: trim trailing whitespace
This commit is contained in:
parent
e3b09df6ef
commit
3a81efd10e
@ -1,3 +1,8 @@
|
|||||||
|
2011-06-21 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* bfin/syscalls.c: Trim trailing whitespace.
|
||||||
|
* bfin/crt0.S: Likewise.
|
||||||
|
|
||||||
2011-06-14 Joseph Myers <joseph@codesourcery.com>
|
2011-06-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* configure.in: Don't handle strongarm, ep9312 and xscale target
|
* configure.in: Don't handle strongarm, ep9312 and xscale target
|
||||||
|
@ -52,7 +52,7 @@ L$L$clear_bss:
|
|||||||
p0.l = _atexit;
|
p0.l = _atexit;
|
||||||
p0.h = _atexit;
|
p0.h = _atexit;
|
||||||
#ifdef __BFIN_FDPIC__
|
#ifdef __BFIN_FDPIC__
|
||||||
r0 = [P4 + __fini@FUNCDESC_GOT17M4] ;
|
r0 = [P4 + __fini@FUNCDESC_GOT17M4];
|
||||||
P3 = P4;
|
P3 = P4;
|
||||||
#else
|
#else
|
||||||
r0.l = __fini;
|
r0.l = __fini;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user