Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: binutils/bfd/opncls.c

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « binutils/bfd/elf64-ppc.c ('k') | binutils/bfd/po/bfd.pot » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
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
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

OLDNEW
« no previous file with comments | « binutils/bfd/elf64-ppc.c ('k') | binutils/bfd/po/bfd.pot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698