Gabor Juhos 
		e93b98e216 
		
	 
	
	
	MIPS: qi_lb60: remove custom u-boot.lds script ... 
			Remove the board specific linker script. It is not
needed anymore, the unified MIPS linker script can
be used instead.
The qi_lb60 target produces a slightly different
image after the change than before. The value of
'num_got_entries' symbol is different:
    @@ -49,7 +49,7 @@
     801000b4:      80122d00        lb      s2,11520(zero)
     801000b8:      80123500        lb      s2,13568(zero)
     801000bc:      80123ef8        lb      s2,16120(zero)
    -801000c0:      00000139        0x139
    +801000c0:      00000136        tne     zero,zero,0x4
     801000c4 <in_ram>:
     801000c4:      8d0bfffc        lw      t3,-4(t0)
This is caused by the different placement of the
'__got_start' and '__got_end' symbols between the
board specific scrip and the unified script.
  board specific script:
        __got_start = .;
        .got  : { *(.got) }
        __got_end = .;
  unified script:
        .got  : {
                __got_start = .;
                *(.got)
                __got_end = .;
        }
Despite this difference, the resulting images are
functionally identical.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Cc: Xiangfu Liu <xiangfu@openmobilefree.net> 
		
	 
		2013-01-31 00:27:58 +01:00 
	 
	
	
		 
	
	
		
			
			
			
			
			
			2012-10-30 15:28:06 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-05 17:31:23 +01:00 
		 
	
		
			
			
			
			
			
			2012-03-18 20:45:57 +01:00 
		 
	
		
			
			
			
			
			
			2010-11-17 21:02:18 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-03-26 23:09:25 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-11-27 19:44:21 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-05 07:05:10 +09:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-09-01 14:58:20 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2010-12-09 10:25:56 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-03 02:04:25 +02:00 
		 
	
		
			
			
			
			
			
			2012-12-09 22:38:27 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-29 09:07:04 -07:00 
		 
	
		
			
			
			
			
			
			2011-05-12 19:48:42 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-15 11:53:48 -07:00 
		 
	
		
			
			
			
			
			
			2012-07-22 09:58:47 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-02-03 20:44:54 -05:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-03-18 20:59:53 +01:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-02-12 15:03:25 -05:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-02-03 20:44:54 -05:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-09-01 14:58:28 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-02-12 15:03:25 -05:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:11 +05:30 
		 
	
		
			
			
			
			
			
			2012-11-14 12:16:50 +01:00 
		 
	
		
			
			
			
			
			
			2012-09-01 17:06:14 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-16 12:35:10 +02:00 
		 
	
		
			
			
			
			
			
			2012-12-06 14:30:42 -08:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2011-11-16 21:32:13 +01:00 
		 
	
		
			
			
			
			
			
			2011-11-16 21:35:31 +01:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-12-20 17:04:21 +01:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-02-03 20:44:54 -05:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-05-15 08:31:22 +02:00 
		 
	
		
			
			
			
			
			
			2012-11-19 08:15:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-11-19 08:15:41 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-10 08:54:02 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-17 07:59:09 -07:00 
		 
	
		
			
			
			
			
			
			2010-12-09 10:25:56 +01:00 
		 
	
		
			
			
			
			
			
			2010-12-09 10:25:56 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2010-11-17 21:02:18 +01:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2013-01-13 11:39:57 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2013-01-31 00:27:49 +01:00 
		 
	
		
			
			
			
			
			
			2012-09-01 14:58:29 +02:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-05-18 07:56:54 +02:00 
		 
	
		
			
			
			
			
			
			2012-03-28 23:41:18 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-09-01 14:58:19 +02:00 
		 
	
		
			
			
			
			
			
			2012-04-01 21:37:53 +10:00 
		 
	
		
			
			
			
			
			
			2011-11-07 22:47:58 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-12-13 11:46:55 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-16 12:35:10 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-28 20:18:32 +01:00 
		 
	
		
			
			
			
			
			
			2011-11-07 22:18:10 +01:00 
		 
	
		
			
			
			
			
			
			2012-09-01 17:06:14 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2010-11-17 21:02:18 +01:00 
		 
	
		
			
			
			
			
			
			2012-11-27 17:45:17 -06:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-11-27 19:44:49 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2013-01-13 12:06:35 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-03 10:50:27 +02:00 
		 
	
		
			
			
			
			
			
			2011-11-07 22:49:48 +01:00 
		 
	
		
			
			
			
			
			
			2011-11-03 20:39:23 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-04-30 15:01:29 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-11-14 11:21:09 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-13 11:46:55 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-17 15:38:14 +01:00 
		 
	
		
			
			
			
			
			
			2013-01-13 11:39:57 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2010-11-17 21:02:18 +01:00 
		 
	
		
			
			
			
			
			
			2012-03-28 23:34:27 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-25 11:30:50 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-11-07 22:48:06 +01:00 
		 
	
		
			
			
			
			
			
			2012-09-01 14:22:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-15 11:54:14 -07:00 
		 
	
		
			
			
			
			
			
			2012-06-04 09:21:20 +02:00 
		 
	
		
			
			
			
			
			
			2013-01-31 00:27:39 +01:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-12-12 08:17:05 +01:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-12-10 08:54:02 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-03-26 23:09:23 +02:00 
		 
	
		
			
			
			
			
			
			2011-11-03 20:39:10 +01:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2012-10-16 05:47:21 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-17 07:59:08 -07:00 
		 
	
		
			
			
			
			
			
			2012-11-20 00:16:07 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 02:56:25 -05:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-09-05 10:28:31 +02:00 
		 
	
		
			
			
			
			
			
			2013-01-31 00:27:28 +01:00 
		 
	
		
			
			
			
			
			
			2011-05-18 07:56:54 +02:00 
		 
	
		
			
			
			
			
			
			2011-05-18 07:56:54 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2010-11-17 21:02:18 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-11-23 08:14:27 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-30 15:28:06 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-11-19 08:15:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-09-01 14:26:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-10 08:54:02 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-15 11:53:48 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 02:56:25 -05:00 
		 
	
		
			
			
			
			
			
			2012-05-15 08:31:27 +02:00 
		 
	
		
			
			
			
			
			
			2013-01-31 00:27:18 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-17 07:55:50 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-17 07:59:09 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-15 11:53:58 -07:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2011-11-07 22:11:24 +01:00 
		 
	
		
			
			
			
			
			
			2010-12-09 10:25:56 +01:00 
		 
	
		
			
			
			
			
			
			2010-12-09 10:25:56 +01:00 
		 
	
		
			
			
			
			
			
			2010-11-28 21:45:32 +01:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-02-12 15:03:25 -05:00 
		 
	
		
			
			
			
			
			
			2012-12-13 11:46:55 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 02:56:25 -05:00 
		 
	
		
			
			
			
			
			
			2013-01-31 00:27:09 +01:00 
		 
	
		
			
			
			
			
			
			2013-01-31 00:27:58 +01:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2012-09-01 14:58:21 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-20 13:20:17 +09:00 
		 
	
		
			
			
			
			
			
			2011-12-12 10:28:57 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-11-07 22:48:14 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-11-07 22:48:22 +01:00 
		 
	
		
			
			
			
			
			
			2013-01-11 17:15:04 +09:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-12-02 00:17:06 +01:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-11-27 17:45:17 -06:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-03-18 21:41:39 +01:00 
		 
	
		
			
			
			
			
			
			2012-09-01 14:58:28 +02:00 
		 
	
		
			
			
			
			
			
			2013-01-09 04:12:10 +05:30 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2011-12-08 22:22:03 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-11-27 17:45:17 -06:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-04 10:18:32 +02:00 
		 
	
		
			
			
			
			
			
			2012-07-29 15:42:02 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-04 16:59:13 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-26 16:28:07 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-09-04 22:06:19 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-12-10 08:56:38 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-10 08:56:38 -07:00 
		 
	
		
			
			
			
			
			
			2013-01-08 13:15:45 +01:00 
		 
	
		
			
			
			
			
			
			2012-12-10 08:54:02 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-29 09:07:04 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-28 20:18:17 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 02:56:25 -05:00 
		 
	
		
			
			
			
			
			
			2012-11-14 11:21:09 +01:00 
		 
	
		
			
			
			
			
			
			2010-11-17 21:02:18 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00 
		 
	
		
			
			
			
			
			
			2011-11-03 18:27:56 -05:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-12-11 17:41:27 +01:00 
		 
	
		
			
			
			
			
			
			2011-12-06 23:59:33 +01:00 
		 
	
		
			
			
			
			
			
			2012-10-22 08:29:42 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-04 16:57:36 +02:00 
		 
	
		
			
			
			
			
			
			2012-10-15 11:54:00 -07:00 
		 
	
		
			
			
			
			
			
			2012-10-15 11:53:48 -07:00 
		 
	
		
			
			
			
			
			
			2011-10-15 22:20:36 +02:00