freebsd-dev/sys/boot/i386/kgzldr/kgzldr.m4
Robert Nordier 9e3377b8b3 Support a.out: avoid (%dx) in in/out instructions, and use an m4
macro to supply underscores for externals.
2000-11-04 13:03:52 +00:00

19 lines
531 B
Plaintext

#
# Copyright (c) 2000 Robert Nordier
# All rights reserved.
#
# Redistribution and use in source and binary forms are freely
# permitted provided that the above copyright notice and this
# paragraph and the following disclaimer are duplicated in all
# such forms.
#
# This software is provided "AS IS" and without any express or
# implied warranties, including, without limitation, the implied
# warranties of merchantability and fitness for a particular
# purpose.
#
# $FreeBSD$
define(_,`ifelse(OBJFORMAT,`aout',`_$1',`$1')')