blob: 311ffa14bcb877a071787686aa7a2f70e9b97b05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
2008-02-13 Neal H. Walfield <neal@gnu.org>
* hieronymus.c (activity_alloc): Update user of storage_alloc to
be consistent with new API.
2008-02-13 Neal H. Walfield <neal@gnu.org>
* hieronymus.c (main): Don't pass ACTIVITY_POLICY_VOID to
activity_alloc. Build up a policy based on the configuration and
pass that instead.
(activity_alloc): Include ACTIVITY_POLICY_SIBLING_REL_SET in the
call to rm_activity_policy.
2008-02-13 Neal H. Walfield <neal@gnu.org>
* Makefile.am ($(addsuffix .S, $(files))): Add a dependency on the
binary. When invoking CPP, define BINARY to the calculated
location of the binary.
($(addsuffix .o, $(files))): Don't include search paths.
* module.S: Pass BINARY instead of the module's name to .incbin.
2008-02-11 Neal H. Walfield <neal@gnu.org>
* ChangeLog: New file.
* Makefile.am: Likewise.
* module.S: Likewise.
* hieronymus.c: Likewise.
|