[Bug gas/28054] SEC_ELF_OCTETS not set for ".debug_*" sections causing invalid relocs for targets with OCTETS_PER_BYTE > 1

2021-11-27 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28054 --- Comment #4 from Tucker --- Hi Nick, What regressions were you running on the FT32 & MSP430 targets? I tried adding back the SEC_DEBUGGING flag to debug this issue but I didn't notice any failures with "make check". -Tucker -- You are r

[Bug gas/28054] SEC_ELF_OCTETS not set for ".debug_*" sections causing invalid relocs for targets with OCTETS_PER_BYTE > 1

2021-07-13 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28054 --- Comment #3 from Tucker --- Hi Nick, Thanks for the quick action. Ah, maybe I can take a look at those regressions for you. A cursory looks tells me it's likely in FT32's "relaxable_section" function which appears to kick out any sections

[Bug gas/28054] New: SEC_ELF_OCTETS not set for ".debug_*" sections causing invalid relocs for targets with OCTETS_PER_BYTE > 1

2021-07-04 Thread tuckkern+sourceware at gmail dot com
Version: 2.34 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: tuckkern+sourceware at gmail dot com Target Milestone: --- Created attachment 13535 --> https://sourcew

[Bug gas/26556] relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-09-17 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26556 Tucker changed: What|Removed |Added Attachment #12810|0 |1 is obsolete|

[Bug gas/26556] relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-09-17 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26556 --- Comment #5 from Tucker --- Hi Nick, Thanks for the information regarding tic54x-coff and gas/org-3 test. I will re-investigate the issue with this target in mind. Regarding the target: Yes, this is a new ELF target with 16 bit bytes I've

[Bug gas/26556] relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-09-16 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26556 --- Comment #3 from Tucker --- Sure thing Nick. I've attached some assembly that showcases the issue. To reproduce, build a target with OCTETS_PER_BYTE_POWER set to 1. I choose MSP430 as a victim. Normal MSP430: Num:Value Size Type

[Bug gas/26556] relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-09-16 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26556 --- Comment #2 from Tucker --- Created attachment 12846 --> https://sourceware.org/bugzilla/attachment.cgi?id=12846&action=edit Minimal example showcasing problem -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/26556] New: relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-08-30 Thread tuckkern+sourceware at gmail dot com
ity: minor Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: tuckkern+sourceware at gmail dot com Target Milestone: --- Created attachment 12810 --> https://sourceware.org/bugzilla/attachment.cgi?id=12810&action=edi

[Bug ld/26543] bfd_generic_define_common_symbol does not calculate correct alignment when bfd_octets_per_byte > 1 and power_of_two == 0

2020-08-28 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26543 --- Comment #3 from Tucker --- Nick, No problem. Thanks for the quick response! -Tucker -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26543] New: bfd_generic_define_common_symbol does not calculate correct alignment when bfd_octets_per_byte > 1 and power_of_two == 0

2020-08-26 Thread tuckkern+sourceware at gmail dot com
ils Version: 2.34 Status: UNCONFIRMED Severity: minor Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: tuckkern+sourceware at gmail dot com Target Milestone: --- Created attachment 12803 -->