public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)
[not found] <bug-9566-4717@http.sourceware.org/bugzilla/>
@ 2014-03-14 0:46 ` vapier at gentoo dot org
2015-03-29 22:03 ` vapier at gentoo dot org
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: vapier at gentoo dot org @ 2014-03-14 0:46 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=9566
Mike Frysinger <vapier at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vapier at gentoo dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)
[not found] <bug-9566-4717@http.sourceware.org/bugzilla/>
2014-03-14 0:46 ` [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken) vapier at gentoo dot org
@ 2015-03-29 22:03 ` vapier at gentoo dot org
2021-10-31 17:11 ` [Bug sim/9566] sim: ppc: " vapier at gentoo dot org
2021-10-31 17:24 ` vapier at gentoo dot org
3 siblings, 0 replies; 7+ messages in thread
From: vapier at gentoo dot org @ 2015-03-29 22:03 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=9566
Mike Frysinger <vapier at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |powerpc-*
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug sim/9566] sim: ppc: altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)
[not found] <bug-9566-4717@http.sourceware.org/bugzilla/>
2014-03-14 0:46 ` [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken) vapier at gentoo dot org
2015-03-29 22:03 ` vapier at gentoo dot org
@ 2021-10-31 17:11 ` vapier at gentoo dot org
2021-10-31 17:24 ` vapier at gentoo dot org
3 siblings, 0 replies; 7+ messages in thread
From: vapier at gentoo dot org @ 2021-10-31 17:11 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=9566
Mike Frysinger <vapier at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[patch] altivec fixes |sim: ppc: altivec fixes
|(vcfsx, vcfux, merge, pack |(vcfsx, vcfux, merge, pack
|and other instructions |and other instructions
|broken) |broken)
--- Comment #5 from Mike Frysinger <vapier at gentoo dot org> ---
patches should be sent to the mailing list for review nowadays
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug sim/9566] sim: ppc: altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)
[not found] <bug-9566-4717@http.sourceware.org/bugzilla/>
` (2 preceding siblings ...)
2021-10-31 17:11 ` [Bug sim/9566] sim: ppc: " vapier at gentoo dot org
@ 2021-10-31 17:24 ` vapier at gentoo dot org
3 siblings, 0 replies; 7+ messages in thread
From: vapier at gentoo dot org @ 2021-10-31 17:24 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=9566
Mike Frysinger <vapier at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |8411
Referenced Bugs:
https://sourceware.org/bugzilla/show_bug.cgi?id=8411
[Bug 8411] sim: ppc: altivec vsldoi and vpkuwum broken
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)
[not found] <20080531052801.9566.strauman@slac.stanford.edu>
2009-03-08 5:05 ` [Bug sim/9566] [patch] " bauermann at sourceware dot org
2009-03-28 9:49 ` strauman at slac dot stanford dot edu
@ 2009-03-28 9:55 ` strauman at slac dot stanford dot edu
2 siblings, 0 replies; 7+ messages in thread
From: strauman at slac dot stanford dot edu @ 2009-03-28 9:55 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From strauman at slac dot stanford dot edu 2009-03-28 09:55 -------
NOTE: Gnats PR#1306 mentioned here is now bugzilla bug #8411
--
http://sourceware.org/bugzilla/show_bug.cgi?id=9566
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)
[not found] <20080531052801.9566.strauman@slac.stanford.edu>
2009-03-08 5:05 ` [Bug sim/9566] [patch] " bauermann at sourceware dot org
@ 2009-03-28 9:49 ` strauman at slac dot stanford dot edu
2009-03-28 9:55 ` strauman at slac dot stanford dot edu
2 siblings, 0 replies; 7+ messages in thread
From: strauman at slac dot stanford dot edu @ 2009-03-28 9:49 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From strauman at slac dot stanford dot edu 2009-03-28 09:49 -------
Created an attachment (id=3853)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3853&action=view)
updated patch; fixes broken vcmpbfpx instruction, too
psim-altivec-fixes-2.diff supersedes/obsoletes earlier versions
of the patch. This version fixes 'vcmpbfpx', too. The instruction
should check
a <= b && a >= -b
but did test
a <= b && a >= +b
instead.
--
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3594 is|0 |1
obsolete| |
http://sourceware.org/bugzilla/show_bug.cgi?id=9566
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)
[not found] <20080531052801.9566.strauman@slac.stanford.edu>
@ 2009-03-08 5:05 ` bauermann at sourceware dot org
2009-03-28 9:49 ` strauman at slac dot stanford dot edu
2009-03-28 9:55 ` strauman at slac dot stanford dot edu
2 siblings, 0 replies; 7+ messages in thread
From: bauermann at sourceware dot org @ 2009-03-08 5:05 UTC (permalink / raw)
To: gdb-prs
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|altivec fixes (vcfsx, vcfux,|[patch] altivec fixes
|merge, pack and other |(vcfsx, vcfux, merge, pack
|instructions broken) |and other instructions
| |broken)
http://sourceware.org/bugzilla/show_bug.cgi?id=9566
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-10-31 17:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-9566-4717@http.sourceware.org/bugzilla/>
2014-03-14 0:46 ` [Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken) vapier at gentoo dot org
2015-03-29 22:03 ` vapier at gentoo dot org
2021-10-31 17:11 ` [Bug sim/9566] sim: ppc: " vapier at gentoo dot org
2021-10-31 17:24 ` vapier at gentoo dot org
[not found] <20080531052801.9566.strauman@slac.stanford.edu>
2009-03-08 5:05 ` [Bug sim/9566] [patch] " bauermann at sourceware dot org
2009-03-28 9:49 ` strauman at slac dot stanford dot edu
2009-03-28 9:55 ` strauman at slac dot stanford dot edu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).