ack/util/ncgg
George Koehler 65c2a8a0ae Remove stackadjust and stackoffset() from ncg.
This feature has never been used since its introduction, more than 3
years ago, in David Given's commit c93cb69 of May 8, 2013.  The commit
was for "PowerPC and M68K work".  I am not undoing the entire commit.
I am only removing the stackadjust and stackoffset() feature.

This commit removes the feature from my branch kernigh-linuxppc.  This
removal includes the mach/proto/ncg parts.  The default branch already
removed most of the feature, but kept the mach/proto/ncg parts.  That
removal happened in commit 81778b6 of May 13, 2013 (which was a merge;
git diff af0dede 81778b6).  The branch dtrg-experimental-powerpc
merged the default branch but without the removal.  That merge was
commit 4703db0f of Sep 15, 2016 (git diff 8c94b13 4703db0).  My branch
kernigh-linuxppc is off branch dtrg-experimental-powerpc, so I can no
longer get the removal by merging default.

David Given described the stackadjust feature in
  https://sourceforge.net/p/tack/mailman/message/30814691/

The instruction stackadjust would add a value to the offset, and the
function stackoffset() would return this offset.  One would use this
to track sp - fp, then omit the frame pointer by not keeping fp in a
register.
2016-10-07 20:52:13 -04:00
..
assert.h Header --> Id 1994-06-24 11:31:16 +00:00
build.lua Move util/data into modules/src/em_data, for consistency with the other 2016-08-14 14:09:38 +02:00
cgg.y Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
coerc.c Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
cost.h Header --> Id 1994-06-24 11:31:16 +00:00
cvtkeywords yacc, ncgg; platform ncg builds now. 2016-07-26 23:35:30 +02:00
emlookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
error.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
expr.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:18:42 +00:00
expr.h Header --> Id 1994-06-24 11:31:16 +00:00
extern.h Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
hall.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
instruct.c Header --> Id 1994-06-24 11:31:16 +00:00
instruct.h Header --> Id 1994-06-24 11:31:16 +00:00
iocc.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:18:42 +00:00
iocc.h Header --> Id 1994-06-24 11:31:16 +00:00
keywords Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
lookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
lookup.h Header --> Id 1994-06-24 11:31:16 +00:00
main.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
ncgg.6 Header --> Id 1994-06-24 11:31:16 +00:00
output.c Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
param.h In ncgg, increase MAXREGS from 80 to 200. 2016-09-18 14:37:42 -04:00
property.h Header --> Id 1994-06-24 11:31:16 +00:00
pseudo.h Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
reg.h Header --> Id 1994-06-24 11:31:16 +00:00
regvar.h Header --> Id 1994-06-24 11:31:16 +00:00
scan.l First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
set.c Header --> Id 1994-06-24 11:31:16 +00:00
set.h Header --> Id 1994-06-24 11:31:16 +00:00
strlookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
subr.c Removed a really unpleasant test for whether a pointer points at a string 2006-07-23 19:38:13 +00:00
token.h Header --> Id 1994-06-24 11:31:16 +00:00
var.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
varinfo.h Header --> Id 1994-06-24 11:31:16 +00:00