diff options
author | Richard Henderson <rth@redhat.com> | 1998-03-27 01:05:06 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-03-27 01:05:06 +0000 |
commit | b4b91a539b4368b02f0f2323d744c0c55b695281 (patch) | |
tree | 72c9297e73fa317279ac95d2d9aedb18dee4aae4 /binutils/ChangeLog | |
parent | db6404cb0a440265304e7dea641f5a1a30e547d1 (diff) | |
download | gdb-b4b91a539b4368b02f0f2323d744c0c55b695281.zip gdb-b4b91a539b4368b02f0f2323d744c0c55b695281.tar.gz gdb-b4b91a539b4368b02f0f2323d744c0c55b695281.tar.bz2 |
* coffgrok.c (do_sections_p1): Use the section's lma instead of vma
for the benefit of prom loaders.
pr 14947
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a76e836..3ffec66 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 26 16:59:09 1998 Richard Henderson <rth@cygnus.com> + + * coffgrok.c (do_sections_p1): Use the section's lma instead of vma + for the benefit of prom loaders. + Wed Mar 25 13:05:39 1998 Ian Lance Taylor <ian@cygnus.com> Based on patch from H.J. Lu <hjl@gnu.org>: |