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

Side by Side Diff: bfd/elf32-i860.c

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/elf32-i386.c ('k') | bfd/elf32-i960.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 /* Intel i860 specific support for 32-bit ELF. 1 /* Intel i860 specific support for 32-bit ELF.
2 Copyright 1993, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 2 Copyright 1993, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
3 2010, 2011, 2012
3 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
4 5
5 Full i860 support contributed by Jason Eckhardt <jle@cygnus.com>. 6 Full i860 support contributed by Jason Eckhardt <jle@cygnus.com>.
6 7
7 This file is part of BFD, the Binary File Descriptor library. 8 This file is part of BFD, the Binary File Descriptor library.
8 9
9 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
10 it under the terms of the GNU General Public License as published by 11 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or 12 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version. 13 (at your option) any later version.
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 1119
1119 name = bfd_elf_string_from_elf_section 1120 name = bfd_elf_string_from_elf_section
1120 (input_bfd, symtab_hdr->sh_link, sym->st_name); 1121 (input_bfd, symtab_hdr->sh_link, sym->st_name);
1121 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; 1122 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
1122 } 1123 }
1123 else 1124 else
1124 { 1125 {
1125 bfd_boolean unresolved_reloc, warned; 1126 bfd_boolean unresolved_reloc, warned;
1126 1127
1127 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, 1128 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,

error: old chunk mismatch

OLDNEW
« no previous file with comments | « bfd/elf32-i386.c ('k') | bfd/elf32-i960.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698