Clean up whitespaces in last patch.

This commit is contained in:
Ulrich Drepper 2009-06-22 15:10:30 -07:00
parent 3c30afc862
commit e364e6f118
3 changed files with 6 additions and 6 deletions

View File

@ -1068,7 +1068,7 @@ $(objpfx)ifuncmain7pie.out: $(objpfx)ifuncmain7pie
--library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
$< > $@
$(objpfx)ifuncmain7pie: $(objpfx)ifuncmain7pie.o
$(objpfx)ifuncmain7pie: $(objpfx)ifuncmain7pie.o
$(+link-pie)
generated += ifuncmain7pie ifuncmain7pie.out

View File

@ -27,7 +27,7 @@ int
main (void)
{
foo_p p;
p = get_foo ();
if ((*p) () != -1)
abort ();

View File

@ -15,7 +15,7 @@ minus_one (void)
}
static int
zero (void)
zero (void)
{
return 0;
}
@ -23,7 +23,7 @@ zero (void)
void * foo_ifunc (void) __asm__ ("foo");
__asm__(".type foo, %gnu_indirect_function");
void *
void *
foo_ifunc (void)
{
switch (global)
@ -40,7 +40,7 @@ foo_ifunc (void)
void * foo_hidden_ifunc (void) __asm__ ("foo_hidden");
__asm__(".type foo_hidden, %gnu_indirect_function");
void *
void *
foo_hidden_ifunc (void)
{
switch (global)
@ -57,7 +57,7 @@ foo_hidden_ifunc (void)
void * foo_protected_ifunc (void) __asm__ ("foo_protected");
__asm__(".type foo_protected, %gnu_indirect_function");
void *
void *
foo_protected_ifunc (void)
{
switch (global)