[Bug gprofng/30195] [display text] Source code location can not be found

2023-03-06 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30195

Vladimir Mezentsev  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Vladimir Mezentsev  
---
Compiler generates Dwarf-5 by default on OL9.
gprofng cannot read Dwarf-5.
I just sent my fixes for review.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/29973] x86_64-w64-mingw32-g++ ld: helloworld.exe:.rdata_r: section below image base for windows

2023-03-06 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29973

--- Comment #39 from cqwrteur  ---
(In reply to Nick Clifton from comment #14)
> Well I have just tried x86_64-w64-mingw32-g++ from Fedora rawhide (which is
> based on gcc version 12) and I still cannot reproduce the problem.  So I am
> beginning to suspect that it is gcc version 13 specific.
> 
> Are you using a home built version of x86_64-w64-mingw32, or have you
> downloaded it from somewhere ?
> 
> Please could you create a helloworld.o object file and upload that ?  Maybe
> with that I will be able to reproduce the problem.

As March has already begun, it would be appreciated if the bug for binutils-gdb
could be resolved as soon as possible before the official release in April.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27565] ld: Support input section description keyword: REVERSE

2023-03-06 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=27565

--- Comment #1 from Fangrui Song  ---
Justin Cady wants to add REVERSE to ld.lld in https://reviews.llvm.org/D145381

The semantics seem pretty clear, so ld.lld adopting the feature first may be
fine :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gold/30171] Building gold fails under MinGW-W64/MSYS2 on Windows 10

2023-03-06 Thread jdx at o2 dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=30171

--- Comment #4 from Jan Dubiec  ---
Created attachment 14734
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14734&action=edit
Preferred patch

This is my preferred patch. It uses load-time dynamic linking instead of
run-time dynamic linking, i.e. UuidCreate() is called directly. As a result,
built binaries will not run on some ancient versions of Windows.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gold/30171] Building gold fails under MinGW-W64/MSYS2 on Windows 10

2023-03-06 Thread jdx at o2 dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=30171

--- Comment #3 from Jan Dubiec  ---
Created attachment 14733
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14733&action=edit
Proposed patch (Yoda style)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gold/30171] Building gold fails under MinGW-W64/MSYS2 on Windows 10

2023-03-06 Thread jdx at o2 dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=30171

--- Comment #2 from Jan Dubiec  ---
Created attachment 14732
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14732&action=edit
Proposed patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.