diff options
author | Nick Clifton <nickc@redhat.com> | 2000-08-03 19:40:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-08-03 19:40:29 +0000 |
commit | bc67d8a6e34300ea5366a2403de39e568150620b (patch) | |
tree | 2391552a1ffa89951f913aa869197d23c2f48289 /bfd/bfd-in2.h | |
parent | 60523a834b4042e080f69666f4f28defa0747f87 (diff) | |
download | gdb-bc67d8a6e34300ea5366a2403de39e568150620b.zip gdb-bc67d8a6e34300ea5366a2403de39e568150620b.tar.gz gdb-bc67d8a6e34300ea5366a2403de39e568150620b.tar.bz2 |
Restore reverted code. Fix bug in reverted code which was eliminating too
many segments.
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 45167f9..f9803c0 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 |