diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-15 16:02:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-15 16:02:53 +0000 |
commit | 00c7247bce4ed761b5506304828aad5f8dd5e936 (patch) | |
tree | d428ff32299e537fe7aab35aa391ff9c371b7e8b /bfd | |
parent | d1a6b493b8ebad5ad5a933f0f62e09f7891388bd (diff) | |
download | gdb-00c7247bce4ed761b5506304828aad5f8dd5e936.zip gdb-00c7247bce4ed761b5506304828aad5f8dd5e936.tar.gz gdb-00c7247bce4ed761b5506304828aad5f8dd5e936.tar.bz2 |
* coffgen.c (coff_find_nearest_line): Correctly handle the offset
argument as section relative, rather than an absolute address.
From Jan Hoogenraad <hoogenrd@natlab.research.philips.com>.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b6dfb95..c8be16b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 15 12:01:28 1997 Ian Lance Taylor <ian@cygnus.com> + + * coffgen.c (coff_find_nearest_line): Correctly handle the offset + argument as section relative, rather than an absolute address. + From Jan Hoogenraad <hoogenrd@natlab.research.philips.com>. + Fri Aug 15 04:58:02 1997 Doug Evans <dje@canuck.cygnus.com> * config.bfd (arc-*-elf*): Add. |