From 21e061e3f880a09c4faa26457161f8890140c0ef Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 29 Mar 1995 18:20:33 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e00aeeb442..f24aab9721 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Mar 29 12:01:30 1995 Ian Lance Taylor + * 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. -- 2.34.1