X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fsubsegs.h;h=9a208e2b1421103af2ff379d851e8f5c12957b9b;hb=15afaa63f39a44563e49bb3b9fb38ed43e8b48ed;hp=1e5f6199cffe33183a7f36818d2f2587f23ae0ab;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/subsegs.h b/gas/subsegs.h index 1e5f6199cf..9a208e2b14 100644 --- a/gas/subsegs.h +++ b/gas/subsegs.h @@ -1,6 +1,5 @@ /* subsegs.h -> subsegs.c - Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2003, 2005, - 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -91,6 +90,9 @@ typedef struct segment_info_struct { this section. sym->bsym and bfd_section->symbol should be the same. */ symbolS *sym; + /* Used by dwarf2dbg.c for this section's line table entries. */ + void *dwarf2_line_seg; + union { /* Current size of section holding stabs strings. */ unsigned long stab_string_size;