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

Side by Side Diff: binutils/bfd/bfd-in.h

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/aclocal.m4 ('k') | binutils/bfd/bfd-in2.h » ('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 /* Main header file for the bfd library -- portable access to object files. 1 /* Main header file for the bfd library -- portable access to object files.
2 2
3 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 3 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
4 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 4 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 Free Software Foundation, Inc. 5 Free Software Foundation, Inc.
6 6
7 Contributed by Cygnus Support. 7 Contributed by Cygnus Support.
8 8
9 This file is part of BFD, the Binary File Descriptor library. 9 This file is part of BFD, the Binary File Descriptor library.
10 10
11 This program is free software; you can redistribute it and/or modify 11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by 12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 3 of the License, or 13 the Free Software Foundation; either version 3 of the License, or
14 (at your option) any later version. 14 (at your option) any later version.
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 (bfd *, const char *); 898 (bfd *, const char *);
899 899
900 extern unsigned int bfd_arm_get_mach_from_notes 900 extern unsigned int bfd_arm_get_mach_from_notes
901 (bfd *, const char *); 901 (bfd *, const char *);
902 902
903 /* ARM stub generation support. Called from the linker. */ 903 /* ARM stub generation support. Called from the linker. */
904 extern int elf32_arm_setup_section_lists 904 extern int elf32_arm_setup_section_lists
905 (bfd *, struct bfd_link_info *); 905 (bfd *, struct bfd_link_info *);
906 extern void elf32_arm_next_input_section 906 extern void elf32_arm_next_input_section
907 (struct bfd_link_info *, struct bfd_section *); 907 (struct bfd_link_info *, struct bfd_section *);

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/bfd/aclocal.m4 ('k') | binutils/bfd/bfd-in2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698