| OLD | NEW |
| 1 /* MIPS-specific support for 64-bit ELF | 1 /* MIPS-specific support for 64-bit ELF |
| 2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 2006, 2007, 2008, 2009, 2010 | 3 2006, 2007, 2008, 2009, 2010 |
| 4 Free Software Foundation, Inc. | 4 Free Software Foundation, Inc. |
| 5 Ian Lance Taylor, Cygnus Support | 5 Ian Lance Taylor, Cygnus Support |
| 6 Linker support added by Mark Mitchell, CodeSourcery, LLC. | 6 Linker support added by Mark Mitchell, CodeSourcery, LLC. |
| 7 <mark@codesourcery.com> | 7 <mark@codesourcery.com> |
| 8 | 8 |
| 9 This file is part of BFD, the Binary File Descriptor library. | 9 This file is part of BFD, the Binary File Descriptor library. |
| 10 | 10 |
| (...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1580 /* MIPS16 low 16 bits of symbol value. */ | 1580 /* MIPS16 low 16 bits of symbol value. */ |
| 1581 HOWTO (R_MIPS16_LO16, /* type */ | 1581 HOWTO (R_MIPS16_LO16, /* type */ |
| 1582 0, /* rightshift */ | 1582 0, /* rightshift */ |
| 1583 2, /* size (0 = byte, 1 = short, 2 = long) */ | 1583 2, /* size (0 = byte, 1 = short, 2 = long) */ |
| 1584 16, /* bitsize */ | 1584 16, /* bitsize */ |
| 1585 FALSE, /* pc_relative */ | 1585 FALSE, /* pc_relative */ |
| 1586 0, /* bitpos */ | 1586 0, /* bitpos */ |
| 1587 complain_overflow_dont, /* complain_on_overflow */ | 1587 complain_overflow_dont, /* complain_on_overflow */ |
| 1588 _bfd_mips_elf_lo16_reloc, /* special_function */ | 1588 _bfd_mips_elf_lo16_reloc, /* special_function */ |
| 1589 "R_MIPS16_LO16", /* name */ | 1589 "R_MIPS16_LO16", /* name */ |
error: old chunk mismatch |
None
| OLD | NEW |