diff options
author | Tom Rix <trix@redhat.com> | 2002-02-12 03:59:33 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2002-02-12 03:59:33 +0000 |
commit | 9b90b531ee9a5014db5732b7954510a2df39253b (patch) | |
tree | dd85f7b8b695b2ce37722f448d3c763eaeaa5fc2 /gas/config | |
parent | aeb98c608928d002a6b4062ec7704447ccc9769d (diff) | |
download | gdb-9b90b531ee9a5014db5732b7954510a2df39253b.zip gdb-9b90b531ee9a5014db5732b7954510a2df39253b.tar.gz gdb-9b90b531ee9a5014db5732b7954510a2df39253b.tar.bz2 |
Fix minimal-toc with -maix64
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 8bf09db..3d58a92 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -5165,7 +5165,7 @@ md_apply_fix3 (fixP, valP, seg) if ((operand->flags & PPC_OPERAND_PARENS) != 0 && operand->bits == 16 && operand->shift == 0 - && operand->insert == NULL + && (operand->insert == NULL || ppc_xcoff64) && fixP->fx_addsy != NULL && symbol_get_tc (fixP->fx_addsy)->subseg != 0 && symbol_get_tc (fixP->fx_addsy)->class != XMC_TC |