Searched hist:220337 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dlib.hdiff 220337 Mon Apr 04 18:40:25 MDT 2011 rdivacky Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.
This modifies CFLAGS and tweaks sio.S to use the new calling convention.
The sio_init() and sio_putc() prototypes are modified so that other
users of this code know the correct calling convention.

This makes the code smaller when compiled with clang.

Reviewed by: jhb
Tested by: me and Freddie Cash <fjwcash gmail com>
H A Dsio.Sdiff 220337 Mon Apr 04 18:40:25 MDT 2011 rdivacky Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.
This modifies CFLAGS and tweaks sio.S to use the new calling convention.
The sio_init() and sio_putc() prototypes are modified so that other
users of this code know the correct calling convention.

This makes the code smaller when compiled with clang.

Reviewed by: jhb
Tested by: me and Freddie Cash <fjwcash gmail com>
H A DMakefilediff 220337 Mon Apr 04 18:40:25 MDT 2011 rdivacky Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.
This modifies CFLAGS and tweaks sio.S to use the new calling convention.
The sio_init() and sio_putc() prototypes are modified so that other
users of this code know the correct calling convention.

This makes the code smaller when compiled with clang.

Reviewed by: jhb
Tested by: me and Freddie Cash <fjwcash gmail com>
/freebsd-10.2-release/sys/boot/pc98/boot2/
H A DMakefilediff 220361 Tue Apr 05 13:49:13 MDT 2011 nyan MFi386: revision 220337

Build boot2 with -mregparm=3.

Completed in 153 milliseconds