https://sourceware.org/bugzilla/show_bug.cgi?id=17677
--- Comment #9 from cvs-commit at gcc dot gnu.org ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch,
It appears within the bfd/doc makefile it Assumes CC=pcc correctly but sets
CC_FOR_BUILD = gcc which is nowhere on the system. This creates the below
error when compiling binutils on a musl-pcc system. Setting CC_FOR_BUILD =
pcc manually allows chew to build.
Making info in doc
make[1]: Entering
https://sourceware.org/bugzilla/show_bug.cgi?id=17712
--- Comment #2 from Michael Rolle ---
Actually, a jump to an absolute 64-bit address using a 32-bit displacement
isn't possible anyway, no matter what the linker or loader tries to do.
So I think this instruction should be illegal in all case
https://sourceware.org/bugzilla/show_bug.cgi?id=17615
Jiong Wang changed:
What|Removed |Added
CC||jiwang at gcc dot gnu.org
Assi
https://sourceware.org/bugzilla/show_bug.cgi?id=17415
Jiong Wang changed:
What|Removed |Added
CC||jiwang at gcc dot gnu.org
Assi
https://sourceware.org/bugzilla/show_bug.cgi?id=17713
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=17713
--- Comment #2 from cvs-commit at gcc dot gnu.org ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch,
https://sourceware.org/bugzilla/show_bug.cgi?id=17713
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch,
https://sourceware.org/bugzilla/show_bug.cgi?id=17712
--- Comment #1 from Michael Rolle ---
Actually, it's worse than that. Look at the actual code bytes assembled.
Disassembly of section .text:
<.text>:
0: ff d0 call rax
2: ff d0