Component: gas
Assignee: unassigned at sourceware dot org
Reporter: slyich at gmail dot com
Target Milestone: ---
Created attachment 14060
--> https://sourceware.org/bugzilla/attachment.cgi?id=14060&action=edit
sqlite3-sqlite3.o.c.xz
Initially noticed the probl
https://sourceware.org/bugzilla/show_bug.cgi?id=29058
--- Comment #1 from Sergei Trofimovich ---
Created attachment 14061
--> https://sourceware.org/bugzilla/attachment.cgi?id=14061&action=edit
a.S.xz
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=29058
Sergei Trofimovich changed:
What|Removed |Added
Target||m68k-unknown-linux-gnu
--
You a
https://sourceware.org/bugzilla/show_bug.cgi?id=29058
--- Comment #2 from Sergei Trofimovich ---
Adding a bit of debugging to get the idea what symbol types and values are most
frequent at being checked for alignment:
--- a/gas/config/tc-m68k.c
+++ b/gas/config/tc-m68k.c
@@ -4735,6 +4735,8 @@ m6
https://sourceware.org/bugzilla/show_bug.cgi?id=29058
--- Comment #3 from Sergei Trofimovich ---
Sent possible fix for review as
https://sourceware.org/pipermail/binutils/2022-April/120410.html
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=29058
Sergei Trofimovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=28968
Sergei Trofimovich changed:
What|Removed |Added
CC||slyich at gmail dot com
--
You
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: slyich at gmail dot com
Target Milestone: ---
Discovered in https://sourceware.org/PR29450 where gas-2.38 did not attach
0-sized DIE for glibc's _init assembly-written fun
https://sourceware.org/bugzilla/show_bug.cgi?id=29451
Sergei Trofimovich changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=29451
--- Comment #4 from Sergei Trofimovich ---
(In reply to Nick Clifton from comment #3)
> (In reply to Sergei Trofimovich from comment #0)
>
> > <28> DW_AT_low_pc : (addr) 0x0
> > <2c> DW_AT_high_pc : (addr) 0x0
>
> > Woul
Severity: normal
Priority: P2
Component: gprofng
Assignee: vladimir.mezentsev at oracle dot com
Reporter: slyich at gmail dot com
Target Milestone: ---
Created attachment 14273
--> https://sourceware.org/bugzilla/attachment.cgi?id=14273&acti
: undefined symbol: __collector_jprofile_start_attach
Product: binutils
Version: 2.39
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gprofng
Assignee: vladimir.mezentsev at oracle dot com
Reporter: slyich at gmail
https://sourceware.org/bugzilla/show_bug.cgi?id=29479
--- Comment #1 from Sergei Trofimovich ---
So far I worked it around locally by removing java-specific code in
libcollector:
--- a/gprofng/libcollector/collector.c
+++ b/gprofng/libcollector/collector.c
@@ -912,9 +912,11 @@ __collector_open_e
https://sourceware.org/bugzilla/show_bug.cgi?id=29477
--- Comment #2 from Sergei Trofimovich ---
(In reply to Vladimir Mezentsev from comment #1)
> SIGEV_THREAD_ID is defined in /usr/include/bits/sigevent-consts.h on my OL8:
> % grep -ns SIGEV_THREAD_ID /usr/include/*/*
> /usr/include/asm-generic
https://sourceware.org/bugzilla/show_bug.cgi?id=29477
--- Comment #4 from Sergei Trofimovich ---
Yeah, getting musl toolchain is trickier than glibc's. I suggest using a chroot
(or equivalent) of linux distribution that already supports it. I'm personally
using nixpkgs.
More conventional FHS-sty
NCONFIRMED
Severity: normal
Priority: P2
Component: libctf
Assignee: unassigned at sourceware dot org
Reporter: slyich at gmail dot com
Target Milestone: ---
It's a forward of downstream
https://github.com/NixOS/nixpkgs/pull/185297#issuecomment-1236398635 r
https://sourceware.org/bugzilla/show_bug.cgi?id=29547
Sergei Trofimovich changed:
What|Removed |Added
CC||nick.alcock at oracle dot com
--
https://sourceware.org/bugzilla/show_bug.cgi?id=29547
--- Comment #2 from Sergei Trofimovich ---
(In reply to Nick Alcock from comment #1)
> Adding an exit status test seems like a good idea, yes. I'll do that in the
> next few days (busy, but this is easy and machine time is cheap).
>
> I don't
https://sourceware.org/bugzilla/show_bug.cgi?id=29547
--- Comment #6 from Sergei Trofimovich ---
(In reply to Nick Alcock from comment #5)
> Something else! What if nm emits actual successful output? No nm out there
> is going to include its own name in the output in that case. We have to look
>
https://sourceware.org/bugzilla/show_bug.cgi?id=29477
--- Comment #8 from Sergei Trofimovich ---
Good question. Looking around it looks like musl elected not to implement it:
https://www.openwall.com/lists/musl/2018/01/29/2
--
You are receiving this mail because:
You are on the CC list for the
> room for a day, etc)
>
> On 14 Sep 2022, slyich at gmail dot com outgrape:
>
> > checking for BSD- or MS-compatible name lister (nm)... =
> > error:
> > /nix/store/kpc4vpii3zrnz53b87xvid0rxlqb66cc-cctools-binutils-darwin-949.0.1/bin/nm:
> > inv
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: slyich at gmail dot com
Target Milestone: ---
I spent some time in https://github.com/NixOS/nixpkgs/issues/221419 trying to
build deterministic PE files
https://sourceware.org/bugzilla/show_bug.cgi?id=30578
Sergei Trofimovich changed:
What|Removed |Added
CC||slyich at gmail dot com
ified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: slyich at gmail dot com
Target Milestone: ---
Created attachment 15346
--> https://sourceware.org/bugzilla/attachment.cgi?
https://sourceware.org/bugzilla/show_bug.cgi?id=31319
Sergei Trofimovich changed:
What|Removed |Added
CC||jbeulich at suse dot com
--- Com
https://sourceware.org/bugzilla/show_bug.cgi?id=31319
--- Comment #3 from Sergei Trofimovich ---
Aha, adapting kexec-tools sounds fine as well.
Does the `.code16` use look fine in the rest of the file?
SO far I made it build as:
--- a/entry32-16-debug.s
+++ b/entry32-16-debug.s
@@ -18,10 +18,1
https://sourceware.org/bugzilla/show_bug.cgi?id=31319
Sergei Trofimovich changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=31056
Sergei Trofimovich changed:
What|Removed |Added
CC||slyich at gmail dot com
--
You
28 matches
Mail list logo