netbsd-src/lib/libarch
uwe 01a19e2f71 sparc_v8.S: fix v8 .mul/.umul versions to conform to psABI
Both .mul and .umul are defined to return the most significant 32 bits
of the result in %o1, but v8 multiplication instructions put them in
%y.  Move them to %o1.  Nothing in the gcc generated code depends on
this, but hand-written assembly can rely on this and e.g. Self does.
2023-09-11 12:00:45 +00:00
..
alpha Fix -O0 build; <machine/bwx.h> should be included after ".arch ev56" pseudo-op. 2017-02-20 15:23:43 +00:00
arm
i386 Bump - removal of i386_vm86 and i386_pmc. 2017-08-12 19:48:28 +00:00
m68k
sparc sparc_v8.S: fix v8 .mul/.umul versions to conform to psABI 2023-09-11 12:00:45 +00:00
x86_64
Makefile