diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-29 18:20:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-29 18:20:33 +0000 |
commit | 21e061e3f880a09c4faa26457161f8890140c0ef (patch) | |
tree | a25eb02dc3586bbd808d1b1ce13288c441a54e29 /bfd | |
parent | 75afa8846b4ce2128ef609bc8db6b611950249bc (diff) | |
download | binutils-21e061e3f880a09c4faa26457161f8890140c0ef.zip binutils-21e061e3f880a09c4faa26457161f8890140c0ef.tar.gz binutils-21e061e3f880a09c4faa26457161f8890140c0ef.tar.bz2 |
* coff-i960.c (coff_i960_relocate): Cache the section symbol in
the used_by_bfd field of the section, to avoid looping for each
reloc.
PR 6638.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e00aeeb..f24aab9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Mar 29 12:01:30 1995 Ian Lance Taylor <ian@cygnus.com> + * coff-i960.c (coff_i960_relocate): Cache the section symbol in + the used_by_bfd field of the section, to avoid looping for each + reloc. + * cpu-h8500.c (arch_info_struct): Change name from "H8/300" to "h8300" for consistency with other cpu-* files. |