[Bug binutils/31667] objcopy/strip corrupts solaris binaries

2024-04-23 Thread amodra at gmail dot com
at sourceware dot org |amodra at gmail dot com Status|NEW |RESOLVED --- Comment #2 from Alan Modra --- Fixed, at least the main problem resulting in PT_LOAD headers not covering sections. Other things remain, like sh_link and sh_info not being copied over

[Bug binutils/31667] New: objcopy/strip corrupts solaris binaries

2024-04-22 Thread amodra at gmail dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: amodra at gmail dot com Target Milestone: --- binutils-2.40 and later corrupt solaris binaries. testcase at https://sourceware.org/bugzilla/show_bug.cgi?id=14493#c6 Commit 45d92439aebd looks to be the culprit

[Bug binutils/31540] objcopy, ELF_SECTION_IN_SEGMENT_1 section to segment mapping seems wrong

2024-04-16 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31540 --- Comment #8 from Alan Modra --- Nick, your change to binutils/testsuite/binutils-all/pr25662.ld results in arc-elf +FAIL: objcopy executable (pr25662) arc-linux-uclibc +FAIL: objcopy executable (pr25662) bfin-linux-uclibc +FAIL: objcopy

[Bug ld/31615] Hang when linking vorbis-tools

2024-04-06 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31615 --- Comment #7 from Alan Modra --- /* gcc -O3 -flto -c xxx.c; gcc -o xxx xxx.o -lm */ #include #include #include int main (int argc, char **argv) { double x = 1.0; long y = 0; if (--argc > 0) x = strtod (*++argv, NULL); if

[Bug ld/31615] Hang when linking vorbis-tools

2024-04-06 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31615 --- Comment #6 from Alan Modra --- (In reply to H.J. Lu from comment #4) > It is caused by > > commit e7e05a9dd0c93038fdd5ed1904ca660e52beabdc Not possible. The real cause must be something else. At most, this patch exposed another bug

[Bug ld/31608] collect2: fatal error: ld terminated with signal 11 [Segmentation fault]

2024-04-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31608 --- Comment #4 from Alan Modra --- Like this. I don't see this problem myself, so kind of untested. You probably need a libstdc++.so that has been built with -ffunction-sections and thus a large enough .shstrtab to be mmaped. diff --git

[Bug ld/31608] collect2: fatal error: ld terminated with signal 11 [Segmentation fault]

2024-04-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31608 --- Comment #2 from Alan Modra --- OK, so bfd_get_section_by_name is accessing unmapped memory. I think we just need to move the call to bfd_free_cached_info in _bfd_delete_bfd before you unmap. -- You are receiving this mail because: You

[Bug ld/31458] FAIL: MIPS eh-frame 3 with --no-keep-memory

2024-04-02 Thread amodra at gmail dot com
|--- |2.43 Status|NEW |RESOLVED Assignee|unassigned at sourceware dot org |amodra at gmail dot com --- Comment #3 from Alan Modra --- Patch with some tidies applied. -- You are receiving this mail because: You are on the CC list

[Bug binutils/30569] MIPS16 function stub assertion fail for mipsel_24kc_24kf

2024-04-01 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30569 Alan Modra changed: What|Removed |Added Target Milestone|--- |2.43 Resolution|---

[Bug binutils/30569] MIPS16 function stub assertion fail for mipsel_24kc_24kf

2024-03-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30569 --- Comment #6 from Alan Modra --- Created attachment 15444 --> https://sourceware.org/bugzilla/attachment.cgi?id=15444=edit patch 2 of 2 These are against current git master source. Please give them a hammering. I've verified that the

[Bug binutils/30569] MIPS16 function stub assertion fail for mipsel_24kc_24kf

2024-03-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30569 Alan Modra changed: What|Removed |Added Attachment #15422|0 |1 is obsolete|

[Bug binutils/30569] MIPS16 function stub assertion fail for mipsel_24kc_24kf

2024-03-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30569 --- Comment #4 from Alan Modra --- OK, so I was able to reproduce this problem building from the haproxy-2.6.13 tar file, using make TARGET=linux-glibc CC=mips-linux-gnu-gcc ARCH=mips CPU_CFLAGS="-Os -mno-branch-likely -mips32r2 -mtune=24kc

[Bug ld/31503] [hppa] Unsupported 14-bit PA 2.0 relocations for 32-bit (narrow) mode (elf32-hppa.c)

2024-03-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31503 --- Comment #9 from Alan Modra --- (In reply to Andreas Schwab from comment #7) > That should use ALIGN(8). ALIGN inside an output section statement doesn't align the section, just the current *relative* value of dot. So the effect is exacly

