This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

zerosize result


> : Another question, if my assembler fails it produces a zero size file.
> : Well this is especially nasty for make, as it does not process this
> file
> : again :(
> 
> That is a bug.  The assembler is not supposed to produce an output
> file if it sees any errors (unless the -Z command line option has been
> used).  Can you send a test case that reproduces this problem ?

Okay, I've tried to reduce my errorneous file as much as possible,
resultion to this:
------------------------------------------------------------------
a: S
	.align	4
a: T
------------------------------------------------------------------
my 'as -v' gives me:
> GNU assembler version 2.10.1 (ppc-elf) using BFD version 2.10.1
(on a i686-pc-cygwin host)


-- 
Sent through GMX FreeMail - http://www.gmx.net

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]