From: Ulrich Drepper Date: Mon, 22 Jun 2009 22:10:30 +0000 (-0700) Subject: Clean up whitespaces in last patch. X-Git-Tag: fedora/glibc-2.10.90-1~3^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e364e6f11861d3354e4e9b2c2e04816688c14770;p=thirdparty%2Fglibc.git Clean up whitespaces in last patch. --- diff --git a/elf/Makefile b/elf/Makefile index 80591178e07..56935d5a1a5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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 diff --git a/elf/ifuncmain5.c b/elf/ifuncmain5.c index 819a4439048..7f128d006e1 100644 --- a/elf/ifuncmain5.c +++ b/elf/ifuncmain5.c @@ -27,7 +27,7 @@ int main (void) { foo_p p; - + p = get_foo (); if ((*p) () != -1) abort (); diff --git a/elf/ifuncmod5.c b/elf/ifuncmod5.c index 48388967b53..2ca1c715410 100644 --- a/elf/ifuncmod5.c +++ b/elf/ifuncmod5.c @@ -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)