summaryrefslogtreecommitdiffstats
path: root/loc2c-test.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-08-10 Roland McGrath <roland@redhat.com>roland2005-08-111-4/+20
| | | | | | | | * loc2c.c (emit_base_store): New function. (emit_bitfield): Rewritten to handle stores, change parameters. (c_translate_fetch): Update caller. (c_translate_store): New function. * loc2c-test.c (handle_variable): Grok "=" last argument to do a store.
* 2005-08-08 Roland McGrath <roland@redhat.com>roland2005-08-091-0/+271
* loc2c-test.c: New file. * Makefile.am (stpd_LDADD): Add loc2c-test. (loc2c_test_SOURCES, loc2c_test_LDADD): New variables. * Makefile.in, aclocal.m4: Regenerated.