This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix locale/weight.h with GCC 3.5


> -static inline void
> +inline void
> +__attribute ((always_inline))
>  elf_machine_rela (struct link_map *map, const Elf64_Rela *reloc,
>  		  const Elf64_Sym *sym, const struct r_found_version *version,
>  		  void *const reloc_addr_arg)

Does this really do the right thing in all of 3.[345]?
I would think this would generate an external entry point too.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]