From: Ian Lance Taylor Date: Thu, 14 Oct 1993 20:54:09 +0000 (+0000) Subject: * config/tc-i386.c (md_apply_fix_1): Make cross segment calls work X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c17cd709263676ccfdaed20d432c3ee44a51b30b;p=binutils-gdb.git * config/tc-i386.c (md_apply_fix_1): Make cross segment calls work for ELF by hacking around bizarre bfd_perform_relocation behaviour that I don't dare change. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 18aefddc149..0edff4c31c3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 14 16:51:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/tc-i386.c (md_apply_fix_1): Make cross segment calls work + for ELF by hacking around bizarre bfd_perform_relocation behaviour + that I don't dare change. + Thu Oct 14 11:33:25 1993 Michael Meissner (meissner@osf.org) * config/tc-i386.c: (md_begin): Do not zero static arrays. Don't