diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-06-11 14:19:32 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-06-11 14:19:32 +0000 |
commit | e9edc8084b1987429153078e465b731dbb88b47d (patch) | |
tree | b2035d066aaee5c11110610240a3ec395b77694d /bfd/ChangeLog | |
parent | ef15268bd0239877d8f40df52bff639097f10b71 (diff) | |
download | gdb-e9edc8084b1987429153078e465b731dbb88b47d.zip gdb-e9edc8084b1987429153078e465b731dbb88b47d.tar.gz gdb-e9edc8084b1987429153078e465b731dbb88b47d.tar.bz2 |
* coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
as ecoff_section_data() does not return a valid lvalue.
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 99de171..2de9b6c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly + as ecoff_section_data() does not return a valid lvalue. + 2004-06-09 Alexandre Oliva <aoliva@redhat.com> * elflink.c (elf_sort_symbol): Compare section id, not pointers. |