From: Ian Lance Taylor Date: Mon, 10 Jul 1995 19:01:21 +0000 (+0000) Subject: Based on patches from H.J. Lu : X-Git-Tag: gdb-4_18~11451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb33961bff69d784ecbb8b9a2b03b435b3438ca0;p=platform%2Fupstream%2Fbinutils.git Based on patches from H.J. Lu : * config/tc-i386.c (md_apply_fix3): Rename from md_apply_fix1. Accept pointer to value and segment. Fix OBJ_ELF PCREL case to handle global defined symbols correctly. (md_apply_fix): Remove both versions. * config/tc-i386.h (MD_APPLY_FIX3): Define. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index a6e9d50..9f10e87 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ Mon Jul 10 13:47:22 1995 Ian Lance Taylor + Based on patches from H.J. Lu : + * config/tc-i386.c (md_apply_fix3): Rename from md_apply_fix1. + Accept pointer to value and segment. Fix OBJ_ELF PCREL case to + handle global defined symbols correctly. + (md_apply_fix): Remove both versions. + * config/tc-i386.h (MD_APPLY_FIX3): Define. + * configure.in: When switching on ${cpu}, use ${cpu}, not $[target_cpu}, in default case. * configure: Rebuild.