Displaying 9 results from an estimated 9 matches for "arith_yacc".
2012 Jul 02
0
[klibc:master] [ARITH] Avoid imaxdiv when only one of the results is wanted
...2.0.2, with -O0, -O2 or -Os), so it could just as well go entirely to
clean up the code a little bit.
Signed-off-by: Harald van Dijk <harald at gigawatt.nl>
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: maximilian attems <max at stro.at>
---
usr/dash/arith_yacc.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/usr/dash/arith_yacc.c b/usr/dash/arith_yacc.c
index bf21830..1a087c3 100644
--- a/usr/dash/arith_yacc.c
+++ b/usr/dash/arith_yacc.c
@@ -94,22 +94,13 @@ static inline int higher_prec(int op1, int op2)
static intmax...
2010 Mar 22
1
[git pull] dash, sh4, README's
...Kbuild | 21 +--
usr/dash/README.dash | 25 ++
usr/dash/README.klibc | 7 -
usr/dash/TOUR | 12 +-
usr/dash/arith.y | 155 ------------
usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++
usr/dash/arith_yacc.h | 89 +++++++
usr/dash/arith_yylex.c | 163 +++++++++----
usr/dash/bltin/test.c | 172 +++++++------
usr/dash/builtins.def.in...
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...Kbuild | 21 +--
usr/dash/README.dash | 25 ++
usr/dash/README.klibc | 7 -
usr/dash/TOUR | 12 +-
usr/dash/arith.y | 155 ------------
usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++
usr/dash/arith_yacc.h | 89 +++++++
usr/dash/arith_yylex.c | 163 +++++++++----
usr/dash/bltin/test.c | 194 +++++++++------
usr/dash/builtins.def.in...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...Kbuild | 21 +--
usr/dash/README.dash | 25 ++
usr/dash/README.klibc | 7 -
usr/dash/TOUR | 12 +-
usr/dash/arith.y | 155 ------------
usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++
usr/dash/arith_yacc.h | 89 +++++++
usr/dash/arith_yylex.c | 163 +++++++++----
usr/dash/bltin/test.c | 194 +++++++++------
usr/dash/builtins.def.in...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
...Kbuild | 21 +--
usr/dash/README.dash | 25 ++
usr/dash/README.klibc | 7 -
usr/dash/TOUR | 12 +-
usr/dash/arith.y | 155 ------------
usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++
usr/dash/arith_yacc.h | 89 +++++++
usr/dash/arith_yylex.c | 163 +++++++++----
usr/dash/bltin/test.c | 172 +++++++------
usr/dash/builtins.def.in...
2012 Oct 05
0
2.0.2 klibc release
...t
[klibc] [SHELL] Fix klibc DEBUG compilation
[klibc] dash: sync with latest git
[klibc] kbuild: Fix permissions of headers
[klibc]?dash:?resync?with?latest?git
scripts/Kbuild.install | 1 +
usr/dash/README.dash | 3 +-
usr/dash/arith_yacc.c | 9 ---
usr/dash/bltin/printf.c | 2 +-
usr/dash/config.h | 12 ++--
usr/dash/eval.c | 70 ++++++--------------
usr/dash/eval.h | 1 -
usr/dash/main.c...
2019 Jan 20
0
[klibc:master] Build and install kinit and sh without ".shared" suffix
...| 19 +++++++++++--------
usr/kinit/Kbuild | 33 ++++++++++++++++++---------------
2 files changed, 29 insertions(+), 23 deletions(-)
diff --git a/usr/dash/Kbuild b/usr/dash/Kbuild
index 8682c0d..c0f8dcb 100644
--- a/usr/dash/Kbuild
+++ b/usr/dash/Kbuild
@@ -18,22 +18,22 @@ init-o-files := alias.o arith_yacc.o arith_yylex.o cd.o error.o eval.o exec.o ex
gen-o-files := builtins.o init.o nodes.o syntax.o
-sh-y := $(init-o-files) $(gen-o-files)
+static/sh-y := $(init-o-files) $(gen-o-files)
hostprogs-y := mkinit mksyntax mknodes mksignames
gen-h-files := builtins.h nodes.h syntax.h token.h
-sta...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
.../trunk/packages/klibc-2.0.2/usr/dash -I/root/ofs/trunk/packages/klibc-2.0.2/usr/dash -include /root/ofs/trunk/packages/klibc-2.0.2/usr/dash/config.h -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -c -o usr/dash/alias.o usr/dash/alias.c
ppc-linux-gcc -Wp,-MD,usr/dash/.arith_yacc.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/trunk/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux