Revision 8733f609 i386.ld

b/i386.ld
42 42
  .rel.plt      :
43 43
  {
44 44
    *(.rel.plt)
45
    PROVIDE_HIDDEN (__rel_iplt_start = .);
45
    PROVIDE (__rel_iplt_start = .);
46 46
    *(.rel.iplt)
47
    PROVIDE_HIDDEN (__rel_iplt_end = .);
47
    PROVIDE (__rel_iplt_end = .);
48 48
  }
49 49
  .rela.plt       :
50 50
  {
51 51
    *(.rela.plt)
52
    PROVIDE_HIDDEN (__rela_iplt_start = .);
52
    PROVIDE (__rela_iplt_start = .);
53 53
    *(.rela.iplt)
54
    PROVIDE_HIDDEN (__rela_iplt_end = .);
54
    PROVIDE (__rela_iplt_end = .);
55 55
  }
56 56
  .init          : { *(.init)	} =0x47ff041f
57 57
  .text      :

Also available in: Unified diff