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>
|
||||
|
||||
* configure.in: Don't handle strongarm, ep9312 and xscale target
|
||||
|
|
|
@ -52,7 +52,7 @@ L$L$clear_bss:
|
|||
p0.l = _atexit;
|
||||
p0.h = _atexit;
|
||||
#ifdef __BFIN_FDPIC__
|
||||
r0 = [P4 + __fini@FUNCDESC_GOT17M4] ;
|
||||
r0 = [P4 + __fini@FUNCDESC_GOT17M4];
|
||||
P3 = P4;
|
||||
#else
|
||||
r0.l = __fini;
|
||||
|
|
Loading…
Reference in New Issue