X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <58931DB8.6040908@gmx.de> Date: Thu, 02 Feb 2017 12:53:28 +0100 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com]" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: DJGPP port of GNU binutils 2.27 uploaded. References: <201608092002 DOT u79K2qLm008342 AT delorie DOT com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:JNw+tDMpZmuuBQj19ghgqrFiSU3NsOnqXnKznWaOr9G0w11UFZ0 2YQy6sGbcArv4v5Qm8VHIFg/gHoJRh/f410seI7MCBuLI+/Yr4a4jpeP8UDMjPwq7mA4dOX yVfdyU8jjtTfqn5GpjPC8J1kKxDvGj0t6mMkNpnsxqqLkYrArAZZv2aqXgLoLhvHT93sSXh CnrhT9G/DbnkdPGcmgzJQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:ECJkkONigwI=:53aYSSGlMDr/1KgfiAc8zi PsedBN2hiLA234VtMq8wcEXunpsl2VTAI9YMO8Yo0+VBcv8XNI6Rg0AmBsFIakXcP2ha/UKip 5jYyAcjQg3MVrNCvDPW5G3P65HJ9L1UPMKph6hazVihImepBAn63vH+PEKwwwyXQOdLF+TaGR GRdkKqhd8BJOQFX4Sn+f2OrE31PdDNlLOMAlgUb+PEYLqyaR0kkR63qW/wLirp+sItFyjuK0E Bm8T5Ejlsa5k2LVItm7+auVzQQXAhnEWBQbiYhuWem9WLen52rZALZ2d7nFywlYeYGeYr+/s4 cgy2dRjBWJKWYjPpZjrIGrjrQ5rwzmefY0hBzwWfAnq8u70oIZGfyXR+ibfbwTzwhLisUooxR pJ9SL6fVk/2vOCCRgRCUVaeU8R3LA7fTQZwg/IXLOH7xYdzQAsy9np0sCz0VopS/ZW1sB4LI2 8DyLMCz8rUlVOEqcmDw7GXU36cv1Tm2/59uaTs+bP+63HqWus3GFQ41iJOr7HmnB2gEcselu8 aWmICi1rNavjOc6spyqIbvy1b5AZ64TtughR5WwyvXG2b43pv6gYL06gzLDJBuFhIHhTz6iI/ kijRKvY6SajZQ7JbfViAGz427y79b9hMneZ5V3ySACp7r2iCrSLyTXgu3stx/Relh+U2CULtZ TPFC9aFG4fspATYkjeGvDG+6KfYnKf9fmc6c8KLgRO7z6Mu10FGzvMdLOPdZDRHViOE4J7foc ClwCsWMV/ZE1nQA2qO5u2ZtQy5sCTm0w+8s1iJWXKoo/9y0jOTawSYD0sg85OV8rZtDgmLb45 NMEQno3PTyf9tUnbojiVuGK9tkxNibdKYSQTyabW+XZypWsM3c4z+W4hnAeY+cSDs8StQdAMz 4oEfHch2amtusOIOrU9R5voIR8Dro/UYFWU8qpi0nTAh/0Rz4YzhThI1q7SclTbxI8tN1pNtX lD9HrKQZE0fs6xPD2O8RFy4wVrltrwDZgKOZM3OWpLQ6OFc2W2jXZSJM4yLTbeE9K+LsfE9Yo 797gSzv0YMf47zCvdYBOXvUi0OmCW9q2gy8ZAbJOJfhiCQovIkJVcljljf+JlqvC0g== Reply-To: djgpp AT delorie DOT com Am 02.02.2017 08:41, schrieb Andrew Wu (andrewwu DOT tw AT gmail DOT com) [via djgpp AT delorie DOT com]: > I think this patch for gnu/binutils-2.27/bfd/init.c can fix the cross > build problem : > > ================= > --- init.c.bak 2017-01-31 19:11:07.478074684 +0000 > +++ init.c 2017-01-31 19:24:23.798041848 +0000 > @@ -25,9 +25,7 @@ > > /* This controls if the coff 64k support shall be disabled or not. > By default always enabled. */ > -#if defined(__DJGPP__) || defined(COFF_GO32_EXE) || defined(COFF_GO32) > bfd_boolean coff_64k_relocation_enabled = TRUE; > -#endif > > /* > SECTION > ================= > > This patch always defines the global variable > coff_64k_relocation_enabled . Tested on Linux and OSX. > [snip] The goal of those lines is pretty clear; it shall identify and isolate DJGPP specific changes that will never find their way into binutils. But I have no objections in removing those lines if it works. Regards, Juan M. Guerrero