X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Fldctor.h;h=b48a0dbb635d2ad40d7524cc962f0053b3c61a87;hb=a23e9ba17f6ab8bef1f2cc02686e8567bdc728ca;hp=7cd0c845aed19334676a48f63d093f8d2fb00cce;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ldctor.h b/ld/ldctor.h index 7cd0c845ae..b48a0dbb63 100644 --- a/ld/ldctor.h +++ b/ld/ldctor.h @@ -1,5 +1,5 @@ /* ldctor.h - linker constructor support - Copyright (C) 1991-2014 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -40,7 +40,10 @@ struct set_info { }; struct set_element { - struct set_element *next; /* Next element. */ + union { + struct set_element *next; /* Next element. */ + long idx; + } u; const char *name; /* Name in set (may be NULL). */ asection *section; /* Section of value in set. */ bfd_vma value; /* Value in set. */