diff options
author | Andreas Schwab <schwab@suse.de> | 2003-01-06 18:10:46 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-01-06 18:10:46 +0000 |
commit | 3e40187ac82531ec886478664d12044b6e811b38 (patch) | |
tree | 38b82d683b5fd5541c400f2737971711e53879b4 /sysdeps/m68k | |
parent | 7f6dafc1e20131a924558955b8f6eed7aad873da (diff) | |
download | glibc-3e40187ac82531ec886478664d12044b6e811b38.tar.gz glibc-3e40187ac82531ec886478664d12044b6e811b38.tar.xz glibc-3e40187ac82531ec886478664d12044b6e811b38.zip |
(elf_machine_runtime_setup): Make sure this is always inlined. (elf_machine_rela): Likewise.
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r-- | sysdeps/m68k/dl-machine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h index ce80aad8fa..61027c9bc9 100644 --- a/sysdeps/m68k/dl-machine.h +++ b/sysdeps/m68k/dl-machine.h @@ -58,7 +58,7 @@ elf_machine_load_address (void) /* Set up the loaded object described by L so its unrelocated PLT entries will jump to the on-demand fixup code in dl-runtime.c. */ -static inline int +static inline int __attribute__ ((always_inline)) elf_machine_runtime_setup (struct link_map *l, int lazy, int profile) { Elf32_Addr *got; @@ -227,7 +227,7 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rela *reloc, /* Perform the relocation specified by RELOC and SYM (which is fully resolved). MAP is the object containing the reloc. */ -static inline void +static inline void __attribute__ ((always_inline)) elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc, const Elf32_Sym *sym, const struct r_found_version *version, Elf32_Addr *const reloc_addr) |