This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] gas: bad output of double pseudo instruction


Hi Bosco,

> Is there any problem with this patch?

Yes and no.  The basic patch itself was fine, but there were a few
minor problems.  Specifically the code that adds substract_decimal_point
to decimal_exponent needed to be conditional upon OLD_FLOAT_READS
not being defined.  The other issue, was that for a fix like this,
it is always best to include a new test in the assembler testsuite,
just to make sure that the problem stays fixed.


> Is this the right place to submit it?

Not really.  The correct place to report bugs like this is the
binutils bugzilla system:

  https://sourceware.org/bugzilla/enter_bug.cgi?product=binutils

In this case however I have gone ahead and applied the patch,
added a testcase, and fixed up a few minor formatting issues.

Cheers
  Nick

gas/ChangeLog
2019-08-22  Bosco García  <jbgg.gnu@gmail.com>
	    Nick Clifton  <nickc@redhat.com>

	* atof-generic.c (atof_generic): Do not ignore leading zeros if
	they appear after a decimal point.
	* testsuite/gas/all/float.s: Extend test to include a number with
	a leading decimal point followed by several zeroes.
	* testsuite/gas/i386/fp.s: Likewise.
	* testsuite/gas/i386/fp.d: Update expected output.


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