X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcoff-bfd.h;h=b88c5bee02c968f98ac16405374b483fa0438af3;hb=d70fc6126f1f495c0c08c335fe4689dd32cf8471;hp=8d68c2195ce3b2a7b8baecba13a9a3eb4e9a303d;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-bfd.h b/bfd/coff-bfd.h index 8d68c2195c..b88c5bee02 100644 --- a/bfd/coff-bfd.h +++ b/bfd/coff-bfd.h @@ -1,5 +1,5 @@ /* BFD COFF interfaces used outside of BFD. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2019 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -50,6 +50,8 @@ struct coff_section_tdata /* If this is TRUE, the contents entry may not be freed. */ bfd_boolean keep_contents; /* Information cached by coff_find_nearest_line. */ + bfd_boolean saved_bias; + bfd_signed_vma bias; bfd_vma offset; unsigned int i; const char *function; @@ -84,3 +86,6 @@ extern bfd_boolean bfd_coff_get_syment extern bfd_boolean bfd_coff_get_auxent (bfd *, struct bfd_symbol *, int, union internal_auxent *); + +extern bfd_boolean bfd_coff_set_symbol_class + (bfd *, struct bfd_symbol *, unsigned int);