blob: 68e75b3f5fdf12947d82f5cb3ad024704ccf728d [file] [log] [blame]
gobryc76b7952002-03-24 18:01:46 +000012002-03-24 Frederic Gobry <gobry@puck.ch>
2
3 * Makefile.am: added a bzdist target that creates a bzip2 archive
4 of the project.
5
sewardjd7f07662002-03-24 10:49:46 +000062002-03-24 Julian Seward <sewardj@localhost.localdomain>
7
sewardjfe8a1662002-03-24 11:54:07 +00008 * vg_to_ucode.c (disInstr): Implement DAA as well as DAS.
9 Byrial Jensen <byrial@image.dk>
10
sewardj4a7456e2002-03-24 13:52:19 +000011 (dis_fpu_no_mem): Detect FPU instructions which set %EFLAGS and
12 mark the resulting UInstrs accordingly.
13
sewardja7dc7952002-03-24 11:29:13 +000014 * vg_errcontext.c (pp_ErrContext): Change message "Use of
15 uninitialized CPU condition code" to "Conditional jump or move
16 depends on uninitialised value(s)", since that will be more
17 meaningful to most programmers. Also change the suppression-kind
18 to Cond in .supp files. The old Value0 descriptor means the same
19 and is still accepted. Suggested by Joe Buck
20 <Joe.Buck@synopsys.com>.
21
sewardjd7f07662002-03-24 10:49:46 +000022 * vg_syscall_mem.c: Add syscall setresgid32, from "Arkadi
23 E. Shishlov" <arkadi@it.lv>
24
gobrye721a522002-03-22 13:38:30 +0000252002-03-22 Frédéric Gobry <frederic.gobry@smartdata.ch>
26
27 * Makefile.am, demangle/Makefile.am: added base dependencies for
28 the explicit compilation rules (not doing so could lead to a
29 situation where the automatic dependency mechanism fails)
30
31 * configure.in: additional checks for xfree and gcc
32
33 * Makefile.in, configure, ...: removed generated files, as they
34 don't belong to the CVS repository. Use autogen.sh to recreate
35 them. (they are in the tarballs however).
36
37 * README: updated the installation procedure
38