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


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

__stack_prot undefined


The following change added calls to __stack_prot, which is not defined
on GNU/Hurd.

Oh yeah, the ChangeLog sucks too since it doesn't note the fact that
__stack_prot was added as a extern...

revision 1.245
date: 2004/09/19 02:48:28;  author: drepper;  state: Exp;  lines: +32 -13
(_dl_map_object_from_fd): Add PROT_EXEC flag to __stack_flags.

/home/hde/space/tree/libc/elf/librtld.os(.text+0x4091): In function `_dl_map_object_from_fd':
/home/hde/space/libc/elf/dl-load.c:1326: undefined reference to `__stack_prot'
collect2: ld returned 1 exit status


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