ack/mach/proto/ncg
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 Check in incomplete Linux PowerPC and M68K work. 2013-05-08 00:48:48 +01:00
build.lua Move util/data into modules/src/em_data, for consistency with the other 2016-08-14 14:09:38 +02:00
codegen.c Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
compute.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
data.h Header --> Id 1994-06-24 14:02:31 +00:00
equiv.c Check in incomplete Linux PowerPC and M68K work. 2013-05-08 00:48:48 +01:00
equiv.h Header --> Id 1994-06-24 14:02:31 +00:00
extern.h Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
fillem.c Fix warning. 2013-05-19 23:18:36 +01:00
gencode.c Header --> Id 1994-06-24 14:02:31 +00:00
glosym.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
glosym.h Header --> Id 1994-06-24 14:02:31 +00:00
label.c Removed a definition of 'struct label' as 'label_t', as it clashes with 2006-07-21 10:35:34 +00:00
label.h Removed a definition of 'struct label' as 'label_t', as it clashes with 2006-07-21 10:35:34 +00:00
main.c Header --> Id 1994-06-24 14:02:31 +00:00
move.c Check in incomplete Linux PowerPC and M68K work. 2013-05-08 00:48:48 +01:00
nextem.c Fix buffer overrun looking up type information for op_lab pseudoops (as 2013-05-16 22:02:59 +01:00
param.h Header --> Id 1994-06-24 14:02:31 +00:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00
reg.c Check in incomplete Linux PowerPC and M68K work. 2013-05-08 00:48:48 +01:00
regvar.c Check in incomplete Linux PowerPC and M68K work. 2013-05-08 00:48:48 +01:00
regvar.h Header --> Id 1994-06-24 14:02:31 +00:00
result.h Header --> Id 1994-06-24 14:02:31 +00:00
salloc.c Check in incomplete Linux PowerPC and M68K work. 2013-05-08 00:48:48 +01:00
state.c Check in incomplete Linux PowerPC and M68K work. 2013-05-08 00:48:48 +01:00
state.h Header --> Id 1994-06-24 14:02:31 +00:00
subr.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
types.h Header --> Id 1994-06-24 14:02:31 +00:00
var.c Header --> Id 1994-06-24 14:02:31 +00:00