[Bug binutils/30569] MIPS16 function stub assertion fail for mipsel_24kc_24kf

2024-03-28 Thread amodra at gmail dot com
|ASSIGNED Assignee|unassigned at sourceware dot org |amodra at gmail dot com Last reconfirmed||2024-03-28 --- Comment #3 from Alan Modra --- The line for the assertion failure doesn't match up with 2.40 sources.. Is the assertion this one

[Bug ld/31466] It takes a long time to build Rust program with --no-keep-memory

2024-03-08 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31466 --- Comment #9 from Alan Modra --- Perhaps it would be better to just drop the mmap change in _bfd_elf_link_keep_memory. I did wonder when reviewing that patch whether it was a good idea to discard things just based on whether mmap was

[Bug ld/31461] score-elf buffer overflow

2024-03-07 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31461 Alan Modra changed: What|Removed |Added Target||score-elf -- You are receiving this

[Bug ld/31461] New: score-elf buffer overflow

2024-03-07 Thread amodra at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: amodra at gmail dot com Target Milestone: --- score_elf_create_dynamic_relocation accesses rel[1] and rel[2] when there is no guarantee that there are relocs past rel[0]. Seen when running the ld testsuite on a number of tests, eg. ld

[Bug ld/31444] _bfd_abort doesn't work when called from bfd_check_format_matches

2024-03-05 Thread amodra at gmail dot com
|--- |2.43 Assignee|unassigned at sourceware dot org |amodra at gmail dot com Resolution|--- |FIXED --- Comment #2 from Alan Modra --- Fixed -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/19562] msp430 rrux instruction not displayed correctly by objdump

2024-03-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19562 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/19640] Objdump version 2.25.1 display bug -> 00 rows

2024-03-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19640 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19713] bfd/elflink.c does not handle octets_per_byte properly, line 11412

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19713 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19715] bfd/elflink.c does not handle octets_per_byte properly, line 10374

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19715 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19716] bfd/elflink.c does not handle octets_per_byte properly, line 10021

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19716 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19718] bfd/elflink.c does not handle octets_per_byte properly, line 7923

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19718 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19717] bfd/elflink.c does not handle octets_per_byte properly, line 7956

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19717 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/20552] Binutils: bad relocation with arm cortex-M toolchains.

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20552 Alan Modra changed: What|Removed |Added Resolution|--- |OBSOLETE Status|UNCONFIRMED

[Bug ld/20475] Linking PIC executables with a linker script that does not place _GLOBAL_OFFSET_TABLE_ results in incorrect relocation

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20475 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug gas/20427] Solaris rtld on SPARC does not allow R_SPARC_UA64 or R_SPARC_64 relocations in 32-bit executables

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20427 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug binutils/20330] spanish translation in addr2line inaccurate

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20330 Alan Modra changed: What|Removed |Added Resolution|--- |OBSOLETE Status|UNCONFIRMED

[Bug ld/20259] Regresion on binary for ARM when targetting Cortex-M, data alignment error

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20259 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/20088] Can not supported architectures armv7m(arm-none-eabi-objdump)

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20088 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug ld/20070] LLVM gold plugin(LLVMgold.so) report Unexpected resolution failure on ld when LTO, but pass on gold

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20070 Alan Modra changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug ld/19871] description of --pie, --pic-executable options contains wrong-looking statement

2024-02-29 Thread amodra at gmail dot com
at sourceware dot org |amodra at gmail dot com Resolution|--- |FIXED --- Comment #4 from Alan Modra --- . -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/20026] Inconsistent parsing of linker scripts

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20026 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/19901] 2.26+ is not available for translation at the translation project.

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19901 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/20529] Gold [powerpc] - relaxing loop never ends

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20529 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug ld/20688] [2.27 Regression] Kernel panic - not syncing: Attempted to kill init!

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20688 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/20797] m68k binutils produce R_68K_NONE relocations

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20797 --- Comment #1 from Alan Modra --- NONE relocs not seen on the testcase with current binutils -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/20796] m68k binutils produce R_68K_NONE relocations in .rela.plt. Causes glibc to fail to load binaries.

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20796 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug gas/20842] Crash of AS on invalid data

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20842 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/21252] -shared/-pie create RWE LOAD segment

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21252 --- Comment #2 from Alan Modra --- (In reply to H.J. Lu from comment #1) > Works for binutils 2.40: Not for hppa64-linux. The RWE load segment is due to placing .dynamic at the start of the text segment. .dynamic is read/write. -- You are

