From: Ian Lance Taylor Date: Tue, 9 Aug 1994 20:06:58 +0000 (+0000) Subject: * config/tc-ppc.c (ppc_stabx): Call expression directly, rather X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e4796369a73cc8964c79dd867d7f9da97e36d4f;p=binutils-gdb.git * config/tc-ppc.c (ppc_stabx): Call expression directly, rather than via pseudo_set. If expression is a symbol, move stab symbol to just after symbol from expression. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index dc1e40b07fe..6a674a49b4f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Tue Aug 9 11:12:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * config/tc-ppc.c (ppc_stabx): Call expression directly, rather + than via pseudo_set. If expression is a symbol, move stab symbol + to just after symbol from expression. + * ecoff.c (ecoff_build_procs): Don't force adr of first fdr to be zero. Undoes change of June 4, 1993.