bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/20659] Objcopy and change section lma failing


From: nickc at redhat dot com
Subject: [Bug binutils/20659] Objcopy and change section lma failing
Date: Thu, 06 Oct 2016 12:24:08 +0000

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

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 Neil,

  Is this actually an error ?  According to the sources that I looked at(*)
this message is actually a warning, not an error, and the objcopy does proceed
correctly.

  The message itself is meant to be informatory - ie it is telling you that the
.MIPS-abiflags section is allocatable (it has SHF_ALLOC flag set) but it is not
covered by any of the memory regions described in the ELF program headers. 
Which means that *if* the file is loaded into memory using only the information
in the program headers, then the .MIPS.abiflags section will be missed.

Cheers
  Nick

(*) - I am looking at the current binutils development sources.  You reported
this bug against the 2.24 sources, which are really quite old now.  It may be
that the "allocate section not in segment" message was an error back then.  In
which case you can probably solve the problem by upgrading to a newer set of
binutils sources.

-- 
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]