| OLD | NEW |
| 1 /* Support for the generic parts of PE/PEI, for BFD. | 1 /* Support for the generic parts of PE/PEI, for BFD. |
| 2 Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
| 4 Free Software Foundation, Inc. |
| 4 Written by Cygnus Solutions. | 5 Written by Cygnus Solutions. |
| 5 | 6 |
| 6 This file is part of BFD, the Binary File Descriptor library. | 7 This file is part of BFD, the Binary File Descriptor library. |
| 7 | 8 |
| 8 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 |
| 9 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 |
| 10 the Free Software Foundation; either version 3 of the License, or | 11 the Free Software Foundation; either version 3 of the License, or |
| 11 (at your option) any later version. | 12 (at your option) any later version. |
| 12 | 13 |
| 13 This program is distributed in the hope that it will be useful, | 14 This program is distributed in the hope that it will be useful, |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 else | 536 else |
| 536 sclass = C_THUMBEXT; | 537 sclass = C_THUMBEXT; |
| 537 } | 538 } |
| 538 #endif | 539 #endif |
| 539 | 540 |
| 540 BFD_ASSERT (vars->sym_index < NUM_ILF_SYMS); | 541 BFD_ASSERT (vars->sym_index < NUM_ILF_SYMS); |
| 541 | 542 |
| 542 sym = vars->sym_ptr; | 543 sym = vars->sym_ptr; |
| 543 ent = vars->native_ptr; | 544 ent = vars->native_ptr; |
| 544 esym = vars->esym_ptr; | 545 esym = vars->esym_ptr; |
error: old chunk mismatch |
None
| OLD | NEW |