diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-08-03 13:50:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-08-03 13:50:35 +0000 |
commit | c0f7859bc66a7f6e7365c5fb864cac0e12a472c7 (patch) | |
tree | a5a93d77bdd239acb2e757c6853cc6c6a22da26d /bfd/bfd-in2.h | |
parent | 61ff1804345161aac9c6d05233db27118b2224b0 (diff) | |
download | gdb-c0f7859bc66a7f6e7365c5fb864cac0e12a472c7.zip gdb-c0f7859bc66a7f6e7365c5fb864cac0e12a472c7.tar.gz gdb-c0f7859bc66a7f6e7365c5fb864cac0e12a472c7.tar.bz2 |
2000-08-03 H.J. Lu <hjl@gnu.org>
* section.c: Back out the change made by Nick Clifton
<nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
binaries.
* bfd-in2.h: Likewise.
* elf.c: Likewise.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index f9803c0..45167f9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1105,9 +1105,6 @@ 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 |