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