diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-12-07 04:37:56 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-12-07 04:37:56 +0000 |
commit | 1511ddaff3332b836a41f2d1c5e763719b0a4735 (patch) | |
tree | e410ab41a3bd544cce28b5ab2c079a0bf505988f /bfd/ChangeLog | |
parent | 64f857344215319abf1ec720e7dd7881146c226e (diff) | |
download | gdb-1511ddaff3332b836a41f2d1c5e763719b0a4735.zip gdb-1511ddaff3332b836a41f2d1c5e763719b0a4735.tar.gz gdb-1511ddaff3332b836a41f2d1c5e763719b0a4735.tar.bz2 |
Suggested by Fergal Daly <fergal@esatclear.ie>:
* simple.c (simple_dummy_multiple_definition): New function.
(bfd_simple_get_relocated_section_contents): Use it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c5e2846..8e25f4f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,10 @@ -2004-12-03 Jan Beulich <jbeulich@novell.com> +2004-12-06 Daniel Jacobowitz <dan@debian.org> + + Suggested by Fergal Daly <fergal@esatclear.ie>: + * simple.c (simple_dummy_multiple_definition): New function. + (bfd_simple_get_relocated_section_contents): Use it. + +2004-12-03 Jan Beulich <jbeulich@novell.com> * elf.c (elf_find_function): Don't use the last file symbol ever, seen, but the last one seen prior to the symbol being reported. |