| Index: binutils/bfd/bfd-in2.h
|
| diff --git a/binutils/bfd/bfd-in2.h b/binutils/bfd/bfd-in2.h
|
| index 40d3b7a896a8dbe190cc30350aa4d29206ffe5d7..d98c6ec092d49a7be31418b3795248bcc1af3146 100644
|
| --- a/binutils/bfd/bfd-in2.h
|
| +++ b/binutils/bfd/bfd-in2.h
|
| @@ -8,7 +8,7 @@
|
| /* Main header file for the bfd library -- portable access to object files.
|
|
|
| Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
| - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
| + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
| Free Software Foundation, Inc.
|
|
|
| Contributed by Cygnus Support.
|
| @@ -915,6 +915,13 @@ extern bfd_boolean elf32_arm_build_stubs
|
| extern bfd_boolean elf32_arm_fix_exidx_coverage
|
| (struct bfd_section **, unsigned int, struct bfd_link_info *);
|
|
|
| +/* PowerPC @tls opcode transform/validate. */
|
| +extern unsigned int _bfd_elf_ppc_at_tls_transform
|
| + (unsigned int, unsigned int);
|
| +/* PowerPC @tprel opcode transform/validate. */
|
| +extern unsigned int _bfd_elf_ppc_at_tprel_transform
|
| + (unsigned int, unsigned int);
|
| +
|
| /* TI COFF load page support. */
|
| extern void bfd_ticoff_set_section_load_page
|
| (struct bfd_section *, int);
|
|
|