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

Side by Side Diff: binutils/bfd/coff64-rs6000.c

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « binutils/bfd/coff-rs6000.c ('k') | binutils/bfd/configure » ('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 IBM RS/6000 "XCOFF64" files. 1 /* BFD back-end for IBM RS/6000 "XCOFF64" files.
2 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 2 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Written Clinton Popetz. 4 Written Clinton Popetz.
5 Contributed by Cygnus Support. 5 Contributed by Cygnus Support.
6 6
7 This file is part of BFD, the Binary File Descriptor library. 7 This file is part of BFD, the Binary File Descriptor library.
8 8
9 This program is free software; you can redistribute it and/or modify 9 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 10 it under the terms of the GNU General Public License as published by
(...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 1, /* size (0 = byte, 1 = short, 2 = long) */ 1584 1, /* size (0 = byte, 1 = short, 2 = long) */
1585 16, /* bitsize */ 1585 16, /* bitsize */
1586 FALSE, /* pc_relative */ 1586 FALSE, /* pc_relative */
1587 0, /* bitpos */ 1587 0, /* bitpos */
1588 complain_overflow_bitfield, /* complain_on_overflow */ 1588 complain_overflow_bitfield, /* complain_on_overflow */
1589 0, /* special_function */ 1589 0, /* special_function */
1590 "R_RLA", /* name */ 1590 "R_RLA", /* name */
1591 TRUE, /* partial_inplace */ 1591 TRUE, /* partial_inplace */
1592 0xffff, /* src_mask */ 1592 0xffff, /* src_mask */
1593 0xffff, /* dst_mask */ 1593 0xffff, /* dst_mask */

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/bfd/coff-rs6000.c ('k') | binutils/bfd/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698