gforth: gforth/Attic/sparc.h
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
(as text)
Revision 1.18
Wed May 21 20:39:40 1997 UTC (16 years ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.17: +0 -0 lines
FILE REMOVED
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.
Revision 1.17
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Mar 4 17:49:56 1997 UTC (16 years, 2 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-3-0
Changes since 1.16: +0 -2 lines
Diff to previous 1.16
,
to selected 1.5
added double indirect threaded version and making of fully relocatable images.
added gforth-makeimage script for making fully relocatable images.
removed locals bug in if else endif constructs.
added mmap support for machines without MAP_ANON
removed command-line options -c and -o
moved definition of DOES_HANDLER_SIZE from machine.h to forth.h.
added hpux FLUSH_ICACHE in m68k.h
made source words print decimal
Revision 1.16
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Fri Jul 26 15:28:32 1996 UTC (16 years, 10 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-2-0,
v0-2-1
Changes since 1.15: +14 -5 lines
Diff to previous 1.15
,
to selected 1.5
adapted DOES_CODE in alpha.h m68k.h mips.h power.h and sparc.h
worked around a bug in SunOS4 in prims2x.fs
fixed typo in main.c
Revision 1.15
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Mar 18 19:26:06 1996 UTC (17 years, 2 months ago) by anton
Branch:
MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
,
to selected 1.5
minor changes
Revision 1.14
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Nov 27 00:53:53 1995 UTC (17 years, 6 months ago) by anton
Branch:
MAIN
CVS Tags:
gforth-0_1beta
Changes since 1.13: +6 -2 lines
Diff to previous 1.13
,
to selected 1.5
fixed another SPARC direct threading bug
Revision 1.13
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Fri Nov 24 18:05:35 1995 UTC (17 years, 6 months ago) by anton
Branch:
MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
,
to selected 1.5
added site-int.fs and, more importantly, support for it.
Fixed bugs in SPARC CACHE_FLUSH
Revision 1.12
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Nov 7 18:07:00 1995 UTC (17 years, 6 months ago) by anton
Branch:
MAIN
Changes since 1.11: +18 -4 lines
Diff to previous 1.11
,
to selected 1.5
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
assertions and ~~
Revision 1.11
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sat Oct 7 17:38:20 1995 UTC (17 years, 7 months ago) by anton
Branch:
MAIN
Changes since 1.10: +7 -5 lines
Diff to previous 1.10
,
to selected 1.5
added code.fs (code, ;code, end-code, assembler)
renamed dostruc to dofield
made index and doc-entries nicer
Only words containing 'e' or 'E' are converted to FP numbers.
added many wordset comments
added flush-icache primitive and FLUSH_ICACHE macro
added +DO, U+DO, -DO, U-DO and -LOOP
added code address labels (`docol:' etc.)
fixed sparc cache_flush
Revision 1.10
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Jan 18 18:41:44 1995 UTC (18 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.9: +2 -4 lines
Diff to previous 1.9
,
to selected 1.5
worked a bit on m68k.h and power.h
moved hyperbolic functions and falog to primitives
Revision 1.9
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Jan 10 18:46:05 1995 UTC (18 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.8: +4 -3 lines
Diff to previous 1.8
,
to selected 1.5
turned on direct threading on the SPARC by default
Revision 1.8
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Jan 10 18:34:29 1995 UTC (18 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7
,
to selected 1.5
cache flushing for direct threading is now done rigt on the SPARC
Revision 1.7
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Thu Jan 5 22:33:19 1995 UTC (18 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.6: +15 -1 lines
Diff to previous 1.6
,
to selected 1.5
Tried to add cache flushing to the sparc (but had to comment it out)
direct threading now gives a compile-time error for little-endian sparcs
Revision 1.6
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Jan 4 21:58:54 1995 UTC (18 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.5: +22 -9 lines
Diff to previous 1.5
Direct threading works on the SPARC now
Revision 1.5
-
(view)
(download)
(as text)
(annotate)
- [selected]
Fri Dec 16 18:14:57 1994 UTC (18 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
fixed a bug in sparc.h
brought strtoul closer to compiling on the SPARC (but it still does not)
Revision 1.4
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Dec 14 16:15:33 1994 UTC (18 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3
,
to selected 1.5
Fixed a few bugs in config.in
added USE_TOS and USE_FTOS to the machine.h files as appropriate
Revision 1.3
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Dec 12 17:10:51 1994 UTC (18 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.2: +5 -37 lines
Diff to previous 1.2
,
to selected 1.5
Reorganized configuration: configure is now created by autoconf from
configure.in; I still left it in the CVS repository because not
everyone has autoconf. decstation.h renamed to mips.h and apollo68k to
m68k. Added general 32bit.h description, which the other machine
descriptions use. Created/copied replacement files install-sh memcmp.c
memmove.c select.c (carved out from ecvt.c) strtol.c
strtoul.c. Bytesex is now handled by configure.
Deciding the threading method is now done in machine.h, this should
also be done for USE_TOS and USE_FTOS.
Revision 1.2
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Nov 29 16:22:49 1994 UTC (18 years, 5 months ago) by pazsan
Branch:
MAIN
Changes since 1.1: +10 -0 lines
Diff to previous 1.1
,
to selected 1.5
* added configure mode for DOS-Makefile:
configure -target=i386-<anythinh>-msdos<anyversion>
creates Makefile for DOS.
* checked in some mminor changes which never were checked in.
* added special startup file for DOS
Revision 1.1.1.1
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
(vendor branch)
Fri Feb 11 16:30:48 1994 UTC (19 years, 3 months ago) by anton
Branch:
no-vendor
CVS Tags:
alpha
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
,
to selected 1.5
The GNU Forth Project
Revision 1.1
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Fri Feb 11 16:30:47 1994 UTC (19 years, 3 months ago) by anton
Branch:
MAIN
Branch point for:
no-vendor
Diff
to selected 1.5
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.