Issue 47792 in oss-fuzz: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy

2022-08-31 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit -deadline-approaching Deadline-Exceeded Comment #3 on issue 47792 by sheriffbot: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47792#c3 This bug has exceeded our disclosure deadline. It ha

[Bug gold/29542] PowerPC: internal error in get_output_view, at output.h:110

2022-08-31 Thread dante at cadence dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29542 Dante Almeida changed: What|Removed |Added CC||dante at cadence dot com -- You are

[Bug gold/29542] New: PowerPC: internal error in get_output_view, at output.h:110

2022-08-31 Thread dante at cadence dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29542 Bug ID: 29542 Summary: PowerPC: internal error in get_output_view, at output.h:110 Product: binutils Version: 2.39 Status: UNCONFIRMED Severity: normal

c function call issue from assembly program

2022-08-31 Thread Arpan Man Sainju
Hello, I found this interesting issue in binutils v2.38. The following code works perfectly fine in ubuntu 20.04 (binutils v2.34) content of asm_program.asm: .global main .text main: mov $message, %rdi call c_function ret .data #where the message is stored message: .ascii "Hello Wor