diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/bfd-in2.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d56e06e..9adc301 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-12-18 Daniel Jacobowitz <dan@codesourcery.com> + + * bfd-in2.h: Regenerate. + 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt> * config.bfd: Add arm-*-mingw32ce* target. 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. */ |