NetBSD/sys/arch/m68k
kleink fe3c9ceaf7 * Move definitions of exact-width integer types from <machine/types.h>
to <sys/types.h> and <sys/stdint.h>.
* Add a new C99 <stdint.h> header, which provides integer types of
  explicit width, related limits and integer constant macros.
* Extend <inttypes.h> to provide <stdint.h> definitions and format
  macros for printf() and scanf().
* Add C99 strtoimax() and strtoumax() functions.
* Use the latter within scanf().
* Add C99 %j, %t and %z printf()/scanf() conversions for
  intmax_t, pointer-type and size_t arguments.
2001-04-28 15:41:28 +00:00
..
060sp Prepare for the m68k ELF transition: 2000-11-30 21:00:51 +00:00
conf Unification of the m68k syscall() function. 2000-12-19 21:09:54 +00:00
fpe Don't use the frames' provided EA yet; something is wrong. 2001-03-01 22:01:52 +00:00
fpsp Make this new-GAS ready. Code by Steve Woodford. 2000-12-06 21:31:05 +00:00
include * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
m68k Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
Makefile
Makefile.inc