diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-01-08 16:42:57 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-01-08 16:42:57 +0000 |
commit | e1fddb6bac499eebb8c6100267cd69da571323bd (patch) | |
tree | 687267bccb0abcf9836b7d8b0fbe0fd410d9a076 /bfd/ChangeLog | |
parent | ea2119ec842476c6f6704c9754749f19334a377f (diff) | |
download | gdb-e1fddb6bac499eebb8c6100267cd69da571323bd.zip gdb-e1fddb6bac499eebb8c6100267cd69da571323bd.tar.gz gdb-e1fddb6bac499eebb8c6100267cd69da571323bd.tar.bz2 |
* elf.c (elf_fake_sections): Propagate errors from
elf_backend_fake_section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 08b1c07..168ba0d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-01-08 Alexandre Oliva <aoliva@redhat.com> + + * elf.c (elf_fake_sections): Propagate errors from + elf_backend_fake_section. + 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com> * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo. |