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