| OLD | NEW |
| 1 /* opncls.c -- open and close a BFD. | 1 /* opncls.c -- open and close a BFD. |
| 2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, | 2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, |
| 3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 Free Software Foundation, Inc. | 4 Free Software Foundation, Inc. |
| 5 | 5 |
| 6 Written by Cygnus Support. | 6 Written by Cygnus Support. |
| 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 bfd_set_error (bfd_error_system_call); | 625 bfd_set_error (bfd_error_system_call); |
| 626 _bfd_delete_bfd (nbfd); | 626 _bfd_delete_bfd (nbfd); |
| 627 return NULL; | 627 return NULL; |
| 628 } | 628 } |
| 629 | 629 |
| 630 return nbfd; | 630 return nbfd; |
| 631 } | 631 } |
| 632 | 632 |
| 633 static inline void | 633 static inline void |
| 634 _maybe_make_executable (bfd * abfd) | 634 _maybe_make_executable (bfd * abfd) |
error: old chunk mismatch |
None
| OLD | NEW |