| OLD | NEW |
| 1 /* Motorola 68HC11-specific support for 32-bit ELF | 1 /* Motorola 68HC11-specific support for 32-bit ELF |
| 2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010 | 2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2012 |
| 3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
| 4 Contributed by Stephane Carrez (stcarrez@nerim.fr) | 4 Contributed by Stephane Carrez (stcarrez@nerim.fr) |
| 5 (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) | 5 (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) |
| 6 | 6 |
| 7 This file is part of BFD, the Binary File Descriptor library. | 7 This file is part of BFD, the Binary File Descriptor library. |
| 8 | 8 |
| 9 This program is free software; you can redistribute it and/or modify | 9 This program is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| 11 the Free Software Foundation; either version 3 of the License, or | 11 the Free Software Foundation; either version 3 of the License, or |
| 12 (at your option) any later version. | 12 (at your option) any later version. |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 *again = FALSE; | 693 *again = FALSE; |
| 694 | 694 |
| 695 /* We don't have to do anything for a relocatable link, if | 695 /* We don't have to do anything for a relocatable link, if |
| 696 this section does not have relocs, or if this is not a | 696 this section does not have relocs, or if this is not a |
| 697 code section. */ | 697 code section. */ |
| 698 if (link_info->relocatable | 698 if (link_info->relocatable |
| 699 || (sec->flags & SEC_RELOC) == 0 | 699 || (sec->flags & SEC_RELOC) == 0 |
| 700 || sec->reloc_count == 0 | 700 || sec->reloc_count == 0 |
| 701 || (sec->flags & SEC_CODE) == 0) | 701 || (sec->flags & SEC_CODE) == 0) |
| 702 return TRUE; | 702 return TRUE; |
error: old chunk mismatch |
None
| OLD | NEW |