Fix elf64-ppc.c electric fence warning
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.h
index d05fee5cca9334668088d911ab5f5ce315746a01..19f72b5fbf14d1ff2956c0d5246719bb4397fe9d 100644 (file)
@@ -1,5 +1,5 @@
 /* PowerPC64-specific support for 64-bit ELF.
-   Copyright (C) 2002-2014 Free Software Foundation, Inc.
+   Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -57,6 +57,9 @@ struct ppc64_elf_params
 
   /* Whether to generate out-of-line register save/restore for gcc -Os code.  */
   int save_restore_funcs;
+
+  /* Set when a potential variable is detected in .toc.  */
+  int object_in_toc;
 };
 
 bfd_boolean ppc64_elf_init_stub_bfd
This page took 0.023091 seconds and 4 git commands to generate.