No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gdb6 / sim / common / gennltvals.sh
blob8e8ad543361063c8879227d0b4a4c44f03d5a047
1 #! /bin/sh
2 # Generate nltvals.def, a file that describes various newlib/libgloss
3 # target values used by the host/target interface.
5 # Syntax: /bin/sh gennltvals.sh shell srcroot cpp
7 shell=$1
8 srcroot=$2
9 cpp=$3
11 srccom=$srcroot/sim/common
13 echo '/* Newlib/libgloss macro values needed by remote target support. */'
14 echo '/* This file is machine generated by gennltvals.sh. */'
16 $shell ${srccom}/gentvals.sh "" errno ${srcroot}/newlib/libc/include \
17 "errno.h sys/errno.h" 'E[A-Z0-9]*' "${cpp}"
19 $shell ${srccom}/gentvals.sh "" signal ${srcroot}/newlib/libc/include \
20 "signal.h sys/signal.h" 'SIG[A-Z0-9]*' "${cpp}"
22 $shell ${srccom}/gentvals.sh "" open ${srcroot}/newlib/libc/include \
23 "fcntl.h sys/fcntl.h" 'O_[A-Z0-9]*' "${cpp}"
25 # Unfortunately, each newlib/libgloss port has seen fit to define their own
26 # syscall.h file. This means that system call numbers can vary for each port.
27 # Support for all this crud is kept here, rather than trying to get too fancy.
28 # If you want to try to improve this, please do, but don't break anything.
29 # Note that there is a standard syscall.h file (libgloss/syscall.h) now which
30 # hopefully more targets can use.
32 dir=newlib/libc/sys/d10v/sys target=d10v
33 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
34 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
36 # OBSOLETE dir=libgloss target=d30v
37 # OBSOLETE $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
38 # OBSOLETE "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
40 dir=libgloss target=fr30
41 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
42 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
44 dir=libgloss target=frv
45 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
46 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
48 dir=libgloss/i960 target=i960
49 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
50 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
52 dir=libgloss target=m32r
53 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
54 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
56 dir=libgloss target=mn10200
57 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
58 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
60 dir=libgloss target=mn10300
61 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
62 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
64 dir=libgloss target=sparc
65 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
66 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
68 dir=libgloss/v850/sys target=v850
69 $shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
70 "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"