mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
arm: fix up style in reloc fix
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
ca98e1710e
commit
9770df4f12
@ -1,3 +1,7 @@
|
||||
2012-08-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/arm/dl-machine.h (elf_machine_rel) [R_ARM_ABS32]: Fix style.
|
||||
|
||||
2012-08-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/arm/dl-machine.h (elf_machine_rel) [R_ARM_ABS32]: Declare
|
||||
|
@ -416,7 +416,7 @@ elf_machine_rel (struct link_map *map, const Elf32_Rel *reloc,
|
||||
struct unaligned
|
||||
{
|
||||
Elf32_Addr x;
|
||||
} __attribute__((packed, may_alias));
|
||||
} __attribute__ ((packed, may_alias));
|
||||
# ifndef RTLD_BOOTSTRAP
|
||||
/* This is defined in rtld.c, but nowhere in the static
|
||||
libc.a; make the reference weak so static programs can
|
||||
|
Loading…
Reference in New Issue
Block a user