X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Flibcoff.h;h=024a6481a66b59ee97867a986b01f4482a8c516b;hb=13835d88dc51497b9bd68dc1f394ca0de099a380;hp=6dc68d1a39876be3003073c185e4523815e34446;hpb=0a1b45a20eaa98d4d9026dc1fd17e79e741183af;p=binutils-gdb.git diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 6dc68d1a398..024a6481a66 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -3,7 +3,7 @@ Run "make headers" in your build bfd/ to regenerate. */ /* BFD COFF object file private structure. - Copyright (C) 1990-2021 Free Software Foundation, Inc. + Copyright (C) 1990-2022 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -658,6 +658,10 @@ typedef struct coff_ptr_struct /* Selector for the union above. */ bool is_sym; + + /* An extra pointer which can used by format based on COFF (like XCOFF) + to provide extra information to their backend. */ + void *extrap; } combined_entry_type;