* 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.
This commit is contained in:
Ian Lance Taylor 1995-03-29 18:20:33 +00:00
parent 75afa8846b
commit 21e061e3f8
1 changed files with 4 additions and 0 deletions

View File

@ -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.