[Bug binutils/14243] software that includes bfd.h fails to build with "#error config.h must be included before this header"

2022-11-01 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=14243 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug ld/29741] AVR ld unable to link for 0-series MCUs

2022-11-01 Thread konrad at silmor dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29741 Konrad Rosenbaum changed: What|Removed |Added Target||avr Host|

[Bug binutils/29737] strip: section attributes to indicate strip or persistent sections

2022-11-01 Thread guillermo.e.martinez at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29737 --- Comment #3 from Guillermo E. Martinez --- (In reply to Andreas Schwab from comment #1) Hi Andreas, > What's special about .CTF sections? Nothing special with .CTF section, I just quoted it, because it's an example of a section that shou

[Bug binutils/29741] New: AVR ld unable to link for 0-series MCUs

2022-11-01 Thread konrad at silmor dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29741 Bug ID: 29741 Summary: AVR ld unable to link for 0-series MCUs Product: binutils Version: 2.39 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bi

Re: Binutils/ld: linker script does not work for AVR mega 0 series (avrxmega3)

2022-11-01 Thread Nick Clifton
Hi Konrad, +  data   (rw!x) : ORIGIN = 0x802000, LENGTH = 0x1 The fixed origin seems very dubious to me and I wasn't able to debug __DATA_REGION_LENGTH__. It is defined earlier on in script: [cut] I actually meant to ask: is there a way to debug the linker script? I.e. to output what

Re: Binutils/ld: linker script does not work for AVR mega 0 series (avrxmega3)

2022-11-01 Thread Konrad Rosenbaum
Hi, thanks for responding Nick. On 31/10/2022 15:57, Nick Clifton wrote: the linker fails on trying to arrange data/bss segments even with very few small variables. E.g.: Please could you file a bug report for this problem here:   https://sourceware.org/bugzilla/enter_bug.cgi?product=binutil

[Bug binutils/29737] strip: section attributes to indicate strip or persistent sections

2022-11-01 Thread guillermo.e.martinez at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29737 --- Comment #4 from Guillermo E. Martinez --- (In reply to Nick Clifton from comment #2) > (In reply to Guillermo E. Martinez from comment #0) > Hi Guillermo, > Hi Nick, > > So this bugzilla is for adding support in binutils tools to indica

[Bug ld/29739] New: [2.40 Regression] three regressions compared to 2.39 on arm-linux-gnueabihf

2022-11-01 Thread doko at debian dot org
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: doko at debian dot org Target Milestone: --- seen with trunk 20221101 on arm-linux-gnueabihf, these tests fail compared to the 2.39 branch: W: [ld-arm/arm-elf.exp

[Bug ld/29739] [2.40 Regression] three regressions compared to 2.39 on arm-linux-gnueabihf

2022-11-01 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29739 Matthias Klose changed: What|Removed |Added Target||arm-linux-gnueabihf -- You are rece

[Bug binutils/29737] strip: section attributes to indicate strip or persistent sections

2022-11-01 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29737 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2