X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fsubsegs.h;h=d853f453aebfe18d85a08460deff9758d85e5fc5;hb=2d60161648d021aca8e3343ead7be24d627c479b;hp=090d25cb6fe5bab501b14aa7e8e862f162af494c;hpb=ec2655a6a75bc61d21e6f8ddc1e9f9027a8914dd;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/subsegs.h b/gas/subsegs.h index 090d25cb6f..d853f453ae 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 Free Software Foundation, Inc. + Copyright (C) 1987-2019 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;