| OLD | NEW |
| 1 /* moxie-specific support for 32-bit ELF. | 1 /* moxie-specific support for 32-bit ELF. |
| 2 Copyright 2009, 2010 Free Software Foundation, Inc. | 2 Copyright 2009, 2010, 2012 Free Software Foundation, Inc. |
| 3 | 3 |
| 4 Copied from elf32-fr30.c which is.. | 4 Copied from elf32-fr30.c which is.. |
| 5 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
| 6 Free Software Foundation, Inc. | 6 Free Software Foundation, Inc. |
| 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 |
| 11 it under the terms of the GNU General Public License as published by | 11 it under the terms of the GNU General Public License as published by |
| 12 the Free Software Foundation; either version 3 of the License, or | 12 the Free Software Foundation; either version 3 of the License, or |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 name = bfd_elf_string_from_elf_section | 240 name = bfd_elf_string_from_elf_section |
| 241 (input_bfd, symtab_hdr->sh_link, sym->st_name); | 241 (input_bfd, symtab_hdr->sh_link, sym->st_name); |
| 242 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; | 242 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; |
| 243 } | 243 } |
| 244 else | 244 else |
| 245 { | 245 { |
| 246 bfd_boolean unresolved_reloc, warned; | 246 bfd_boolean unresolved_reloc, warned; |
| 247 | 247 |
| 248 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, | 248 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, |
| 249 r_symndx, symtab_hdr, sym_hashes, | 249 r_symndx, symtab_hdr, sym_hashes, |
error: old chunk mismatch |
None
| OLD | NEW |