| OLD | NEW |
| 1 /* BFD back-end data structures for ELF files. | 1 /* BFD back-end data structures for ELF files. |
| 2 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 2 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 3 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 3 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
| 4 Free Software Foundation, Inc. | 4 Free Software Foundation, Inc. |
| 5 Written by Cygnus Support. | 5 Written by Cygnus Support. |
| 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. |
| 13 | 13 |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 M68HC11_ELF_DATA, | 418 M68HC11_ELF_DATA, |
| 419 M68K_ELF_DATA, | 419 M68K_ELF_DATA, |
| 420 MICROBLAZE_ELF_DATA, | 420 MICROBLAZE_ELF_DATA, |
| 421 MIPS_ELF_DATA, | 421 MIPS_ELF_DATA, |
| 422 MN10300_ELF_DATA, | 422 MN10300_ELF_DATA, |
| 423 PPC32_ELF_DATA, | 423 PPC32_ELF_DATA, |
| 424 PPC64_ELF_DATA, | 424 PPC64_ELF_DATA, |
| 425 S390_ELF_DATA, | 425 S390_ELF_DATA, |
| 426 SH_ELF_DATA, | 426 SH_ELF_DATA, |
| 427 SPARC_ELF_DATA, | 427 SPARC_ELF_DATA, |
error: old chunk mismatch |
None
| OLD | NEW |