Jakub Jelinek
2aea7f3e47
binutils/
* readelf.c (get_segment_type): Handle PT_GNU_STACK.
bfd/
* elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
(bfd_section_from_phdr): Likewise.
(map_sections_to_segments): Create PT_GNU_STACK segment header.
(get_program_header_size): Count with PT_GNU_STACK.
* elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
* elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
include/
* bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
* elf/common.h (PT_GNU_STACK): Define.
ld/
* ldgram.y (phdr_type): Grok PT_GNU_STACK.
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
-z execstack and -z noexecstack.
(gld${EMULATION_NAME}_list_options): Likewise.
* scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
2003-06-03 22:27:23 +00:00
..
2002-06-02 02:28:45 +00:00
2001-03-14 02:27:44 +00:00
2003-04-01 13:08:06 +00:00
2001-03-14 02:27:44 +00:00
2003-06-03 16:24:03 +00:00
2003-06-03 22:27:23 +00:00
2001-03-22 13:03:58 +00:00
2001-03-14 02:27:44 +00:00
2001-03-14 02:27:44 +00:00
2002-05-28 14:08:26 +00:00
2002-12-10 17:48:27 +00:00
2001-03-14 02:27:44 +00:00
2003-05-21 00:55:15 +00:00
2001-03-14 02:27:44 +00:00
2002-06-18 21:15:57 +00:00
2003-05-16 23:40:08 +00:00
2001-03-14 02:27:44 +00:00
2002-08-15 12:19:14 +00:00
2002-09-19 19:01:18 +00:00
2001-03-14 02:27:44 +00:00
2001-03-14 02:27:44 +00:00
2003-02-21 12:17:51 +00:00
2003-05-21 00:55:15 +00:00
2002-07-17 14:15:50 +00:00
2003-01-03 18:03:18 +00:00
2001-03-14 02:27:44 +00:00
2002-12-01 12:16:21 +00:00
2002-02-13 18:14:48 +00:00
2001-03-14 02:27:44 +00:00
2003-01-28 00:01:08 +00:00
2002-11-30 08:39:45 +00:00
2001-03-14 02:27:44 +00:00
2001-03-14 02:27:44 +00:00
2002-12-30 19:25:12 +00:00
2001-04-24 15:08:16 +00:00
2002-01-31 17:33:03 +00:00
2001-03-14 02:27:44 +00:00
2003-02-18 12:52:55 +00:00
2003-02-18 06:03:41 +00:00
2001-03-14 02:27:44 +00:00
2003-01-24 17:15:29 +00:00
2003-03-03 21:03:58 +00:00
2003-01-24 23:44:45 +00:00
2003-06-03 16:24:03 +00:00
2002-07-01 16:43:38 +00:00
2002-09-27 19:29:16 +00:00
2002-12-20 21:13:42 +00:00
2003-04-01 15:50:31 +00:00