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

Side by Side Diff: bfd/elf64-mips.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/elf64-ia64-vms.c ('k') | bfd/elf64-mmix.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 /* MIPS-specific support for 64-bit ELF 1 /* MIPS-specific support for 64-bit ELF
2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007, 2008, 2009, 2010 3 2006, 2007, 2008, 2009, 2010
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 Ian Lance Taylor, Cygnus Support 5 Ian Lance Taylor, Cygnus Support
6 Linker support added by Mark Mitchell, CodeSourcery, LLC. 6 Linker support added by Mark Mitchell, CodeSourcery, LLC.
7 <mark@codesourcery.com> 7 <mark@codesourcery.com>
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
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 /* MIPS16 low 16 bits of symbol value. */ 1580 /* MIPS16 low 16 bits of symbol value. */
1581 HOWTO (R_MIPS16_LO16, /* type */ 1581 HOWTO (R_MIPS16_LO16, /* type */
1582 0, /* rightshift */ 1582 0, /* rightshift */
1583 2, /* size (0 = byte, 1 = short, 2 = long) */ 1583 2, /* size (0 = byte, 1 = short, 2 = long) */
1584 16, /* bitsize */ 1584 16, /* bitsize */
1585 FALSE, /* pc_relative */ 1585 FALSE, /* pc_relative */
1586 0, /* bitpos */ 1586 0, /* bitpos */
1587 complain_overflow_dont, /* complain_on_overflow */ 1587 complain_overflow_dont, /* complain_on_overflow */
1588 _bfd_mips_elf_lo16_reloc, /* special_function */ 1588 _bfd_mips_elf_lo16_reloc, /* special_function */
1589 "R_MIPS16_LO16", /* name */ 1589 "R_MIPS16_LO16", /* name */

error: old chunk mismatch

OLDNEW
« no previous file with comments | « bfd/elf64-ia64-vms.c ('k') | bfd/elf64-mmix.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698