Hi Arpan,
I found this interesting issue in binutils v2.38.
The following code works perfectly fine in ubuntu 20.04 (binutils v2.34)
I could not reproduce this failure. That is when I compiled, assembled
and linked your test program using binutils 2.38 tools, the resulting
executable ran corr
https://sourceware.org/bugzilla/show_bug.cgi?id=29535
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #1
https://sourceware.org/bugzilla/show_bug.cgi?id=29535
--- Comment #2 from Ralf Habacker ---
(In reply to Nick Clifton from comment #1)
Hi Nick,
> So the DW_AT_comp_dir attribute is only used when DW_AT_name contains
> a relative path, not an absolute one.
Thanks for the clarification, which mea
https://sourceware.org/bugzilla/show_bug.cgi?id=29534
Nick Clifton changed:
What|Removed |Added
Last reconfirmed||2022-09-01
Status|UNCONFIR
https://sourceware.org/bugzilla/show_bug.cgi?id=29534
--- Comment #2 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f4492fb683013d7de6f4788df6deb24fed8671b4
commit f4492fb683013d7de6f4788df6d
https://sourceware.org/bugzilla/show_bug.cgi?id=29534
Nick Clifton changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://sourceware.org/bugzilla/show_bug.cgi?id=29535
Nick Clifton changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=29523
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #4
https://sourceware.org/bugzilla/show_bug.cgi?id=29523
--- Comment #5 from Ralf Habacker ---
Created attachment 14308
--> https://sourceware.org/bugzilla/attachment.cgi?id=14308&action=edit
tests: assembler output of mentioned problem
generated by
i686-w64-mingw32-gcc -S -o test.s ~/src/test-
https://sourceware.org/bugzilla/show_bug.cgi?id=29523
--- Comment #6 from Ralf Habacker ---
(In reply to Ralf Habacker from comment #5)
The object file generated from the related source file with
$ cd ~/src/test-binutils/build
$ i686-w64-mingw32-gcc -c -o test.o ~/src/test-binutils/test.c -g
s
Hello Nick,
Thank you for your response.
Maybe the issue is only in Ubuntu 22.04
I was able to make it run in Ubuntu 22.04, by
adding something to the stack (assuming stack alignment issue).
It works fine after that.
Sample:
content of asm_program.asm:
.global main
.text
main:
* push %rbx*
https://sourceware.org/bugzilla/show_bug.cgi?id=29477
--- Comment #3 from Vladimir Mezentsev
---
I cloned git://git.musl-libc.org/musl, built and installed.
I fixed the build problems in gprofng/libcollector.
But I see that only musl-gcc is installed.
How can I install the musl c++ compiler ?
mu
12 matches
Mail list logo