diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-12-18 19:38:26 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-12-18 19:38:26 +0000 |
commit | f1a35370ebaca2483bed0da7f3e987365d9c544e (patch) | |
tree | 2b6814bef026068f04a1948a398a4ea84b162b39 /bfd/bfd-in2.h | |
parent | d8b2a6932ad282c426f4aa0c099bf4e52c479c9a (diff) | |
download | gdb-f1a35370ebaca2483bed0da7f3e987365d9c544e.zip gdb-f1a35370ebaca2483bed0da7f3e987365d9c544e.tar.gz gdb-f1a35370ebaca2483bed0da7f3e987365d9c544e.tar.bz2 |
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 5de4c90..bf5a546 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1365,9 +1365,8 @@ typedef struct bfd_section output sections that have an input section. */ unsigned int linker_has_input : 1; - /* Mark flags used by some linker backends for garbage collection. */ + /* Mark flag used by some linker backends for garbage collection. */ unsigned int gc_mark : 1; - unsigned int gc_mark_from_eh : 1; /* The following flags are used by the ELF linker. */ |