2002-02-07 04:52:18 +01:00
|
|
|
|
# Copyright (C) 1991,92,93,94,95,96,97,98,2001,02
|
|
|
|
|
# Free Software Foundation, Inc.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
# This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
|
|
# The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 06:58:11 +02:00
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
|
# version 2.1 of the License, or (at your option) any later version.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
|
|
|
|
# The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 06:58:11 +02:00
|
|
|
|
# Lesser General Public License for more details.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
2001-07-06 06:58:11 +02:00
|
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
# License along with the GNU C Library; if not, write to the Free
|
|
|
|
|
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
|
|
|
# 02111-1307 USA.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
|
|
|
|
subdir := mach
|
|
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
|
|
# Some things below (but before including Rules) use configuration variables.
|
|
|
|
|
include ../Makeconfig
|
|
|
|
|
|
|
|
|
|
|
1995-03-27 19:44:04 +02:00
|
|
|
|
headers = mach_init.h mach.h mach_error.h mach-shortcuts.h mach/mach_traps.h \
|
1995-02-18 02:27:10 +01:00
|
|
|
|
$(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
|
|
|
|
|
$(lock-headers) machine-sp.h
|
|
|
|
|
distribute = thread_state.h
|
1995-04-01 11:01:49 +02:00
|
|
|
|
lock = spin-solid spin-lock mutex-init mutex-solid
|
1995-02-18 02:27:10 +01:00
|
|
|
|
lock-headers = lock-intern.h machine-lock.h spin-lock.h
|
|
|
|
|
routines = $(mach-syscalls) $(mach-shortcuts) \
|
|
|
|
|
mach_init mig_strncpy msg \
|
|
|
|
|
mig-alloc mig-dealloc mig-reply \
|
|
|
|
|
msg-destroy msgserver \
|
|
|
|
|
mach_error errstring error_compat errsystems \
|
2002-02-17 08:13:23 +01:00
|
|
|
|
devstream setup-thread $(lock)
|
|
|
|
|
|
1995-02-18 02:27:10 +01:00
|
|
|
|
# The RPC interfaces go in a separate library.
|
Thu Mar 16 00:04:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* locale/C-ctype.c: New correct data generated by drepper.
* Rules: Don't use $(libc.a).
Parsing of grouped numbers contributed by Ulrich Drepper.
* stdlib/strtol.c (__strtol_internal): Renamed from strtol. Take
new flag arg; if nonzero, parse locale-dependent thousands
grouping and interpret only the prefix that is correctly grouped.
(strtol): Define this to call _strtol_internal with zero for the flag.
Use a weak symbol for the definition.
* stdlib/strtod.c (strtod, __strtod_internal): Likewise.
Check for the exponent of the number overflowing the float format.
* stdlib/stdlib.h (__strtof, __strtold): Declarations removed.
(__strto{f,d,ld,l,ul,q,uq}_internal): Declare these functions.
[__OPTIMIZE__]: Define inline functions calling those.
* stdlib/grouping.h: New file, written by drepper.
* stdlib/Makefile (distribute): Add grouping.h.
* stdio/vfscanf.c: Grok %' modifier to numeric conversions. Call
__strtoX_internal with the grouping flag set iff the modifier is
present.
Wed Mar 15 00:40:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/generic/memchr.c: Fix typos: limit.h -> limits.h.
* mach/Machrules: Produce static deps for all object flavors.
[interface-library]: Remove all these variables and rules.
($(interface-library)-routines): Define this variable.
(extra-libs): Append $(interface-library) to this.
* mach/Makefile (interface-library): Omit .a suffix.
* hurd/Makefile: Likewise.
Tue Mar 14 23:40:31 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdio/internals.c (flushbuf): If !FLUSH_ONLY, don't skip out
early if no new data in buffer after priming.
* Makerules (object-suffixes, libtypes): Move all these variables
to Makeconfig.
* Makeconfig (object-suffixes, libtypes): Moved here from Makerules.
* Makerules (build-extra-lib): New canned sequence.
* sysdeps/mach/hurd/euidaccess.c: Include fcntl.h. Declare ERR;
fix uses of FILE and PORT. Remove bogus weak alias for `access'.
* sysdeps/mach/hurd/dirfd.c: Include hurd/fd.h and errno.h.
Add missing semicolon.
* sysdeps/mach/hurd/opendir.c: Include hurd/fd.h. Use a `struct
hurd_fd *' temp var, since DIRP->__fd is a `void *'.
* sysdeps/mach/hurd/readdir.c: Include hurd/fd.h.
* stdlib/wcstombs.c: #if 0 out code for non-ASCII chars until the
locale data format is implemented.
* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
Pass &__sigreturn on the stack to the trampoline code, so it is
not position-dependent.
* stdio/printf_fp.c (NDEBUG): Define this to disable assert.
Don't include <stdarg.h>.
(__printf_fp): Last arg ARGS is now `const void **const';
dereference ARGS[0] instead of using va_arg.
* locale/setlocale.c: In LC_ALL case, initialize CATEGORY before
loop to install data.
* locale/loadlocale.c (_nl_category_num_items): Use _NL_ITEM_INDEX
to extract number from item code.
(_nl_load_locale): Close the descriptor when finished.
* malloc/realloc.c (_realloc_internal): Call _malloc_internal in
place of malloc.
* time/tzfile.c (__tzfile_default): Initialize RULE_STDOFF to zero.
1995-03-16 06:32:45 +01:00
|
|
|
|
interface-library := libmachuser
|
2002-02-17 08:13:23 +01:00
|
|
|
|
|
1996-06-05 21:07:37 +02:00
|
|
|
|
# We produce mach_interface.h from mach.defs because there is already a
|
|
|
|
|
# <mach/mach.h> that is not the interface header (thanks CMU).
|
2002-02-17 08:13:23 +01:00
|
|
|
|
mach-interface-list := $(patsubst mach,mach_interface,$(mach-interface-list))
|
1996-06-05 21:52:56 +02:00
|
|
|
|
mach/mach_interface.defs = mach/mach.defs
|
2002-02-17 08:13:23 +01:00
|
|
|
|
|
1996-06-05 21:52:56 +02:00
|
|
|
|
# Similarly for memory_object_user vs. memory_object
|
2002-02-17 08:13:23 +01:00
|
|
|
|
mach-interface-list := $(patsubst memory_object,memory_object_user,\
|
|
|
|
|
$(mach-interface-list))
|
1996-06-05 21:52:56 +02:00
|
|
|
|
mach/memory_object_user.defs = mach/memory_object.defs
|
2002-02-17 08:13:23 +01:00
|
|
|
|
|
|
|
|
|
user-interfaces := $(addprefix mach/,$(mach-interface-list) \
|
|
|
|
|
mach_port mach_host exc \
|
|
|
|
|
)\
|
|
|
|
|
$(addprefix device/,device device_request)
|
|
|
|
|
|
1996-02-14 07:39:32 +01:00
|
|
|
|
server-interfaces := mach/exc
|
2002-02-17 08:13:23 +01:00
|
|
|
|
|
1995-02-18 02:27:10 +01:00
|
|
|
|
# It is important that we do not use the wildcard function to expand
|
|
|
|
|
# `err_*.sub'. Leaving the wildcard allows Make-dist to find all matching
|
|
|
|
|
# files in all sysdep directories.
|
|
|
|
|
distribute += Machrules syscalls.awk shortcut.awk \
|
1996-09-11 04:48:08 +02:00
|
|
|
|
errorlib.h err_*.sub errsystems.awk
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
|
|
|
|
# Clear any environment value.
|
|
|
|
|
generated =
|
|
|
|
|
|
2002-02-19 01:22:30 +01:00
|
|
|
|
# Translate GNU names for CPUs into the names used in Mach header files.
|
|
|
|
|
mach-machine = $(patsubst powerpc,ppc,$(base-machine))
|
|
|
|
|
|
1995-02-18 02:27:10 +01:00
|
|
|
|
# Define mach-syscalls and sysno-*.
|
|
|
|
|
ifndef inhibit_mach_syscalls
|
1998-09-04 12:57:18 +02:00
|
|
|
|
-include $(objpfx)mach-syscalls.mk
|
1995-02-18 02:27:10 +01:00
|
|
|
|
endif
|
1996-05-12 18:38:08 +02:00
|
|
|
|
$(objpfx)mach-syscalls.mk: syscalls.awk Makefile
|
1995-02-18 02:27:10 +01:00
|
|
|
|
# Go kludges!!!
|
1998-07-14 17:37:33 +02:00
|
|
|
|
$(make-target-directory)
|
2001-12-02 23:13:05 +01:00
|
|
|
|
# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
|
1996-05-12 18:38:08 +02:00
|
|
|
|
echo '#include <mach/syscall_sw.h>' | \
|
2003-05-28 23:05:12 +02:00
|
|
|
|
$(CC) $(CFLAGS) $(CPPFLAGS) -E -MD -MP -MF $@-dep -MT $@ \
|
|
|
|
|
-x c-header - \
|
2002-02-19 01:22:30 +01:00
|
|
|
|
-D_MACH_`echo $(mach-machine) | tr a-z A-Z`_SYSCALL_SW_H_=1 | \
|
1996-05-12 18:38:08 +02:00
|
|
|
|
sed -n -e 's/^kernel_trap(\(.*\),\([-0-9]*\),\([0-9]*\))$$/\1 \2 \3/p'\
|
1998-04-21 20:15:51 +02:00
|
|
|
|
| $(AWK) -f $< > $@-new
|
2003-05-28 23:05:12 +02:00
|
|
|
|
ifneq (,$(objpfx))
|
|
|
|
|
sed $(sed-remove-objpfx) $@-dep >> $@-new
|
|
|
|
|
else
|
|
|
|
|
cat $@-dep >> $@-new
|
|
|
|
|
endif
|
|
|
|
|
rm -f $@-dep
|
1998-06-22 19:08:51 +02:00
|
|
|
|
mv -f $@-new $@
|
1995-02-18 02:27:10 +01:00
|
|
|
|
generated += mach-syscalls.mk
|
|
|
|
|
|
|
|
|
|
ifndef mach-syscalls
|
|
|
|
|
# We cannot make the deps properly until we know how to make the system
|
|
|
|
|
# call functions, and for that we must know what they all are.
|
|
|
|
|
no_deps=t
|
|
|
|
|
else
|
|
|
|
|
$(mach-syscalls:%=$(objpfx)%.S): $(objpfx)%.S: $(objpfx)mach-syscalls.mk
|
2002-05-13 03:48:25 +02:00
|
|
|
|
(echo '#include <sysdep.h>'; \
|
|
|
|
|
echo 'kernel_trap (__$*,$(sysno-$*),$(nargs-$*))'; \
|
1995-02-18 02:27:10 +01:00
|
|
|
|
echo 'weak_alias (__$*, $*)') > $@-new
|
1998-06-22 19:08:51 +02:00
|
|
|
|
mv -f $@-new $@
|
1995-02-18 02:27:10 +01:00
|
|
|
|
generated += $(mach-syscalls:=.S)
|
|
|
|
|
endif # mach-syscalls
|
|
|
|
|
|
2002-02-19 01:22:30 +01:00
|
|
|
|
# These syscalls that look like RPCs actually have no RPC equivalents.
|
|
|
|
|
mach-shortcuts := $(filter-out device_writev_request \
|
|
|
|
|
device_read_overwrite_request \
|
|
|
|
|
device_read_overwrite \
|
|
|
|
|
vm_read_overwrite \
|
|
|
|
|
thread_switch \
|
|
|
|
|
,\
|
1995-02-18 02:27:10 +01:00
|
|
|
|
$(patsubst syscall_%,%,$(filter syscall_%,$(mach-syscalls))))
|
|
|
|
|
|
|
|
|
|
ifndef mach-shortcuts
|
|
|
|
|
# Forget about mach_interface.defs for this run. On the next run,
|
|
|
|
|
# $(mach-shortcuts) will be set, and that will change how
|
|
|
|
|
# mach_interface.defs is processed: it will get the -D flags below.
|
2002-02-17 08:13:23 +01:00
|
|
|
|
user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \
|
1995-02-18 02:27:10 +01:00
|
|
|
|
mach/mach_port mach/mach_host mach/mach4 \
|
|
|
|
|
device/device_request,\
|
|
|
|
|
$(user-interfaces))
|
|
|
|
|
endif
|
|
|
|
|
|
1996-08-29 21:45:04 +02:00
|
|
|
|
# For some reason, the calls in this file are `protected' by an ifdef.
|
|
|
|
|
MIGFLAGS-mach/mach4=-DMACH_PCSAMPLE
|
|
|
|
|
|
1995-02-18 02:27:10 +01:00
|
|
|
|
# Make the MiG stubs for $(mach-shortcuts) be CALL_rpc.
|
|
|
|
|
migdefines += $(foreach call,$(mach-shortcuts),-D$(call)=$(call)_rpc)
|
2002-02-17 08:13:23 +01:00
|
|
|
|
$(mach-interface-list:%=mach/%.uh) \
|
|
|
|
|
mach/mach_host.uh mach/mach_port.uh: $(objpfx)mach-syscalls.mk
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
|
|
|
|
ifdef mach-shortcuts
|
|
|
|
|
$(mach-shortcuts:%=$(objpfx)%.c): $(objpfx)%.c: shortcut.awk \
|
|
|
|
|
$(objpfx)RPC_%_rpc.c
|
1998-04-21 20:15:51 +02:00
|
|
|
|
$(AWK) -v alias=$* -v call=__$* -v rpc=__$*_rpc \
|
|
|
|
|
-v syscall=__syscall_$* -f $^ > $@-new
|
1998-06-22 19:08:51 +02:00
|
|
|
|
mv -f $@-new $@
|
1995-02-18 02:27:10 +01:00
|
|
|
|
generated += $(mach-shortcuts:%=%.c)
|
|
|
|
|
endif # mach-shortcuts
|
|
|
|
|
|
|
|
|
|
# Generate mach-shortcuts.h, which will contain the prototypes for the
|
|
|
|
|
# shortcutted kernel RPC functions.
|
2002-02-17 08:13:23 +01:00
|
|
|
|
$(objpfx)mach-shortcuts.h: $(mach-interface-list:%=$(objpfx)mach/%.h) \
|
1996-08-13 01:22:12 +02:00
|
|
|
|
$(objpfx)mach/mach_host.h \
|
1995-02-18 02:27:10 +01:00
|
|
|
|
$(objpfx)mach/mach_port.h
|
|
|
|
|
# The first line gets us one paragraph per line, with @s separating real lines.
|
|
|
|
|
# The second line selects paragraphs for the shortcutted functions.
|
1996-12-20 02:39:50 +01:00
|
|
|
|
# The third line removes `_rpc' from the names and reconstitutes the lines.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
cat $^ | tr \\012 @ | sed s/@@/@%/g | tr % \\012 \
|
|
|
|
|
| grep '^/\* Routine [a-z0-9_]*_rpc \*/' \
|
|
|
|
|
| sed 's/_rpc//g' | tr @ \\012 > $@-new
|
1998-06-22 19:08:51 +02:00
|
|
|
|
mv -f $@-new $@
|
1995-02-18 02:27:10 +01:00
|
|
|
|
generated += mach-shortcuts.h
|
|
|
|
|
|
|
|
|
|
before-compile += $(objpfx)mach-shortcuts.h
|
|
|
|
|
|
|
|
|
|
include Machrules
|
|
|
|
|
include ../Rules
|
|
|
|
|
|
|
|
|
|
|
1995-05-08 11:11:25 +02:00
|
|
|
|
# A gcc bug prevents the generated file from working properly,
|
|
|
|
|
# so we have one in the distribution for the time being.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
generated += errsystems.c
|
|
|
|
|
$(objpfx)errsystems.c: errsystems.awk err_*.sub \
|
|
|
|
|
$(wildcard $(addsuffix /err_*.sub,$(+sysdep_dirs)))
|
1998-04-21 20:15:51 +02:00
|
|
|
|
$(AWK) -v subsys='$(filter-out $<,$^)' -f $^ > $@.n
|
1998-06-22 19:08:51 +02:00
|
|
|
|
mv -f $@.n $@
|
2002-12-31 03:04:37 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Convenient target to update all the generated source files.
|
|
|
|
|
.PHONY: generated
|
|
|
|
|
generated: $(addprefix $(common-objpfx),$(common-generated)) \
|
|
|
|
|
$(addprefix $(objpfx),$(generated))
|
2003-02-15 23:59:19 +01:00
|
|
|
|
|
|
|
|
|
.PHONY: mach-before-compile
|
|
|
|
|
mach-before-compile: $(mach-before-compile)
|