[Bug binutils/21505] objcopy fails --prefix-symbols on armv7

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21505 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/21677] ld 2.27 has unexplained 10x performance improvement in some cases

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21677 Alan Modra changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug gas/21700] powerpc-ibm-aix6.1.0.0 fails with unresolved symbols

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21700 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/21739] Inconsistent diagnostics

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21739 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug gas/21816] Gnu Assembler for aarch64 injecting alignment bytes for aligned data

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21816 Alan Modra changed: What|Removed |Added Resolution|--- |OBSOLETE Status|WAITING

[Bug binutils/22037] Fuzz binutils on OSS-Fuzz

2024-02-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22037 Alan Modra changed: What|Removed |Added Resolution|--- |NOTABUG Status|UNCONFIRMED

[Bug binutils/22249] objdump --dwarf-start can be very slow

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22249 Alan Modra changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com

[Bug gold/22259] out of bounds read in elfcpp::Elf_file<64, false, gold::Object>::section_name[abi:cxx11](unsigned int) const (elfcpp_file.h)

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22259 Alan Modra changed: What|Removed |Added Assignee|unassigned at sourceware dot org |ccoutant at gmail dot com

[Bug gold/22255] NULL pointer dereference in elfcpp::Shdr<64, false>::get_sh_type() const (elfcpp.h)

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22255 Alan Modra changed: What|Removed |Added CC||ian at airs dot com

[Bug binutils/22346] "make check" isn't parallel make safe

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22346 --- Comment #1 from Alan Modra --- Yes, I would love to remove the "check-am: all-am: line added by automake. It's a pain for developers like me who can't resist meddling with the source while running tests, or who modify the source and

[Bug ld/22269] Undefined weak symbols isn't resolved to 0 in static PIE

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22269 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ld/22283] Regression 2.28->2.29: postfix' postconf segfaults when built with 2.29

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22283 Alan Modra changed: What|Removed |Added Resolution|--- |OBSOLETE Status|WAITING

[Bug gas/22335] Gas expression solver ignores type of operands

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22335 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/22360] ld --wrap not wrapping all function calls

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22360 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/22512] lm32 fdpic toolchain segfault with binutils ld

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22512 --- Comment #1 from Alan Modra --- The assertion failure is this one in lm32_elf_relocate_section: case R_LM32_16_GOT: /* Relocation is to the entry for this symbol in the global offset table. */

[Bug ld/22764] [2.30 Regression] ld fails to link 4.13 and 4.15 kernels on aarch64-linux-gnu

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22764 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ld/22866] Ld segfault when using --oformat binary

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22866 Alan Modra changed: What|Removed |Added Resolution|--- |OBSOLETE Status|UNCONFIRMED

[Bug binutils/22953] remains of rejected patches in released versions binutils-2.30

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22953 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/22956] Heap out of bounds read in pex64_get_unwind_info()

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22956 Alan Modra changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ld/23470] ld.bfd occasionally segfaults after running out of memory on 32-bit x86

2024-02-28 Thread amodra at gmail dot com
|--- |OBSOLETE CC|amodra at gmail dot com| --- Comment #9 from Alan Modra --- I'm closing this as obsolete since 2.30 is very old, and there has been quite a lot of work done in catching memory allocation failures. -- You are receiving this mail because

[Bug gas/23412] .intel_syntax noprefix vs -msyntax=intel -mnaked-reg segment override inconsistency

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23412 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/23333] 2.30 (~ tip of release branch) ld test failures on powerpc-unknown-linux-gnu

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=2 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/23817] strip and ld -r corrupt SHT_LLVM_ADDRSIG section (files built with clang-7)

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23817 Alan Modra changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug gold/23869] gem5.debug link with -fuse-ld=gold fails with /usr/bin/ld.gold: internal error in read_cie, at ../../gold/ehframe.cc:943 if partial link is done initially with ld and final link with

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23869 Alan Modra changed: What|Removed |Added Component|ld |gold CC|amodra at gmail

[Bug gas/23877] Internal error: bad value (n32r5900) for default CPU in mips_after_parse_args at gas/config/tc-mips.c:14987

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23877 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/24156] gcc -N -nostdlib test.c creates PT_PHDR out of range for auxiliary vector fetching of AT_PHDR

2024-02-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24156 --- Comment #3 from Alan Modra --- -nostdlib is a gcc flag, not a ld flag. You will probably find that gcc is passing -pie to ld. PIEs usually have dynamic relocations, so ld adds PT_INTERP to specify a dynamic linker. This is done in ld

[Bug gas/23877] Internal error: bad value (n32r5900) for default CPU in mips_after_parse_args at gas/config/tc-mips.c:14987

