Deleted Added
sdiff udiff text old ( 218822 ) new ( 275718 )
full compact
1/* BFD support for handling relocation entries.
2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
4 Free Software Foundation, Inc.
5 Written by Cygnus Support.
6
7 This file is part of BFD, the Binary File Descriptor library.
8

--- 2613 unchanged lines hidden (view full) ---

2622ENUMX
2623 BFD_RELOC_PPC64_PLTGOT16_LO_DS
2624ENUMDOC
2625 Power(rs6000) and PowerPC relocations.
2626
2627ENUM
2628 BFD_RELOC_PPC_TLS
2629ENUMX
2630 BFD_RELOC_PPC_DTPMOD
2631ENUMX
2632 BFD_RELOC_PPC_TPREL16
2633ENUMX
2634 BFD_RELOC_PPC_TPREL16_LO
2635ENUMX
2636 BFD_RELOC_PPC_TPREL16_HI
2637ENUMX

--- 2662 unchanged lines hidden ---