| OLD | NEW |
| 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 Loading... |
| 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 |
None
| OLD | NEW |