X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fldctor.h;h=2ff3e9c1869c07fa7695bf2d3aba897427ab9aa1;hb=196535a69c8568342e62fdf5e3f5ade04470fd6a;hp=27edc61133b1b402a84a1c6dbbcd6086da731e35;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ldctor.h b/ld/ldctor.h index 27edc61133..2ff3e9c186 100644 --- a/ld/ldctor.h +++ b/ld/ldctor.h @@ -1,6 +1,5 @@ /* ldctor.h - linker constructor support - Copyright 1991, 1992, 1993, 1994, 1995, 1998, 2000, 2002, 2003, 2005, - 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -41,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. */