OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [sim/] [common/] [gennltvals.sh] - Diff between revs 24 and 147

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 24 Rev 147
Line 18... Line 18...
 
 
$shell ${srccom}/gentvals.sh "" signal ${srcroot}/newlib/libc/include \
$shell ${srccom}/gentvals.sh "" signal ${srcroot}/newlib/libc/include \
        "signal.h sys/signal.h" 'SIG[A-Z0-9]*' "${cpp}"
        "signal.h sys/signal.h" 'SIG[A-Z0-9]*' "${cpp}"
 
 
$shell ${srccom}/gentvals.sh "" open ${srcroot}/newlib/libc/include \
$shell ${srccom}/gentvals.sh "" open ${srcroot}/newlib/libc/include \
        "fcntl.h sys/fcntl.h" 'O_[A-Z0-9]*' "${cpp}"
        "fcntl.h sys/fcntl.h sys/_default_fcntl.h" 'O_[A-Z0-9]*' "${cpp}"
 
 
# Unfortunately, each newlib/libgloss port has seen fit to define their own
# Unfortunately, each newlib/libgloss port has seen fit to define their own
# syscall.h file.  This means that system call numbers can vary for each port.
# syscall.h file.  This means that system call numbers can vary for each port.
# Support for all this crud is kept here, rather than trying to get too fancy.
# Support for all this crud is kept here, rather than trying to get too fancy.
# If you want to try to improve this, please do, but don't break anything.
# If you want to try to improve this, please do, but don't break anything.
Line 51... Line 51...
 
 
dir=libgloss target=m32r
dir=libgloss target=m32r
$shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
$shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
        "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
        "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
 
 
 
dir=libgloss target=or32
 
$shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
 
        "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
 
 
dir=libgloss target=mn10200
dir=libgloss target=mn10200
$shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
$shell ${srccom}/gentvals.sh $target sys ${srcroot}/$dir \
        "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
        "syscall.h" 'SYS_[_A-Za-z0-9]*' "${cpp}"
 
 
dir=libgloss target=mn10300
dir=libgloss target=mn10300

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.