mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Clean up whitespaces in last patch.
This commit is contained in:
parent
3c30afc862
commit
e364e6f118
@ -1068,7 +1068,7 @@ $(objpfx)ifuncmain7pie.out: $(objpfx)ifuncmain7pie
|
|||||||
--library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
|
--library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
|
||||||
$< > $@
|
$< > $@
|
||||||
|
|
||||||
$(objpfx)ifuncmain7pie: $(objpfx)ifuncmain7pie.o
|
$(objpfx)ifuncmain7pie: $(objpfx)ifuncmain7pie.o
|
||||||
$(+link-pie)
|
$(+link-pie)
|
||||||
|
|
||||||
generated += ifuncmain7pie ifuncmain7pie.out
|
generated += ifuncmain7pie ifuncmain7pie.out
|
||||||
|
@ -27,7 +27,7 @@ int
|
|||||||
main (void)
|
main (void)
|
||||||
{
|
{
|
||||||
foo_p p;
|
foo_p p;
|
||||||
|
|
||||||
p = get_foo ();
|
p = get_foo ();
|
||||||
if ((*p) () != -1)
|
if ((*p) () != -1)
|
||||||
abort ();
|
abort ();
|
||||||
|
@ -15,7 +15,7 @@ minus_one (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
zero (void)
|
zero (void)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@ -23,7 +23,7 @@ zero (void)
|
|||||||
void * foo_ifunc (void) __asm__ ("foo");
|
void * foo_ifunc (void) __asm__ ("foo");
|
||||||
__asm__(".type foo, %gnu_indirect_function");
|
__asm__(".type foo, %gnu_indirect_function");
|
||||||
|
|
||||||
void *
|
void *
|
||||||
foo_ifunc (void)
|
foo_ifunc (void)
|
||||||
{
|
{
|
||||||
switch (global)
|
switch (global)
|
||||||
@ -40,7 +40,7 @@ foo_ifunc (void)
|
|||||||
void * foo_hidden_ifunc (void) __asm__ ("foo_hidden");
|
void * foo_hidden_ifunc (void) __asm__ ("foo_hidden");
|
||||||
__asm__(".type foo_hidden, %gnu_indirect_function");
|
__asm__(".type foo_hidden, %gnu_indirect_function");
|
||||||
|
|
||||||
void *
|
void *
|
||||||
foo_hidden_ifunc (void)
|
foo_hidden_ifunc (void)
|
||||||
{
|
{
|
||||||
switch (global)
|
switch (global)
|
||||||
@ -57,7 +57,7 @@ foo_hidden_ifunc (void)
|
|||||||
void * foo_protected_ifunc (void) __asm__ ("foo_protected");
|
void * foo_protected_ifunc (void) __asm__ ("foo_protected");
|
||||||
__asm__(".type foo_protected, %gnu_indirect_function");
|
__asm__(".type foo_protected, %gnu_indirect_function");
|
||||||
|
|
||||||
void *
|
void *
|
||||||
foo_protected_ifunc (void)
|
foo_protected_ifunc (void)
|
||||||
{
|
{
|
||||||
switch (global)
|
switch (global)
|
||||||
|
Loading…
Reference in New Issue
Block a user