Commit Graph

2088 Commits

Author SHA1 Message Date
dtrg
9c722420dd Replaced calls to the custom strindex() and strrindex() functions with the
exactly equivalent and standard strchr() and strrchr() functions instead.
2006-07-23 20:01:02 +00:00
dtrg
e604ef3d4c Added support for the top target peephole optimiser. 2006-07-22 12:31:19 +00:00
dtrg
8e9303b238 Rationalised use of #includes to be more standards-compliant. 2006-07-22 12:28:20 +00:00
dtrg
fcecc66f2d Added support for the ego global optimisation suite. 2006-07-22 00:52:01 +00:00
dtrg
5304588eea Removed duplicate (and incorrect) system function declarations. 2006-07-21 11:17:18 +00:00
dtrg
1f824aa3e8 Removed a definition of 'struct label' as 'label_t', as it clashes with
a common Posix extension on BSD systems.
2006-07-21 10:35:34 +00:00
dtrg
4593af6c11 First version in CVS. 2006-07-20 23:24:28 +00:00
dtrg
01314faaac Rationalised use of #includes to be more standards-compliant. 2006-07-19 14:09:05 +00:00
dtrg
84f3a18362 Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
dtrg
8769a2b8bc Renamed the 'index' variable to 'offset', to prevent clashes with the libc index() function. 2006-07-18 17:00:30 +00:00
dtrg
8b27bc6170 Removed unnecessary commas seperating yacc tokens, to prevent warnings. 2006-07-18 16:59:11 +00:00
dtrg
71e0d85a11 Renamed the private 'atol()' function to 'our_atol()' to avoid clashes with the libc one. 2006-07-18 16:57:51 +00:00
dtrg
c5f106f53e Removed unnecessary commas seperating yacc tokens, to prevent warnings. 2006-07-18 16:52:08 +00:00
dtrg
309f5d5560 Renamed the 'index()' function to 'indexmode()', to prevent clashes with the libc index() function. 2006-07-18 16:50:22 +00:00
dtrg
f6d77b9061 Removed a #define that was also defined in cv.c. 2006-07-18 16:48:21 +00:00
dtrg
852a474ee3 Converted to use termios, not sgtty. (pbetti@e-tech.net) 2005-08-10 22:48:40 +00:00
dtrg
ed1ddc5baa Now includes stdlib.h to avoid implicit call declarations. 2005-06-25 15:50:40 +00:00
dtrg
bc2672d642 Added some prototyping to stop a compile error with gcc 4. 2005-06-25 13:49:06 +00:00
cvs2hg
0f5ae5305d fixup commit for tag 'release-5-6' 2005-06-24 23:20:42 +00:00
dtrg
ee83cfcf9b Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary). 2005-06-24 22:12:02 +00:00
dtrg
04a887eee9 Replaced references to /usr/tmp with references to /tmp. 2005-06-24 22:08:47 +00:00
ceriel
8262bfb8f4 Fixed bug with 4-byte sets on 2-byte machines 1998-09-03 12:51:38 +00:00
ceriel
03ce92b072 Fixed typo in catchsig.s 1996-11-26 15:05:10 +00:00
ceriel
044f3c9814 fixed a bug: STD/LDD was generated on odd-numbered reg 1996-11-19 13:28:41 +00:00
ceriel
fd2a479d52 Stupid confusion with fdtox and fxtod 1996-11-18 16:49:54 +00:00
ceriel
1253529533 fix in cmpxchg instruction; i486 book is wrong 1996-04-25 08:38:05 +00:00
ceriel
ec4cf10bbf removed 1995-12-06 14:15:11 +00:00
ceriel
d99dfe6e0c removed 1995-12-06 14:04:51 +00:00
ceriel
d92f198d58 Copied versions of dv[iu].s from ../../m68k2/libem. 1995-12-05 15:38:55 +00:00
ceriel
ede92325cc Fixed some bugs with the setxx instructions 1995-09-12 12:09:08 +00:00
ceriel
32f4c842ba Fix: setxx instructions should only accept byte registers 1995-09-12 12:08:42 +00:00
ceriel
ca79ae568d Added libassert for when DEBUG is defined 1995-08-18 07:28:47 +00:00
ceriel
86412ca30d 'ed -' is no longer supported on some systems. replaced by 'ed -s' 1995-08-17 12:22:33 +00:00
ceriel
5d7b88affb Minor mod to Makefile 1995-07-27 07:14:54 +00:00
ceriel
16856562c6 declare errno in cerror.s 1995-07-26 08:55:56 +00:00
ceriel
bfed0ed0ea Use _end instead of $_end. $_end does not always indicate the right
position. This should be fixed as well, but how?
1995-07-26 08:52:03 +00:00
ceriel
f205e09b97 Fix by Charles Lindsey: still used reg vars, despite ms_gto 1995-07-26 08:44:35 +00:00
ceriel
3cfb4fd0e9 Fixed typo 1995-07-26 08:43:02 +00:00
ceriel
3531d6e107 Several fixes from Charles Lindsey 1995-07-25 16:43:42 +00:00
ceriel
1da92a1e0d Fix: produced jgt instead of jg 1995-07-25 13:21:53 +00:00
ceriel
874ec87fce Fixes: some conditionals were evaluated wrong due to the overflow bit 1995-07-21 12:05:26 +00:00
ceriel
be42195a77 minor improvement 1995-03-29 11:57:27 +00:00
ceriel
1a85dc252e Reordered patterns 1995-03-28 11:22:34 +00:00
ceriel
74aa5c6e0c Added some patterns 1995-03-28 10:01:02 +00:00
ceriel
66d018dc88 Added -F option to indicate name of floating point hook 1995-03-17 12:37:06 +00:00
ceriel
decc4ce807 Fix: description of setxx should write arg 1995-02-24 11:53:43 +00:00
ceriel
94fde85384 Added more precise info about parameters 1994-12-20 12:40:21 +00:00
cvs2hg
d3bb7c1f56 fixup commit for tag 'oct-1' 1994-12-06 09:12:22 +00:00
ceriel
61f4cce396 Fix: made 'rep' equivalent to 'repz' 1994-11-16 14:43:42 +00:00
ceriel
b1479c63dc Fix: sometimes wrote register gotten from pop_reg(); Fix: WINDOWSIZE; Fix: make distr 1994-10-25 16:14:08 +00:00