diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:45:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:45:26 +0000 |
commit | 5c440b1e3b3b9ec61ffb1cc149216603f1e2d550 (patch) | |
tree | 5d16659c9ec736a39e74d425414efdf8c2110db3 /bfd/bfd-in2.h | |
parent | 34e9d9bbe19dddb89155f7e22271d50ff2b0d597 (diff) | |
download | gdb-5c440b1e3b3b9ec61ffb1cc149216603f1e2d550.zip gdb-5c440b1e3b3b9ec61ffb1cc149216603f1e2d550.tar.gz gdb-5c440b1e3b3b9ec61ffb1cc149216603f1e2d550.tar.bz2 |
Improve section to segment mapping code.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index ed4113b..c82df23 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1105,6 +1105,9 @@ typedef struct sec /* A mark flag used by some linker backends for garbage collection. */ unsigned int gc_mark : 1; + /* Used by the ELF code to mark sections which have been allocated to segments. */ + unsigned int segment_mark : 1; + /* End of internal packed boolean fields. */ /* The virtual memory address of the section - where it will be |