diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-27 14:42:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-27 14:42:50 +0000 |
commit | 4d9e2b2774bad5d56d5bd8a232b8bdf64c10bd13 (patch) | |
tree | 41924e052dcefb65c1629899b288aee0689794ff /bfd/ChangeLog | |
parent | 4ba3f0345f0f4a807d7327ffd93b8f43b7d6fefc (diff) | |
download | gdb-4d9e2b2774bad5d56d5bd8a232b8bdf64c10bd13.zip gdb-4d9e2b2774bad5d56d5bd8a232b8bdf64c10bd13.tar.gz gdb-4d9e2b2774bad5d56d5bd8a232b8bdf64c10bd13.tar.bz2 |
PR binutils/11512
* coffgen.c (coff_find_nearest_line): Incldue the section address
of function name symbols in address comparisons.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3d9da9b..411e043 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2010-04-27 Nick Clifton <nickc@redhat.com> + PR binutils/11512 + * coffgen.c (coff_find_nearest_line): Incldue the section address + of function name symbols in address comparisons. + +2010-04-27 Nick Clifton <nickc@redhat.com> + * po/fr.po: Updated French translation. 2010-04-23 Alan Modra <amodra@gmail.com> |