(elf_machine_runtime_setup): Make sure this is always inlined.
authorAndreas Schwab <schwab@suse.de>
Mon, 6 Jan 2003 18:10:46 +0000 (18:10 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 6 Jan 2003 18:10:46 +0000 (18:10 +0000)
(elf_machine_rela): Likewise.

sysdeps/m68k/dl-machine.h

index ce80aad..61027c9 100644 (file)
@@ -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)