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

Side by Side Diff: binutils/bfd/bfd-in2.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/bfd-in.h ('k') | binutils/bfd/coff-rs6000.c » ('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 /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically 1 /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically
2 generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", 2 generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c",
3 "bfdio.c", "bfdwin.c", "section.c", "archures.c", "reloc.c", 3 "bfdio.c", "bfdwin.c", "section.c", "archures.c", "reloc.c",
4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c", 4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
5 "linker.c", "simple.c" and "compress.c". 5 "linker.c", "simple.c" and "compress.c".
6 Run "make headers" in your build bfd/ to regenerate. */ 6 Run "make headers" in your build bfd/ to regenerate. */
7 7
8 /* Main header file for the bfd library -- portable access to object files. 8 /* Main header file for the bfd library -- portable access to object files.
9 9
10 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 10 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
11 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 11 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
12 Free Software Foundation, Inc. 12 Free Software Foundation, Inc.
13 13
14 Contributed by Cygnus Support. 14 Contributed by Cygnus Support.
15 15
16 This file is part of BFD, the Binary File Descriptor library. 16 This file is part of BFD, the Binary File Descriptor library.
17 17
18 This program is free software; you can redistribute it and/or modify 18 This program is free software; you can redistribute it and/or modify
19 it under the terms of the GNU General Public License as published by 19 it under the terms of the GNU General Public License as published by
20 the Free Software Foundation; either version 3 of the License, or 20 the Free Software Foundation; either version 3 of the License, or
21 (at your option) any later version. 21 (at your option) any later version.
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 (bfd *, const char *); 905 (bfd *, const char *);
906 906
907 extern unsigned int bfd_arm_get_mach_from_notes 907 extern unsigned int bfd_arm_get_mach_from_notes
908 (bfd *, const char *); 908 (bfd *, const char *);
909 909
910 /* ARM stub generation support. Called from the linker. */ 910 /* ARM stub generation support. Called from the linker. */
911 extern int elf32_arm_setup_section_lists 911 extern int elf32_arm_setup_section_lists
912 (bfd *, struct bfd_link_info *); 912 (bfd *, struct bfd_link_info *);
913 extern void elf32_arm_next_input_section 913 extern void elf32_arm_next_input_section
914 (struct bfd_link_info *, struct bfd_section *); 914 (struct bfd_link_info *, struct bfd_section *);

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/bfd/bfd-in.h ('k') | binutils/bfd/coff-rs6000.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698