Print this page
10366 ld(1) should support GNU-style linker sets
10367 ld(1) tests should be a real test suite
10368 want an ld(1) regression test for i386 LD tls transition (10267)

@@ -1182,10 +1182,11 @@
         Word            sa_linkndx;     /* index of associated symbol from */
                                         /*      ET_DYN file */
         Half            sa_symspec;     /* special symbol ids */
         Half            sa_overndx;     /* output file versioning index */
         Half            sa_dverndx;     /* dependency versioning index */
+        Os_desc         *sa_boundsec;   /* output section of SECBOUND_ syms */
 };
 
 /*
  * Nodes used to track symbols in the global AVL symbol dictionary.
  */

@@ -1205,10 +1206,12 @@
 #define SDAUX_ID_END    3               /* end, _end, && _END_ symbol */
 #define SDAUX_ID_DYN    4               /* DYNAMIC && _DYNAMIC symbol */
 #define SDAUX_ID_PLT    5               /* _PROCEDURE_LINKAGE_TABLE_ symbol */
 #define SDAUX_ID_GOT    6               /* _GLOBAL_OFFSET_TABLE_ symbol */
 #define SDAUX_ID_START  7               /* START_ && _START_ symbol */
+#define SDAUX_ID_SECBOUND_START 8       /* __start_<section> symbols */
+#define SDAUX_ID_SECBOUND_STOP  9       /* __stop_<section> symbols */
 
 /*
  * Flags for sym_desc.sd_flags
  */
 #define FLG_SY_MVTOCOMM 0x00000001      /* assign symbol to common (.bss) */