* config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
authorIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 22:55:22 +0000 (22:55 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 22:55:22 +0000 (22:55 +0000)
commit7ab1edc8f0070c300e6edcab31d8be26bddec07a
tree057f66cddbf50ec0802e80958c9d31ee41bdd9f4
parentd7b2038fac1564c4225cd80340383ffaf463dae8
* config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
(ppc_eb): Likewise.  Set the storage class to C_BLOCK, not C_FCN.
(ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
* config/obj-coff.c (coff_frob_symbol): Don't call
SA_SET_SYM_ENDNDX with the current symbol; call it with the next
one.  If OBJ_XCOFF, try to figure out whether the symbol is going
to be dropped.
gas/ChangeLog
gas/config/obj-coff.c
gas/config/tc-ppc.c