OLD | NEW |
1 /* CRIS-specific support for 32-bit ELF. | 1 /* CRIS-specific support for 32-bit ELF. |
2 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
4 Contributed by Axis Communications AB. | 4 Contributed by Axis Communications AB. |
5 Written by Hans-Peter Nilsson, based on elf32-fr30.c | 5 Written by Hans-Peter Nilsson, based on elf32-fr30.c |
6 PIC and shlib bits based primarily on elf32-m68k.c and elf32-i386.c. | 6 PIC and shlib bits based primarily on elf32-m68k.c and elf32-i386.c. |
7 | 7 |
8 This file is part of BFD, the Binary File Descriptor library. | 8 This file is part of BFD, the Binary File Descriptor library. |
9 | 9 |
10 This program is free software; you can redistribute it and/or modify | 10 This program is free software; you can redistribute it and/or modify |
(...skipping 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1680 + sgotplt->output_offset | 1680 + sgotplt->output_offset |
1681 + 12); | 1681 + 12); |
1682 outrel.r_info = ELF32_R_INFO (0, R_CRIS_DTPMOD); | 1682 outrel.r_info = ELF32_R_INFO (0, R_CRIS_DTPMOD); |
1683 outrel.r_addend = 0; | 1683 outrel.r_addend = 0; |
1684 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc); | 1684 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc); |
1685 } | 1685 } |
1686 else | 1686 else |
1687 { | 1687 { |
1688 /* For an executable, the GOT entry contents is known. */ | 1688 /* For an executable, the GOT entry contents is known. */ |
1689 bfd_put_32 (output_bfd, (bfd_vma) 1, sgotplt->contents + 12); | 1689 bfd_put_32 (output_bfd, (bfd_vma) 1, sgotplt->contents + 12); |
error: old chunk mismatch |
None
OLD | NEW |