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

Side by Side Diff: bfd/coff-alpha.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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/cisco-core.c ('k') | bfd/coff-arm.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 /* BFD back-end for ALPHA Extended-Coff files. 1 /* BFD back-end for ALPHA Extended-Coff files.
2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 3 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and 5 Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and
6 Ian Lance Taylor <ian@cygnus.com>. 6 Ian Lance Taylor <ian@cygnus.com>.
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
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 r_offset = ((ext_rel->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE) 1500 r_offset = ((ext_rel->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE)
1501 >> RELOC_BITS1_OFFSET_SH_LITTLE); 1501 >> RELOC_BITS1_OFFSET_SH_LITTLE);
1502 /* Ignored the reserved bits. */ 1502 /* Ignored the reserved bits. */
1503 r_size = ((ext_rel->r_bits[3] & RELOC_BITS3_SIZE_LITTLE) 1503 r_size = ((ext_rel->r_bits[3] & RELOC_BITS3_SIZE_LITTLE)
1504 >> RELOC_BITS3_SIZE_SH_LITTLE); 1504 >> RELOC_BITS3_SIZE_SH_LITTLE);
1505 1505
1506 relocatep = FALSE; 1506 relocatep = FALSE;
1507 adjust_addrp = TRUE; 1507 adjust_addrp = TRUE;
1508 gp_usedp = FALSE; 1508 gp_usedp = FALSE;
1509 addend = 0; 1509 addend = 0;

error: old chunk mismatch

OLDNEW
« no previous file with comments | « bfd/cisco-core.c ('k') | bfd/coff-arm.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698