https://sourceware.org/bugzilla/show_bug.cgi?id=31527
Pekka Seppänen changed:
What|Removed |Added
CC||pexu at sourceware dot
mail.kapsi.
https://sourceware.org/bugzilla/show_bug.cgi?id=31527
--- Comment #18 from Simon Cook ---
Created attachment 15466
--> https://sourceware.org/bugzilla/attachment.cgi?id=15466&action=edit
Remove debug output
Oh drat, I missed that when I was scanning the final patch before submitting
(scanned f
https://sourceware.org/bugzilla/show_bug.cgi?id=31527
--- Comment #19 from Nick Clifton ---
Oops - I missed that too. Sorry.
Patch applied as commit: ab0a395b54d
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=31255
--- Comment #3 from Sourceware Commits ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8c8de179c20bf5225a08599bee21a60fcde898fc
commit 8c8de179c20bf5225a08599bee21a60fcde898
https://sourceware.org/bugzilla/show_bug.cgi?id=31255
--- Comment #4 from Nick Clifton ---
I have updated the example in the assembler documentation to make it clear that
the .altmacro pseudo-op is affecting the invocation of the macro, not the
definition.
--
You are receiving this mail because
https://sourceware.org/bugzilla/show_bug.cgi?id=30743
Nick Clifton changed:
What|Removed |Added
Attachment #15461|0 |1
is obsolete|
https://sourceware.org/bugzilla/show_bug.cgi?id=30743
--- Comment #10 from dave.anglin at bell dot net ---
On 2024-04-16 7:25 a.m., nickc at redhat dot com wrote:
> I dislike relying upon magic strings like "elf64-hppa", so how about this
> alternative patch which checks the vector itself ?
>
> (I
https://sourceware.org/bugzilla/show_bug.cgi?id=31540
--- Comment #8 from Alan Modra ---
Nick, your change to binutils/testsuite/binutils-all/pr25662.ld results in
arc-elf +FAIL: objcopy executable (pr25662)
arc-linux-uclibc +FAIL: objcopy executable (pr25662)
bfin-linux-uclibc +FAIL: objcopy
https://sourceware.org/bugzilla/show_bug.cgi?id=31540
--- Comment #9 from Nick Clifton ---
Hi Alan,
> https://sourceware.org/bugzilla/show_bug.cgi?id=31540
>
> --- Comment #8 from Alan Modra ---
> Nick, your change to binutils/testsuite/binutils-all/pr25662.ld results in
> arc-elf +FAIL: obj
https://sourceware.org/bugzilla/show_bug.cgi?id=30743
Nick Clifton changed:
What|Removed |Added
Attachment #15467|0 |1
is obsolete|
https://sourceware.org/bugzilla/show_bug.cgi?id=30743
--- Comment #12 from dave.anglin at bell dot net ---
On 2024-04-16 9:54 a.m., nickc at redhat dot com wrote:
> Like this ?
Looks good. Will test.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #4 from Carlos Eduardo Seo ---
(In reply to Andrew Pinski from comment #2)
> Note also the jenkins does not keep around the .log files from the testsuite
> is it is not very useful info except something failed ...
Yes it does:
htt
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #5 from Andrew Pinski ---
Oh note it is with -flto .
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #6 from Andrew Pinski ---
It looks like the link against libstdc++v3.so is not happening ...
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30893
Kurt Goebel changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=29477
Kurt Goebel changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=29593
Kurt Goebel changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=30779
Kurt Goebel changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #7 from H.J. Lu ---
(In reply to Carlos Eduardo Seo from comment #4)
> (In reply to H.J. Lu from comment #3)
> > I can't reproduce it on Linux/x86-64. If it still fails with master branch,
> > please find a testcase which can be r
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #8 from Carlos Eduardo Seo ---
(In reply to H.J. Lu from comment #7)
> (In reply to Carlos Eduardo Seo from comment #4)
> > (In reply to H.J. Lu from comment #3)
> > > I can't reproduce it on Linux/x86-64. If it still fails with m
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #9 from H.J. Lu ---
(In reply to Carlos Eduardo Seo from comment #8)
> (In reply to H.J. Lu from comment #7)
> > (In reply to Carlos Eduardo Seo from comment #4)
> > > (In reply to H.J. Lu from comment #3)
> > > > I can't reproduce
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #10 from Sam James ---
I had a build where this might have happened on amd64. I will look but I can't
promise to spend hours on it. I'll include the files if I can repro.
--
You are receiving this mail because:
You are on the CC
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
H.J. Lu changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |hjl.tools at gmail dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #12 from H.J. Lu ---
Created attachment 15469
--> https://sourceware.org/bugzilla/attachment.cgi?id=15469&action=edit
A testcase
[hjl@gnu-cfl-3 31644]$ make
gcc -B./ -g -flto -c -o x.o x.c
gcc -B./ -g -c -o foo.o foo.c
ar -r
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #13 from H.J. Lu ---
A patch is posted at
https://sourceware.org/pipermail/binutils/2024-April/133632.html
--
You are receiving this mail because:
You are on the CC list for the bug.
On Thu, Apr 11, 2024 at 04:32:31AM +0200, oset wrote:
> Why is 32-bit objdump not able to read 64-bit executable?
It can, if you configure bfd with the targets you require. If you
don't select a 64-bit target the you need to use --enable-64-bit-bfd.
--
Alan Modra
Australia Development Lab, IBM
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
--- Comment #14 from Sourceware Commits ---
The master branch has been updated by H.J. Lu :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c2fbf57864a2da2ceda81706a54d125ef3fce0a7
commit c2fbf57864a2da2ceda81706a54d125ef3fce0a7
A
https://sourceware.org/bugzilla/show_bug.cgi?id=31644
H.J. Lu changed:
What|Removed |Added
Target Milestone|--- |2.43
Status|ASSIGNED
28 matches
Mail list logo