Nick Clifton
e922d1eaa3
Add ability to change linker warning messages into errors when reporting executable stacks and/or executable segments.
include
* bfdlink.h (struct bfd_link_info): Update descriptions of the 'execstack', 'noexecstack' and 'warn_execstack' fields. Add 'error_exectack' and 'warn_is_error_for_rwx_segments' fields.
bfd
* elf.c (assign_file_positions_except_relocs): Turn warnings about executable segments into errors if so requested.
* elflink.c (bfd_elf_size_dynamic_sections): Turn warnings about executable stacks into errors if so requested.
ld
* ldlex.h (enum option_values): Add OPTION_ERROR_EXECSTACK, OPTION_NO_ERROR_EXECSTACK, OPTION_WARN_EXECSTACK_OBJECTS, OPTION_ERROR_RWX_SEGMENTS and OPTION_NO_ERROR_RWX_SEGMENTS. (struct ld_option): Add new long options. (parse_args): Parse new long options. (elf_static_list_options): Display the new options.
* ld.texi: Document the new command line options.
* configure.ac (error-execstack): New configuration option. (error-rwx-segments): New configuration option.
* emultempl/elf.em (_before_parse): Initialse the new linkinfo fields.
* NEWS: Mention the new features.
* config.in: Regenerate.
* configure: Regenerate.
* testsuite/ld-elf/commonpage2.d: Disable errors for RWX segments and/or executable stacks.
* testsuite/ld-elf/elf.exp: Likewise.
* testsuite/ld-elf/header.d: Likewise.
* testsuite/ld-elf/loadaddr1.d: Likewise.
* testsuite/ld-elf/loadaddr2.d: Likewise.
* testsuite/ld-elf/maxpage4.d: Likewise.
* testsuite/ld-elf/nobits-1.d: Likewise.
* testsuite/ld-elf/note-1.d: Likewise.
* testsuite/ld-elf/orphan-10.d: Likewise.
* testsuite/ld-elf/orphan-11.d: Likewise.
* testsuite/ld-elf/orphan-12.d: Likewise.
* testsuite/ld-elf/orphan-5.d: Likewise.
* testsuite/ld-elf/orphan-7.d: Likewise.
* testsuite/ld-elf/orphan-8.d: Likewise.
* testsuite/ld-elf/orphan-9.d: Likewise.
* testsuite/ld-elf/orphan-region.d: Likewise.
* testsuite/ld-elf/orphan.d: Likewise.
* testsuite/ld-elf/pr19539.d: Likewise.
* testsuite/ld-elf/pr26256-1a.d: Likewise.
* testsuite/ld-elf/pr26907.d: Likewise.
* testsuite/ld-elf/pr28597.d: Likewise.
* testsuite/ld-elf/retain2.d: Likewise.
* testsuite/ld-elf/shared.exp: Likewise.
* testsuite/ld-elf/size-1.d: Likewise.
* testsuite/ld-elf/textaddr7.d: Likewise.
* testsuite/ld-elf/warn1.d: Likewise.
* testsuite/ld-elf/warn2.d: Likewise.
* testsuite/ld-i386/discarded1.d: Likewise.
* testsuite/ld-i386/pr19175.d: Likewise.
* testsuite/ld-i386/pr19539.d: Likewise.
* testsuite/ld-i386/pr23189.d: Likewise.
* testsuite/ld-plugin/lto-3r.d: Likewise.
* testsuite/ld-plugin/lto-5r.d: Likewise.
* testsuite/ld-plugin/lto.exp: Likewise.
* testsuite/ld-powerpc/ppc476-shared.d: Likewise.
* testsuite/ld-powerpc/ppc476-shared2.d: Likewise.
* testsuite/ld-powerpc/pr28827-2.d: Likewise.
* testsuite/ld-s390/s390.exp: Likewise.
* testsuite/ld-scripts/align2a.d: Likewise.
* testsuite/ld-scripts/align2b.d: Likewise.
* testsuite/ld-scripts/align5.d: Likewise.
* testsuite/ld-scripts/alignof.exp: Likewise.
* testsuite/ld-scripts/crossref.exp: Likewise.
* testsuite/ld-scripts/defined2.d: Likewise.
* testsuite/ld-scripts/defined3.d: Likewise.
* testsuite/ld-scripts/defined5.d: Likewise.
* testsuite/ld-scripts/pr14962.d: Likewise.
* testsuite/ld-scripts/pr18963.d: Likewise.
* testsuite/ld-scripts/pr20302.d: Likewise.
* testsuite/ld-scripts/print-memory-usage.exp: Likewise.
* testsuite/ld-scripts/rgn-at1.d: Likewise.
* testsuite/ld-scripts/rgn-at10.d: Likewise.
* testsuite/ld-scripts/rgn-at4.d: Likewise.
* testsuite/ld-scripts/rgn-at6.d: Likewise.
* testsuite/ld-scripts/rgn-at8.d: Likewise.
* testsuite/ld-scripts/rgn-at9.d: Likewise.
* testsuite/ld-scripts/rgn-over1.d: Likewise.
* testsuite/ld-scripts/rgn-over2.d: Likewise.
* testsuite/ld-scripts/rgn-over4.d: Likewise.
* testsuite/ld-scripts/rgn-over5.d: Likewise.
* testsuite/ld-scripts/rgn-over6.d: Likewise.
* testsuite/ld-scripts/script.exp: Likewise.
* testsuite/ld-scripts/sizeof.exp: Likewise.
* testsuite/ld-scripts/sort-file.d: Likewise.
* testsuite/ld-x86-64/discarded1.d: Likewise.
* testsuite/ld-x86-64/pr19175.d: Likewise.
* testsuite/ld-x86-64/pr19539a.d: Likewise.
* testsuite/ld-x86-64/pr19539b.d: Likewise.
* testsuite/ld-x86-64/pr23189.d: Likewise.
2023-11-10 11:37:27 +00:00
..
2021-04-28 11:49:09 +01:00
2021-04-28 11:49:09 +01:00
2021-04-28 11:49:09 +01:00
2023-01-01 21:50:11 +10:30
2023-09-25 12:36:58 +02:00
2023-01-01 21:50:11 +10:30
2022-05-03 11:42:24 +01:00
2023-06-15 11:45:03 +09:30
2023-01-01 21:50:11 +10:30
2023-11-10 11:37:27 +00:00
2023-01-01 21:50:11 +10:30
2020-04-30 13:49:30 +01:00
2023-01-01 21:50:11 +10:30
2020-04-30 13:49:30 +01:00
2023-05-30 19:56:48 +08:00
2020-04-30 13:49:30 +01:00
2020-06-03 06:37:39 -07:00
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-18 11:18:45 +10:30
2022-01-18 11:18:45 +10:30
2022-01-18 11:18:45 +10:30
2022-01-18 11:18:45 +10:30
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-12-27 11:46:30 -08:00
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-13 14:12:43 +10:30
2022-01-12 06:08:47 -08:00
2022-01-12 06:08:47 -08:00
2022-01-12 06:08:47 -08:00
2023-10-05 14:26:32 +01:00
2023-01-01 21:50:11 +10:30
2020-04-30 13:49:30 +01:00
2020-06-19 10:01:09 +09:30
2020-04-30 13:49:30 +01:00
2022-04-20 13:39:05 +01:00
2023-06-16 12:46:49 +09:30
2020-05-25 04:54:50 -07:00
2023-01-01 21:50:11 +10:30
2023-06-14 15:54:29 +01:00
2021-01-08 00:32:10 +10:30
2023-06-14 15:54:29 +01:00
2023-06-14 15:54:29 +01:00
2023-06-14 15:54:29 +01:00
2023-11-10 11:37:27 +00:00
2020-04-30 13:49:30 +01:00
2023-01-01 21:50:11 +10:30
2023-01-01 21:50:11 +10:30
2021-01-07 06:46:55 -08:00
2023-08-02 12:06:23 +01:00
2022-05-03 11:42:24 +01:00
2023-08-02 12:06:23 +01:00
2023-01-01 21:50:11 +10:30
2020-04-30 13:49:30 +01:00
2020-06-30 14:26:05 +09:30
2021-05-10 14:00:00 +01:00
2021-05-10 14:00:00 +01:00
2021-05-10 14:00:00 +01:00
2021-05-10 14:00:00 +01:00
2023-07-28 06:00:36 +01:00
2023-06-29 10:29:47 -07:00
2020-04-30 13:49:30 +01:00
2023-11-10 11:37:27 +00:00
2020-06-16 22:13:20 +09:30
2020-06-16 22:13:20 +09:30
2020-06-16 22:13:20 +09:30
2020-06-16 22:13:20 +09:30
2021-07-08 18:14:31 -07:00
2021-07-08 18:14:31 -07:00
2021-07-08 18:14:31 -07:00
2021-07-08 18:14:31 -07:00
2021-07-08 18:14:31 -07:00
2021-07-08 18:14:31 -07:00
2021-07-08 18:14:31 -07:00
2021-07-08 18:14:31 -07:00
2023-07-06 09:04:53 +08:00
2023-01-01 21:50:11 +10:30
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-08-02 12:06:23 +01:00
2021-01-07 06:46:55 -08:00
2023-08-02 12:06:23 +01:00
2020-04-30 13:49:30 +01:00
2023-11-10 11:37:27 +00:00
2022-05-03 11:42:24 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2021-03-31 10:49:23 +10:30
2023-02-02 13:40:14 +10:30
2023-02-02 13:40:14 +10:30
2023-02-02 13:40:14 +10:30
2023-02-02 13:40:14 +10:30
2023-01-20 14:58:04 +01:00
2023-01-20 14:58:04 +01:00
2023-02-15 09:26:10 +00:00
2023-02-02 13:40:14 +10:30
2023-02-02 13:40:14 +10:30
2023-02-02 13:40:14 +10:30
2023-07-06 10:39:40 +09:30
2023-11-10 11:37:27 +00:00
2022-05-06 20:30:06 +01:00
2020-11-27 10:45:35 +00:00
2020-11-27 10:45:35 +00:00
2023-02-24 14:35:10 +01:00
2020-11-27 10:45:35 +00:00
2023-08-02 12:06:23 +01:00
2020-08-28 17:23:24 +08:00
2023-06-29 10:29:47 -07:00
2023-06-29 10:29:47 -07:00
2023-11-10 11:37:27 +00:00
2022-05-03 11:42:24 +01:00
2023-01-01 21:50:11 +10:30
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2023-02-04 14:12:13 +02:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-07-28 06:00:36 +01:00
2023-11-10 11:37:27 +00:00
2023-07-28 06:00:36 +01:00
2021-07-24 17:35:59 +09:30
2023-08-02 12:06:23 +01:00
2022-01-05 05:06:18 -08:00
2023-01-01 21:50:11 +10:30
2022-05-26 12:56:12 +09:30
2022-01-05 05:06:18 -08:00
2020-06-10 22:19:07 +09:30
2020-11-27 10:45:35 +00:00
2020-11-27 10:45:35 +00:00
2020-11-27 10:45:35 +00:00
2020-11-27 10:45:35 +00:00
2020-04-30 13:49:30 +01:00
2020-06-19 10:01:09 +09:30
2020-06-19 10:01:09 +09:30
2020-06-07 08:47:02 -07:00
2021-05-10 14:00:00 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2023-08-02 12:06:23 +01:00
2023-08-02 12:06:23 +01:00
2023-08-02 12:06:23 +01:00
2020-06-16 22:13:20 +09:30
2020-06-19 09:50:20 +09:30
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2021-03-31 10:49:23 +10:30
2021-03-31 10:49:23 +10:30
2020-06-16 22:13:20 +09:30
2023-08-02 12:06:23 +01:00
2020-04-30 13:49:30 +01:00
2023-11-10 11:37:27 +00:00
2020-06-16 22:44:13 +09:30
2020-04-30 13:49:30 +01:00
2020-04-18 11:23:09 -07:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2022-03-20 09:37:12 +08:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2022-03-01 10:10:20 +00:00
2022-03-01 10:10:20 +00:00
2022-03-01 10:10:20 +00:00
2022-03-01 10:10:20 +00:00
2022-03-01 10:10:20 +00:00
2022-03-01 10:10:20 +00:00
2020-04-17 13:03:53 +01:00
2023-06-14 15:54:29 +01:00
2023-06-14 15:54:29 +01:00
2020-06-19 09:50:20 +09:30
2020-06-19 09:50:20 +09:30
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2022-06-27 11:11:46 +02:00
2021-05-10 14:00:00 +01:00
2020-06-16 22:13:20 +09:30
2023-06-15 11:45:03 +09:30
2023-06-15 11:45:03 +09:30
2022-06-27 11:11:46 +02:00
2020-04-30 13:49:30 +01:00
2023-06-15 04:45:03 +01:00
2022-02-08 20:28:52 +10:30
2022-01-31 14:04:33 -08:00
2022-01-31 14:04:33 -08:00
2023-06-29 10:29:47 -07:00
2023-07-06 10:39:40 +09:30
2023-06-29 10:29:47 -07:00
2023-07-06 10:39:40 +09:30
2023-07-06 10:39:40 +09:30
2023-07-06 10:39:40 +09:30
2023-06-29 10:29:47 -07:00
2023-06-29 10:29:47 -07:00
2021-03-01 14:26:39 +10:30
2021-03-31 10:49:23 +10:30
2021-03-31 10:49:23 +10:30
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2021-03-31 10:49:23 +10:30
2021-03-31 10:49:23 +10:30
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2020-04-01 14:31:47 -07:00
2020-04-01 14:31:47 -07:00
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2020-04-01 14:31:47 -07:00
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2020-04-01 14:31:47 -07:00
2021-03-31 10:49:23 +10:30
2020-04-01 14:31:47 -07:00
2020-06-10 05:31:31 -07:00
2020-06-10 05:31:31 -07:00
2020-06-10 05:31:31 -07:00
2020-06-11 09:27:41 +01:00
2020-06-10 05:31:31 -07:00
2020-06-10 05:31:31 -07:00
2021-01-04 12:38:05 -08:00
2021-01-04 12:38:05 -08:00
2023-11-10 11:37:27 +00:00
2021-01-05 15:47:06 +10:30
2021-01-04 12:38:05 -08:00
2021-01-04 12:38:05 -08:00
2021-01-13 22:06:02 +10:30
2021-01-04 12:38:05 -08:00
2021-01-13 22:06:02 +10:30
2021-01-04 12:38:05 -08:00
2021-01-04 12:38:05 -08:00
2021-01-04 12:38:05 -08:00
2021-01-13 22:06:02 +10:30
2021-01-04 12:38:05 -08:00
2020-08-22 08:32:02 -07:00
2020-08-22 08:32:02 -07:00
2020-08-10 05:17:41 -07:00
2020-08-10 05:17:41 -07:00
2020-08-10 05:17:41 -07:00
2020-12-16 13:40:51 -08:00
2021-05-05 20:29:01 -07:00
2020-09-12 05:37:43 -07:00
2020-09-12 05:37:43 -07:00
2020-09-12 05:37:43 -07:00
2020-09-12 05:37:43 -07:00
2020-09-12 05:37:43 -07:00
2020-09-08 22:30:38 +09:30
2020-09-10 18:58:51 +09:30
2020-09-08 22:30:38 +09:30
2020-09-08 22:30:38 +09:30
2020-09-08 22:30:38 +09:30
2020-09-08 22:30:38 +09:30
2020-09-08 22:30:38 +09:30
2020-09-08 22:30:38 +09:30
2020-09-10 07:52:20 -07:00
2020-09-10 07:52:20 -07:00
2020-09-10 07:52:20 -07:00
2020-09-10 07:52:20 -07:00
2020-09-10 07:52:20 -07:00
2020-10-02 11:08:19 +01:00
2020-10-02 11:08:19 +01:00
2020-10-02 11:08:19 +01:00
2023-11-10 11:37:27 +00:00
2020-11-28 18:31:32 +10:30
2020-11-28 18:31:32 +10:30
2023-05-30 19:56:48 +08:00
2020-11-25 16:14:29 -08:00
2020-11-26 18:40:10 +10:30
2020-11-25 16:14:29 -08:00
2020-12-04 11:06:52 +10:30
2020-12-04 11:06:52 +10:30
2020-12-04 11:06:52 +10:30
2020-12-04 11:06:52 +10:30
2020-12-01 11:26:35 +10:30
2020-12-01 11:26:35 +10:30
2020-12-01 11:26:35 +10:30
2020-12-01 11:26:35 +10:30
2020-12-01 11:26:35 +10:30
2020-12-01 11:26:35 +10:30
2020-12-31 19:07:02 +10:30
2020-12-31 19:07:02 +10:30
2021-03-01 14:26:39 +10:30
2021-03-01 14:26:39 +10:30
2021-03-01 14:26:39 +10:30
2021-03-01 14:26:39 +10:30
2021-03-01 14:26:39 +10:30
2021-02-01 18:35:33 +10:30
2021-01-28 05:40:07 -08:00
2021-03-18 20:57:02 -07:00
2021-03-19 20:03:56 +10:30
2021-03-19 20:03:56 +10:30
2021-05-07 09:18:18 +09:30
2021-05-05 20:29:01 -07:00
2021-05-05 20:29:01 -07:00
2021-05-07 09:18:18 +09:30
2021-05-05 20:29:01 -07:00
2021-05-05 20:29:01 -07:00
2021-05-05 20:29:01 -07:00
2021-08-04 05:07:42 -07:00
2021-08-04 05:07:42 -07:00
2021-08-04 05:07:42 -07:00
2023-10-05 15:05:15 +01:00
2021-08-04 05:07:42 -07:00
2021-09-19 07:19:39 -07:00
2021-09-19 07:19:39 -07:00
2021-09-19 07:19:39 -07:00
2021-09-19 07:19:39 -07:00
2021-09-19 07:19:39 -07:00
2023-11-10 11:37:27 +00:00
2021-11-18 07:58:52 -08:00
2021-11-18 07:58:52 -08:00
2021-12-01 16:40:43 -08:00
2021-12-01 16:40:43 -08:00
2021-12-01 16:40:43 -08:00
2021-12-01 16:40:43 -08:00
2022-04-20 13:39:05 +01:00
2022-04-20 13:39:05 +01:00
2022-04-20 13:39:05 +01:00
2022-04-25 12:53:08 +01:00
2022-04-20 13:39:05 +01:00
2022-06-18 20:11:23 +09:30
2022-06-18 20:11:23 +09:30
2022-06-18 20:11:23 +09:30
2022-07-18 18:15:39 -07:00
2022-07-18 18:15:39 -07:00
2022-08-03 13:34:01 -07:00
2022-08-03 13:34:01 -07:00
2022-11-17 08:13:37 -08:00
2023-06-05 09:32:12 -07:00
2023-06-05 08:21:21 -07:00
2023-08-31 16:21:17 -07:00
2023-08-30 17:17:31 -07:00
2023-08-31 16:21:17 -07:00
2023-08-30 17:17:31 -07:00
2023-08-30 17:17:31 -07:00
2023-08-30 17:17:31 -07:00
2021-07-08 18:11:53 -07:00
2021-07-08 18:11:53 -07:00
2021-07-08 20:18:40 -07:00
2021-07-08 20:18:40 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2021-06-19 04:41:10 -07:00
2021-06-18 07:19:01 -07:00
2023-01-01 21:50:11 +10:30
2020-06-19 10:01:09 +09:30
2023-01-01 21:50:11 +10:30
2020-12-01 11:26:58 +10:30
2023-08-14 04:32:33 +01:00
2023-08-02 12:06:23 +01:00
2020-11-18 11:51:13 +00:00
2020-11-18 11:51:13 +00:00
2020-11-18 11:51:13 +00:00
2023-11-10 11:37:27 +00:00
2020-11-18 11:51:13 +00:00
2020-11-18 11:51:13 +00:00
2020-11-18 11:51:13 +00:00
2020-11-20 10:33:28 +00:00
2020-11-18 11:51:13 +00:00
2020-11-18 11:51:13 +00:00
2020-11-20 10:33:28 +00:00
2023-02-20 15:23:56 +01:00
2020-11-18 11:51:13 +00:00
2020-11-18 11:51:13 +00:00
2020-11-20 10:33:28 +00:00
2020-11-18 11:51:13 +00:00
2020-11-18 11:51:13 +00:00
2020-11-20 10:33:28 +00:00
2020-12-18 04:24:36 -08:00
2023-08-14 04:32:33 +01:00
2020-12-24 22:58:14 +10:30
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2022-05-03 11:42:24 +01:00
2022-05-03 11:42:24 +01:00
2022-05-03 11:42:24 +01:00
2023-06-15 11:45:03 +09:30
2023-01-01 21:50:11 +10:30
2022-01-05 05:06:18 -08:00
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2021-01-18 23:07:40 +10:30
2022-05-06 20:30:06 +01:00
2020-04-30 13:49:30 +01:00
2023-06-29 10:29:47 -07:00
2023-06-29 10:29:47 -07:00
2023-07-06 10:39:40 +09:30
2023-07-06 10:39:40 +09:30
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2020-04-30 13:49:30 +01:00
2023-11-10 11:37:27 +00:00
2023-01-01 21:50:11 +10:30
2023-05-26 12:14:36 +09:30
2020-04-30 13:49:30 +01:00
2020-06-30 13:32:04 +09:30
2023-11-10 11:37:27 +00:00
2023-11-10 11:37:27 +00:00
2023-01-01 21:50:11 +10:30
2020-10-30 06:50:10 -07:00
2020-10-30 06:50:10 -07:00
2020-10-30 06:50:10 -07:00
2020-10-30 06:50:10 -07:00
2020-10-30 06:50:10 -07:00
2020-08-20 15:03:21 +01:00
2020-08-20 15:03:21 +01:00