2024-02-28 Thread amodra at gmail dot com
|--- |2.43 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at sourceware dot org |amodra at gmail dot com -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/23881] pdp11 binutils fails if too much debug data

2024-02-28 Thread amodra at gmail dot com
|--- |FIXED Assignee|unassigned at sourceware dot org |amodra at gmail dot com --- Comment #4 from Alan Modra --- . -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/23881] pdp11 binutils fails if too much debug data

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23881 Alan Modra changed: What|Removed |Added Last reconfirmed||2024-02-28 Ever confirmed|0

[Bug binutils/23928] ar crash within LLVMgold.so module

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23928 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gold/23969] PowerPC64 ELFv1 --defsym func1=func2 call to func1 errors

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23969 Alan Modra changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug binutils/24002] A memory leak issue was discovered in cplus-dem.c

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24002 Alan Modra changed: What|Removed |Added Resolution|--- |MOVED Status|UNCONFIRMED

[Bug ld/24055] _bfd_xcoff_swap_aux_in smashes the stack

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24055 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/24156] gcc -N -nostdlib test.c creates PT_PHDR out of range for auxiliary vector fetching of AT_PHDR

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24156 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/24192] ld doesn't properly process relocations to deduplicated code in PE files

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24192 Alan Modra changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug binutils/24241] bug-report:inline-asm generates object file error

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24241 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/24319] Compressed / uncompressed debug info confusion in BFD

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24319 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/24326] `nm` outputs symbol values of 0 for ft LTO object files

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24326 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/24338] Heap-buffer-overflow in elf_x86_64_relocate_section in elf64-x86-64.c in bfd

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24338 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug binutils/24447] Provides patches for all CVEs in version 2.31.1

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24447 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/24455] strip -S after patchelf damages the file

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24455 --- Comment #3 from Alan Modra --- This may have been fixed by the patch for pr31208, which was also objcopy/strip not properly handling the output of patchelf. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24491] -z separate-code generates segment with both rodata and text

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24491 --- Comment #2 from Alan Modra --- What do you expect ld to do here? Warn perhaps? Your script puts the start of .text at the end of .rodata and not on a page boundary. You're making a demand paged binary. There isn't any point in trying

[Bug ld/24701] Irix 6.5.30, gcc8.2.0, LD does not output well formed executables

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24701 Alan Modra changed: What|Removed |Added Target||mips-sgi-irix6 -- You are receiving

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/24730] INCLUDE and --default-script / --script have different whitespace behavior when using REGION_ALIAS

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24730 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/24768] Stop using __gnu_lto_slim symbol as a detection of a slim LTO object

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24768 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug ld/24836] --as-needed can leave unused direct dependencies if combined with --gc-sections

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24836 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/24881] x86_64-linux-gnu-ld.bfd does not convert instructions for GOTPCRELX if output format is binary

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24881 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/24893] ld 57 unexpected failures on Red Hat Enterprise Linux 7.4

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24893 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/24945] as/objdump accepting invalid default destination mask.

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24945 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/25061] git libxml++ test unit linking causes cre dump of the /usr/bin/ld.bfd

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25061 Alan Modra changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug binutils/25063] 2.33: Missing dist tar ball

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25063 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug binutils/25202] objcopy --verilog-data-width doesn't respect target's endianness

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25202 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug binutils/25247] addr2line is super slow on dwz output

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25247 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/25315] `__tcf_0' referenced in section `.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4' of mode_query_balls_distances.o: defined in discarded section `.text.__tcf_0[_ZNK6com

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25315 --- Comment #18 from Alan Modra --- (In reply to John David Anglin from comment #16) > I committed a gcc change to trunk and gcc-9 to put references to function > labels in COMDAT groups in .data.rel.ro.local. Can this bug be closed then? --

[Bug gas/30277] GNU as produce '.symtab' entries with incorrect order for 32-bit MIPS target

2024-02-27 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30277 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/28012] readelf --debug-dump=Ranges doesn't handle concatenated .debug_rnglists sections

2024-02-26 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28012 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug gas/25333] GAS is slow processing units compiled with -fdebug-types-sections containing many types

2024-02-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25333 Alan Modra changed: What|Removed |Added Target Milestone|--- |2.43 Status|ASSIGNED

[Bug gas/25333] GAS is slow processing units compiled with -fdebug-types-sections containing many types

2024-02-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25333 Alan Modra changed: What|Removed |Added CC|amodra at gmail dot com| Status|NEW

  1   2   3   4   5   6   7   8   9   10   >