Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 723268
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h
0
++ b/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h
Lines 32-38 Link Here
32
#ifndef __ASSEMBLER__
32
#ifndef __ASSEMBLER__
33
/* Don't declare this as a function---we want it's entry-point, not
33
/* Don't declare this as a function---we want it's entry-point, not
34
   it's function descriptor... */
34
   it's function descriptor... */
35
extern int _dl_sysinfo_break attribute_hidden;
35
/* Use section ".text" to force far GPREL64 relocation instead of
36
   GPREL22 . */
37
extern int _dl_sysinfo_break attribute_hidden __attribute__((section(".text")));
36
# define DL_SYSINFO_DEFAULT ((uintptr_t) &_dl_sysinfo_break)
38
# define DL_SYSINFO_DEFAULT ((uintptr_t) &_dl_sysinfo_break)
37
# define DL_SYSINFO_IMPLEMENTATION		\
39
# define DL_SYSINFO_IMPLEMENTATION		\
38
  asm (".text\n\t"				\
40
  asm (".text\n\t"				\

Return to bug 723268