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

Side by Side Diff: bfd/elf32-moxie.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-mips.c ('k') | bfd/elf32-msp430.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 /* moxie-specific support for 32-bit ELF. 1 /* moxie-specific support for 32-bit ELF.
2 Copyright 2009, 2010 Free Software Foundation, Inc. 2 Copyright 2009, 2010, 2012 Free Software Foundation, Inc.
3 3
4 Copied from elf32-fr30.c which is.. 4 Copied from elf32-fr30.c which is..
5 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 5 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
6 Free Software Foundation, Inc. 6 Free Software Foundation, Inc.
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
11 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
12 the Free Software Foundation; either version 3 of the License, or 12 the Free Software Foundation; either version 3 of the License, or
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 name = bfd_elf_string_from_elf_section 240 name = bfd_elf_string_from_elf_section
241 (input_bfd, symtab_hdr->sh_link, sym->st_name); 241 (input_bfd, symtab_hdr->sh_link, sym->st_name);
242 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; 242 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
243 } 243 }
244 else 244 else
245 { 245 {
246 bfd_boolean unresolved_reloc, warned; 246 bfd_boolean unresolved_reloc, warned;
247 247
248 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, 248 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
249 r_symndx, symtab_hdr, sym_hashes, 249 r_symndx, symtab_hdr, sym_hashes,

error: old chunk mismatch

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

Powered by Google App Engine
This is Rietveld 408576698