bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19160] Warnings from x86_64-build_apple-darwin15.0.0-gcc w


From: nickc at redhat dot com
Subject: [Bug binutils/19160] Warnings from x86_64-build_apple-darwin15.0.0-gcc when compiling elf32-arm.c and subsequent problems
Date: Mon, 26 Oct 2015 17:01:47 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]