This is the mail archive of the binutils@sources.redhat.com 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]

[Fwd: Re: Q: Estimated date for 2.16 release ?]



Eric's followup didn't get posted back to the list.


--joel
--- Begin Message --- Joel Sherrill wrote:


Eric Norum (cc'ed) recently narrowed it down to this construct:


=============================================================
A little poking around reveals that it's the lines like:

_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;
_RamSize = DEFINED(_RamSize) ? _RamSize : 0x7f0000;
_HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0;   /* 0x20000;*/
_StackSize = DEFINED(_StackSize) ? _StackSize : 1M; /* 0x2000;*/

that are killing ld.
==============================================================

Does this sound familiar?


I was able to get the above to work removing -Wl,-Map=$(basename $@).map from the linker options. It appears that the act of producing the map file is what is breaking the above constructs!
--
Eric Norum norume@aps.anl.gov
Advanced Photon Source Phone: (630) 252-4793
Argonne National Laboratory



--- End Message ---

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