[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/3183] New: gas doesn't handle integers in fp instructions corre
From: |
miro dot kropacek at gmail dot com |
Subject: |
[Bug gas/3183] New: gas doesn't handle integers in fp instructions correctly |
Date: |
7 Sep 2006 09:04:15 -0000 |
Concretly, this bug applies to 2.13.2.1-2 version for FreeMiNT distribution
(http://sparemint.atariforge.net/sparemint/html/packages/binutils.html).
Try this:
fmove.s #65536,fp0 or
fmove.s #1,fp0 or
fmove.s #16,fp0
etc...
after you assemble it for m68k (I used -m68020-60 switch) the result is crap
(bad numbers in fp0). I have to write this instead:
fmove.l #65536,fp0
fmove.w #1,fp0
fmove.w #16,fp0
I do apologize if this bug was already fixed but I'm new to all this bug
reporting...
--
Summary: gas doesn't handle integers in fp instructions correctly
Product: binutils
Version: 2.13.1
Status: NEW
Severity: critical
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: miro dot kropacek at gmail dot com
CC: bug-binutils at gnu dot org
GCC build triplet: m68k/freemint
GCC host triplet: m68k/freemint
GCC target triplet: m68k/freemint
http://sourceware.org/bugzilla/show_bug.cgi?id=3183
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/3183] New: gas doesn't handle integers in fp instructions correctly,
miro dot kropacek at gmail dot com <=