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

Side by Side Diff: bfd/bfd-in2.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 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
« no previous file with comments | « bfd/bfd-in.h ('k') | bfd/bfdio.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, 1999, 10 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
11 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 11 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
12 Free Software Foundation, Inc. 12 2012 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.
22 22
23 This program is distributed in the hope that it will be useful, 23 This program is distributed in the hope that it will be useful,
24 but WITHOUT ANY WARRANTY; without even the implied warranty of 24 but WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 GNU General Public License for more details. 26 GNU General Public License for more details.
27 27
28 You should have received a copy of the GNU General Public License 28 You should have received a copy of the GNU General Public License
29 along with this program; if not, write to the Free Software 29 along with this program; if not, write to the Free Software
30 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, US A. */ 30 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, US A. */
31 31
32 #ifndef __BFD_H_SEEN__ 32 #ifndef __BFD_H_SEEN__
33 #define __BFD_H_SEEN__ 33 #define __BFD_H_SEEN__
34 34
35 /* PR 14072: Ensure that config.h is included first. */
36 #if !defined PACKAGE && !defined PACKAGE_VERSION
37 #error config.h must be included before this header
38 #endif
39
35 #ifdef __cplusplus 40 #ifdef __cplusplus
36 extern "C" { 41 extern "C" {
37 #endif 42 #endif
38 43
39 #include "ansidecl.h" 44 #include "ansidecl.h"
40 #include "symcat.h" 45 #include "symcat.h"
41 #include <sys/stat.h> 46 #include <sys/stat.h>
42 47
43 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) 48 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
44 #ifndef SABER 49 #ifndef SABER
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 unsigned int line_number; /* Linenumber from start of function. */ 275 unsigned int line_number; /* Linenumber from start of function. */
271 union 276 union
272 { 277 {
273 struct bfd_symbol *sym; /* Function name. */ 278 struct bfd_symbol *sym; /* Function name. */
274 bfd_vma offset; /* Offset into section. */ 279 bfd_vma offset; /* Offset into section. */
275 } u; 280 } u;
276 } 281 }
277 alent; 282 alent;
278 283
279 284

error: old chunk mismatch

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

Powered by Google App Engine
This is Rietveld 408576698