https://sourceware.org/bugzilla/show_bug.cgi?id=19160

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Roger,

 Well the good news is that the abs() vs labs() problem has already been fixed.
 If you checkout the mainline development code you should see these error
messages go away.

  The bad news is that this is unlikely to cure the "invalid constant after
fixup" error message that you have been seeing.  To investigate that problem I
suggest compiling with --save-temps, so that you have an assembler source file
to look at.  Try to narrow down the exact instruction or sequence of
instructions that are causing the problem, and then see if you think that the
problem is with the assembler (not handling properly generated ARM
instructions) or the compiler (generating invalid ARM instructions).

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to