H.J. Lu
5c3261b0e8
ELF: Call check_relocs after opening all inputs
...
For all ELF targers, call check_relocs after opening all inputs and
garbage collection. Since the symbol resolution is known, check_relocs
can be simplified. Also garbage collection doesn't need to undo what
check_relocs has done for symbols which have been garbage collected.
Since ELF targets never see the removed sections, gc_sweep_hook can be
removed from elf_backend_data and we can avoid GOT/PLT with garbage
collection now.
Set link_info.check_relocs_after_open_input to TRUE for all linker
targets which use ELF linker and update garbage collection tests to
remove unused GOT section.
ldemul_after_check_relocs is added for powerpc to support --secure-plt,
--bss-plt and --sdata-got.
Tested natively without regressions on i686, x86-64 and x32. Tested
cross binutils on x86-64 without regressions for aarch64-linux,
alpha-linux, arm-linux, bfin-elf, cr16-elf, cris-elf, crx-elf, frv-linux,
hppa64-linux, hppa-linux, ia64-linux, lm32-elf, m32r-elf, m68k-linux,
mcore-elf, metag-elf, microblaze-linux, mips-linux, mmix, mn10300-elf,
nds32le-linux, nios2-linux, or1k-elf, powerpc64-linux, powerpc-linux,
riscv32-linux, riscv64-linux, s390-linux, s390x-linux, score-elf,
sh3-linux, sparc64-linux, sparc-linux, tic6x-elf, tilegx-linux,
tilepro-linux, vax-linux, x86_64-mingw32 and xtensa-linux.
bfd/
* elf-bfd.h (elf_backend_data): Remove gc_sweep_hook.
* elf32-arm.c (elf32_arm_gc_sweep_hook): Removed.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-bfin.c (bfin_gc_sweep_hook): Likewise.
(bfinfdpic_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-cr16.c (elf32_cr16_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-lm32.c (lm32_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-m68k.c (elf_m68k_got_entry): Remove elf_m68k_gc_sweep_hook
from comments.
(elf_m68k_remove_got_entry_type): Removed.
(elf_m68k_find_got_entry_ptr): Likewise.
(elf_m68k_remove_got_entry): Likewise.
(elf_m68k_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-mcore.c (mcore_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-metag.c (elf_metag_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-microblaze.c (elf_backend_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-mips.c (elf_backend_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-nds32.c (nds32_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-nios2.c (nios2_elf32_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-or1k.c (or1k_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-ppc.c (ppc_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-sparc.c (elf_backend_gc_sweep_hook): Likewise.
* elf32-tic6x.c (elf32_tic6x_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-tilegx.c (elf_backend_gc_sweep_hook): Likewise.
* elf32-tilepro.c (tilepro_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf64-alpha.c (elf64_alpha_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf64-mips.c (elf_backend_gc_sweep_hook): Likewise.
* elf64-mmix.c (mmix_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf64-ppc.c (elf_backend_gc_sweep_hook): Likewise.
(ppc64_elf_gc_sweep_hook): Likewise.
* elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elf64-sparc.c (elf_backend_gc_sweep_hook): Likewise.
* elf64-tilegx.c (elf_backend_gc_sweep_hook): Likewise.
* elflink.c (elf_link_add_object_symbols): Don't call
_bfd_elf_link_check_relocs here.
(gc_sweep_hook_fn): Removed.
(elf_gc_sweep): Remove gc_sweep_hook.
* elfnn-aarch64.c (elfNN_aarch64_gc_sweep_hook): Removed.
(elf_backend_gc_sweep_hook): Likewise.
* elfnn-riscv.c (riscv_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elfxx-mips.c (_bfd_mips_elf_gc_sweep_hook): Likewise.
* elfxx-mips.h (_bfd_mips_elf_gc_sweep_hook): Likewise.
(elf_backend_gc_sweep_hook): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Likewise.
* elfxx-sparc.h (_bfd_sparc_elf_gc_sweep_hook): Likewise.
* elfxx-target.h (elf_backend_gc_sweep_hook): Likewise.
(elfNN_bed): Remove elf_backend_gc_sweep_hook.
* elfxx-tilegx.c (tilegx_elf_gc_sweep_hook): Removed.
* elfxx-tilegx.h (tilegx_elf_gc_sweep_hook): Likewise.
ld/
* emulparams/elf32_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Removed.
* emulparams/elf_i386_be.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/elf_i386_chaos.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/elf_i386_ldso.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/elf_i386_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/elf_iamcu.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/elf_k1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/elf_l1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/elf_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/i386lynx.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/i386moss.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/i386nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/i386nw.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/shelf.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/shelf32.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/shelf_nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/shelf_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/shlelf32_linux.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/shlelf_linux.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emulparams/shlelf_nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
Likewise.
* emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse):
Set link_info.check_relocs_after_open_input to TRUE.
* emultempl/armelf.em (gld${EMULATION_NAME}_before_parse):
Likewise.
* emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse):
Likewise.
* emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
after_parse_default.
* emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/gld960.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/gld960c.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/lnk960.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/m68kcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/sunos.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Always
set link_info.check_relocs_after_open_input to TRUE.
(ld_${EMULATION_NAME}_emulation): Add $LDEMUL_AFTER_CHECK_RELOCS.
* emultempl/linux.em (gld${EMULATION_NAME}_before_parse):
Set link_info.check_relocs_after_open_input to TRUE.
(ld_${EMULATION_NAME}_emulation): Add after_check_relocs_default.
* emultempl/mmix-elfnmmo.em (mmix_before_parse): New function.
(LDEMUL_BEFORE_PARSE): New.
* emultempl/mmixelf.em (elfmmix_before_parse): Replace
gld${EMULATION_NAME}_before_parse with mmix_before_parse.
* emultempl/ppc32elf.em (ppc_after_open): Renamed to ...
(ppc_after_check_relocs): This. Call after_check_relocs_default
instead of gld${EMULATION_NAME}_after_open.
(LDEMUL_AFTER_OPEN): Removed.
(LDEMUL_AFTER_CHECK_RELOCS): New.
* ldemul.c (ldemul_after_check_relocs): New.
(after_check_relocs_default): Likewise.
* ldemul.h (ldemul_after_check_relocs): Likewise.
(after_check_relocs_default): Likewise.
(ld_emulation_xfer_struct): Add after_check_relocs.
* ldlang.c (lang_process): Call ldemul_after_check_relocs after
lang_check_relocs.
* testsuite/ld-aarch64/gc-got-relocs.d: Don't expect GOT section.
* testsuite/ld-aarch64/gc-tls-relocs.d: Likewise.
* testsuite/ld-cris/tls-gc-68.d: Likewise.
* testsuite/ld-cris/tls-gc-69.d: Likewise.
* testsuite/ld-cris/tls-gc-70.d: Likewise.
* testsuite/ld-cris/tls-gc-75.d: Likewise.
* testsuite/ld-cris/tls-gc-79.d: Likewise.
* testsuite/ld-mmix/bpo-10.d: Don't expect .MMIX.reg_contents
section.
2017-10-16 03:50:13 -07:00
..
2015-10-29 13:49:03 +00:00
2015-10-29 13:49:03 +00:00
2016-07-19 10:19:06 -07:00
2013-06-26 10:56:05 +00:00
2016-07-19 10:19:06 -07:00
2012-08-13 14:52:54 +00:00
2015-04-02 15:07:27 +01:00
2015-04-02 15:07:27 +01:00
2014-02-11 11:16:30 -08:00
2014-02-11 11:16:30 -08:00
2014-01-20 18:18:52 +00:00
2014-01-20 18:20:04 +00:00
2010-04-14 09:27:27 +00:00
2017-10-12 23:30:43 +10:30
2017-01-10 10:55:13 +00:00
2016-04-05 23:08:28 +01:00
2017-07-19 09:56:55 +02:00
2017-01-10 10:55:13 +00:00
2016-11-28 22:30:17 +00:00
2016-05-19 15:06:50 +02:00
2017-07-19 09:56:55 +02:00
2017-07-19 09:56:55 +02:00
2009-11-04 18:13:05 +00:00
2009-11-04 18:13:05 +00:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2014-08-22 06:33:45 +02:00
2016-12-02 10:44:29 +00:00
2009-11-20 15:04:51 +00:00
2014-07-08 15:00:12 +01:00
2012-04-12 13:01:15 +00:00
2006-05-30 16:45:32 +00:00
2016-05-23 13:53:07 +01:00
2006-05-30 16:45:32 +00:00
2016-08-09 12:09:17 -07:00
2014-06-18 21:58:19 +02:00
2016-12-02 10:44:29 +00:00
2012-04-12 13:01:15 +00:00
2007-08-09 11:02:24 +00:00
2008-02-20 15:17:56 +00:00
2009-11-04 18:13:05 +00:00
2009-11-20 15:04:51 +00:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-13 16:50:26 +01:00
2017-06-02 14:49:37 -07:00
2017-06-22 05:50:31 -07:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2017-01-29 13:53:58 +01:00
2014-01-10 01:25:26 +01:00
2006-06-20 02:22:16 +00:00
2006-06-20 02:22:16 +00:00
2006-06-20 02:22:16 +00:00
2017-04-19 20:39:52 +09:30
2006-06-20 02:22:16 +00:00
2008-10-22 05:20:44 +00:00
2008-10-22 06:06:09 +00:00
2010-10-22 12:08:32 +00:00
2010-09-20 18:41:15 +00:00
2009-08-05 20:40:34 +00:00
2010-03-25 21:12:36 +00:00
2011-05-13 18:15:33 +00:00
2011-05-13 18:15:33 +00:00
2015-04-01 11:29:46 +01:00
2011-05-13 18:15:33 +00:00
2011-05-13 18:15:33 +00:00
2013-08-26 22:18:07 +00:00
2017-10-16 03:50:13 -07:00
2008-10-22 05:20:44 +00:00
2007-08-09 11:02:24 +00:00
2014-06-02 14:52:52 +09:30
2014-06-02 14:52:52 +09:30
2014-07-29 11:27:59 +01:00
2016-10-06 13:49:09 +01:00
2013-12-07 02:03:03 -05:00
2010-12-31 11:01:00 +00:00
2013-06-24 23:55:46 +00:00
2010-12-31 11:01:00 +00:00
2006-05-30 16:45:32 +00:00
2008-11-27 12:41:14 +00:00
2007-05-18 09:18:18 +00:00
2012-11-30 18:28:38 +00:00
2011-10-25 11:18:16 +00:00
2013-12-07 02:03:03 -05:00
2013-12-07 02:03:03 -05:00
2006-06-20 02:22:16 +00:00
2015-01-28 16:25:18 +10:30
2006-05-30 16:45:32 +00:00
2008-10-22 05:20:44 +00:00
2013-12-07 02:03:03 -05:00
2013-12-07 02:03:03 -05:00
2008-12-23 19:10:25 +00:00
2008-12-23 19:10:25 +00:00
2013-04-25 13:22:52 +00:00
2013-04-25 13:22:52 +00:00
2006-05-30 16:45:32 +00:00
2013-01-04 17:22:53 +00:00
2013-01-04 17:22:53 +00:00
2017-02-13 09:53:54 -08:00
2016-11-01 16:45:57 +00:00
2010-12-31 11:01:00 +00:00
2010-12-31 11:01:00 +00:00
2017-02-20 19:33:28 +10:30
2013-01-10 20:08:03 +00:00
2012-11-09 22:43:28 +00:00
2011-01-14 12:37:17 +00:00
2013-12-07 02:03:03 -05:00
2017-01-02 22:44:29 +10:30
2013-01-10 20:08:03 +00:00
2012-11-09 22:43:28 +00:00
2012-08-06 22:40:36 +00:00
2012-09-13 22:24:51 +00:00
2017-02-20 19:33:28 +10:30
2014-07-17 00:26:45 +03:00
2014-04-22 15:57:47 +01:00
2011-11-21 13:22:46 +00:00
2013-01-10 20:08:03 +00:00
2017-04-19 20:39:52 +09:30
2006-05-30 16:45:32 +00:00
2014-02-27 23:39:01 +10:30
2008-10-22 05:20:44 +00:00
2017-02-20 19:33:28 +10:30
2017-02-20 19:33:28 +10:30
2012-02-25 19:51:34 +00:00
2012-06-11 13:23:51 +00:00
2012-06-11 13:23:51 +00:00
2008-10-22 05:20:44 +00:00
2014-12-06 16:45:22 +01:00
2006-05-30 16:45:32 +00:00
2006-05-30 16:45:32 +00:00
2006-05-30 16:45:32 +00:00
2008-11-03 18:52:52 +00:00
2006-05-30 16:45:32 +00:00
2012-04-12 07:35:07 +00:00
2006-05-30 16:45:32 +00:00
2017-06-23 08:00:46 +02:00
2006-10-18 23:58:52 +00:00
2010-10-22 12:08:32 +00:00
2008-10-22 05:20:44 +00:00
2013-01-10 20:08:03 +00:00
2014-07-29 11:27:59 +01:00
2013-12-07 02:03:03 -05:00
2010-12-31 11:01:00 +00:00
2006-10-16 21:34:25 +00:00
2013-12-07 02:03:03 -05:00
2016-11-01 16:45:57 +00:00
2016-11-01 16:45:57 +00:00
2010-12-31 11:01:00 +00:00
2017-10-12 23:30:43 +10:30
2011-11-21 13:22:46 +00:00
2015-04-23 09:49:19 +09:30
2013-01-23 10:31:13 +00:00
2012-02-25 19:51:34 +00:00
2012-06-11 13:23:51 +00:00
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2013-08-26 22:18:07 +00:00
2010-10-12 18:39:36 +00:00
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2011-07-22 20:22:38 +00:00
2017-10-16 03:50:13 -07:00
2009-07-25 15:08:26 +00:00
2017-10-16 03:50:13 -07:00
2013-08-23 22:38:42 +00:00
2013-01-10 20:08:03 +00:00
2015-03-31 08:11:08 -07:00
2006-08-02 16:25:14 +00:00
2013-08-26 22:18:07 +00:00
2010-10-12 18:39:36 +00:00
2017-10-16 03:50:13 -07:00
2016-02-26 04:55:57 -08:00
2006-09-07 17:01:10 +00:00
2017-10-12 23:30:43 +10:30
2017-10-12 23:30:43 +10:30
2015-02-23 17:04:53 +00:00
2015-02-23 17:04:53 +00:00
2015-02-23 17:04:53 +00:00
2006-09-07 17:01:10 +00:00
2009-03-01 22:10:36 +00:00
2017-01-02 22:42:45 +10:30
2006-05-30 16:45:32 +00:00
2007-08-09 11:02:24 +00:00
2013-12-07 02:03:03 -05:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2017-10-16 03:50:13 -07:00
2007-08-09 11:02:24 +00:00
2017-10-16 03:50:13 -07:00
2007-08-09 11:02:24 +00:00
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2009-11-04 18:13:05 +00:00
2014-04-09 17:12:30 +01:00
2014-04-09 17:12:30 +01:00
2006-05-30 16:45:32 +00:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2009-09-29 16:28:52 +00:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2006-05-30 16:45:32 +00:00
2009-11-04 18:13:05 +00:00
2009-07-29 00:25:22 +00:00
2008-10-22 05:20:44 +00:00
2006-06-20 02:22:16 +00:00
2014-07-27 08:51:20 -04:00
2016-01-05 16:43:58 +00:00
2015-04-24 17:05:52 -04:00
2013-12-13 11:52:32 +00:00
2013-12-13 11:52:32 +00:00
2013-12-13 11:52:32 +00:00
2014-01-17 10:41:49 +10:30
2014-01-17 10:41:49 +10:30
2014-01-17 10:41:49 +10:30
2014-01-30 17:47:07 -08:00
2014-05-11 10:04:45 -07:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2008-10-22 05:20:44 +00:00
2006-06-20 02:22:16 +00:00
2015-04-08 04:55:23 -07:00
2008-10-22 05:20:44 +00:00
2007-08-09 11:02:24 +00:00
2009-11-04 18:13:05 +00:00
2016-12-31 12:04:11 +10:30
2017-01-02 14:08:56 +10:30
2016-03-15 11:07:54 -07:00
2014-06-02 14:52:52 +09:30
2014-06-02 14:52:52 +09:30
2006-05-30 16:45:32 +00:00
2017-10-16 03:50:13 -07:00
2017-02-20 19:33:28 +10:30
2010-05-25 14:12:43 +00:00
2017-02-20 19:33:28 +10:30
2017-10-16 03:50:13 -07:00
2017-02-20 19:33:28 +10:30
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2010-05-25 14:12:43 +00:00
2017-10-16 03:50:13 -07:00
2017-10-16 03:50:13 -07:00
2006-08-04 13:13:56 +00:00
2017-02-20 19:33:28 +10:30
2009-11-04 18:13:05 +00:00
2015-09-22 11:12:51 +02:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2013-01-10 20:08:03 +00:00
2015-02-24 17:54:09 +00:00
2015-02-24 17:54:09 +00:00
2007-08-09 11:02:24 +00:00
2007-08-09 11:02:24 +00:00
2017-10-12 23:30:43 +10:30
2012-05-03 13:12:08 +00:00