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

Side by Side Diff: binutils/bfd/coff-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/bfd-in2.h ('k') | binutils/bfd/coff64-rs6000.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 IBM RS/6000 "XCOFF" files. 1 /* BFD back-end for IBM RS/6000 "XCOFF" files.
2 Copyright 1990-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright 1990-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008, 2009 Free Software Foundation, Inc. 3 2008, 2009 Free Software Foundation, Inc.
4 Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore. 4 Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
5 Archive support from Damon A. Permezel. 5 Archive support from Damon A. Permezel.
6 Contributed by IBM Corporation and Cygnus Support. 6 Contributed by IBM Corporation and Cygnus Support.
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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 0, /* rightshift */ 886 0, /* rightshift */
887 1, /* size (0 = byte, 1 = short, 2 = long) */ 887 1, /* size (0 = byte, 1 = short, 2 = long) */
888 16, /* bitsize */ 888 16, /* bitsize */
889 FALSE, /* pc_relative */ 889 FALSE, /* pc_relative */
890 0, /* bitpos */ 890 0, /* bitpos */
891 complain_overflow_bitfield, /* complain_on_overflow */ 891 complain_overflow_bitfield, /* complain_on_overflow */
892 0, /* special_function */ 892 0, /* special_function */
893 "R_RLA", /* name */ 893 "R_RLA", /* name */
894 TRUE, /* partial_inplace */ 894 TRUE, /* partial_inplace */
895 0xffff, /* src_mask */ 895 0xffff, /* src_mask */

error: old chunk mismatch

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

Powered by Google App Engine
This is Rietveld 408576698