* config/obj-coff.c (fixup_segment): PE doens't use
authorSteve Chamberlain <sac@cygnus>
Thu, 29 Jun 1995 00:41:02 +0000 (00:41 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 29 Jun 1995 00:41:02 +0000 (00:41 +0000)
commit30355216bd56a1e5a91fd979227f29414b7ae234
tree66057ca381eb4243fb610d21d2cf198d7ac07a91
parentde71eb7786da1170ae4b4acabeb4c62513c19602
* config/obj-coff.c (fixup_segment): PE doens't use
the strange common symbol format that other 386s formats
do.
* config/tc-i386.c (md_begin): If LEX_AT defined then
'@' is in the set of identifiers.
(i386_operand): If LEX_AT, then don't look for @goto stuff.
* config/te-pe.h: Define LEX_AT.
gas/ChangeLog
gas/config/obj-coff.c
gas/config/tc-i386.c