thorpej
3b435a7396
Add register prefixes.
1999-10-25 23:48:07 +00:00
kleink
4e0adc06d5
When using the SVR4 ABI, return pointer results in a0, too.
1999-05-02 20:34:04 +00:00
jtc
f42ebd4897
#include <machine/asm.h> instead of "DEFS.h"
1997-01-04 03:26:18 +00:00
jtc
48030a80ae
Use jCC instead of bCC, as the assembler will then use the (smaller,
...
faster) byte-displacement form of the instruction if the offset will
fit. This happens to be all occurances in this case, so I could have
used bCCs. However, a quick survey of the rest of NetBSD's m68k code
showed that jCC was used in similar cases. I did the same to be
consistant.
1997-01-04 03:21:11 +00:00
thorpej
ed63b163c8
Fix a brain-o by me; if I'm going to use stuff in <machine/asm.h>, I better
...
darn well include it in the right place. "Hello, McFly!"
1995-11-28 23:40:47 +00:00
thorpej
bebc2d5787
New style RCS ids, and employ the RCSID() macro.
1995-11-17 20:21:10 +00:00
mycroft
e90d9fb8a6
Make the coding style more consistent.
1995-02-08 18:33:12 +00:00
mycroft
cd8e1bd162
No reason these can't share code...
1993-12-08 21:01:56 +00:00
paulus
5f70961885
Machine-dependent files for generic m68k machines (copied from hp300)
1993-11-25 23:36:47 +00:00