[Bug gprofng/30779] gprofng: fails to build with musl-1.2.4 (gprofng/src/Data_window.h:56:3: error: 'off64_t' does not name a type; did you mean 'off_t'?)

2024-01-12 Thread bugs at voltagex dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30779

Adam Baxter  changed:

   What|Removed |Added

 CC||bugs at voltagex dot org

--- Comment #10 from Adam Baxter  ---
Hi Vladimir - I also hit this, I can confirm this patch fixes *this specific
compilation error* but I cannot confirm that everything builds correctly as I
am hitting other environment-specific problems.

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


[Bug gprofng/30889] can't compile without large file support

2024-01-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30889

--- Comment #1 from Sourceware Commits  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1b346e50485ee450e8103e4b1704b43f61bc39f7

commit 1b346e50485ee450e8103e4b1704b43f61bc39f7
Author: Vladimir Mezentsev 
Date:   Fri Jan 12 11:34:02 2024 -0800

gprofng: 30889 can't compile without large file support

gprofng/ChangeLog
2024-01-12  Vladimir Mezentsev  

PR 30889
* src/util.h (O_LARGEFILE): Define to 0, if not defined.

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


[Bug gprofng/30942] [display html] Improve the performance

2024-01-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30942

--- Comment #3 from Sourceware Commits  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc76856b8f4e6e71f86375b16378406712352bbd

commit cc76856b8f4e6e71f86375b16378406712352bbd
Author: Vladimir Mezentsev 
Date:   Wed Jan 10 16:44:32 2024 -0800

gprofng: fix 3 bugzillas against gp-display-html

Fix two cases where gp-display-html terminates prematurely because the
input format is not recognized.  This problem occurs in the function
overview and caller-callee parts of the code.
The fix consists of new regular expressions and a different approach
in handling the input from gp-display-text.
Also fix a performance problem in the caller-callee part that has a
noticeable impact on the performance for large applications.

gprofng/ChangeLog
2024-01-10  Ruud van der Pas  

PR gprofng/30438
PR gprofng/30439
PR gprofng/30942
* gp-display-html/gp-display-html.in: fixes the issues.

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


[Bug gprofng/30438] [display html] Assertion error in function structure creation

2024-01-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30438

--- Comment #1 from Sourceware Commits  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc76856b8f4e6e71f86375b16378406712352bbd

commit cc76856b8f4e6e71f86375b16378406712352bbd
Author: Vladimir Mezentsev 
Date:   Wed Jan 10 16:44:32 2024 -0800

gprofng: fix 3 bugzillas against gp-display-html

Fix two cases where gp-display-html terminates prematurely because the
input format is not recognized.  This problem occurs in the function
overview and caller-callee parts of the code.
The fix consists of new regular expressions and a different approach
in handling the input from gp-display-text.
Also fix a performance problem in the caller-callee part that has a
noticeable impact on the performance for large applications.

gprofng/ChangeLog
2024-01-10  Ruud van der Pas  

PR gprofng/30438
PR gprofng/30439
PR gprofng/30942
* gp-display-html/gp-display-html.in: fixes the issues.

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


[Bug gprofng/30439] [display html] Assertion error in caller-callee structure creation

2024-01-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30439

--- Comment #1 from Sourceware Commits  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc76856b8f4e6e71f86375b16378406712352bbd

commit cc76856b8f4e6e71f86375b16378406712352bbd
Author: Vladimir Mezentsev 
Date:   Wed Jan 10 16:44:32 2024 -0800

gprofng: fix 3 bugzillas against gp-display-html

Fix two cases where gp-display-html terminates prematurely because the
input format is not recognized.  This problem occurs in the function
overview and caller-callee parts of the code.
The fix consists of new regular expressions and a different approach
in handling the input from gp-display-text.
Also fix a performance problem in the caller-callee part that has a
noticeable impact on the performance for large applications.

gprofng/ChangeLog
2024-01-10  Ruud van der Pas  

PR gprofng/30438
PR gprofng/30439
PR gprofng/30942
* gp-display-html/gp-display-html.in: fixes the issues.

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


[Bug ld/30824] BFD (GNU Binutils) 2.41 internal error, aborting at elf64-ppc.c:17531 in ppc64_elf_relocate_section

2024-01-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30824

H.J. Lu  changed:

   What|Removed |Added

 CC||amodra at gmail dot com

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


[Bug ld/30824] BFD (GNU Binutils) 2.41 internal error, aborting at elf64-ppc.c:17531 in ppc64_elf_relocate_section

2024-01-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30824

Nick Clifton  changed:

   What|Removed |Added

 CC||nickc at redhat dot com

--- Comment #2 from Nick Clifton  ---
This problem is reproducible using the latest mainline development sources too.
:-(

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


[Bug gprofng/30889] can't compile without large file support

2024-01-12 Thread kurt.goebel at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30889

Kurt Goebel  changed:

   What|Removed |Added

   Priority|P3  |P2

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


[Bug ld/30824] BFD (GNU Binutils) 2.41 internal error, aborting at elf64-ppc.c:17531 in ppc64_elf_relocate_section

2024-01-12 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30824

Florian Weimer  changed:

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=2258061
 CC||fweimer at redhat dot com

--- Comment #1 from Florian Weimer  ---
This is likely caused by -Wl,-z,pack-relative-relocs, LTO is a bit of a red
herring.

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


[Bug gas/31213] gas: add diagnostic when skipping CFI directives for SFrame generation

2024-01-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31213

--- Comment #1 from Sourceware Commits  ---
The master branch has been updated by Indu Bhagat :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6bf40ece270c42b0e5f90459a7dde851e3e7485d

commit 6bf40ece270c42b0e5f90459a7dde851e3e7485d
Author: Indu Bhagat 
Date:   Fri Jan 12 00:22:12 2024 -0800

gas: sframe: warn when skipping SFrame FDE generation

Fix PR gas/31213.

gas/
PR gas/31213
* gen-sframe.c (sframe_do_cfi_insn): Add new warning.

gas/testsuite/
* gas/cfi-sframe/common-empty-1.d: Test the new warning as well.
* gas/cfi-sframe/common-empty-2.d: Likewise.

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