blob: 26312081cdc33b751e3d07188e6cacc3300e93cd [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
sewardja7dc7952002-03-24 11:29:13 +00006 * vg_errcontext.c (pp_ErrContext): Change message "Use of
7 uninitialized CPU condition code" to "Conditional jump or move
8 depends on uninitialised value(s)", since that will be more
9 meaningful to most programmers. Also change the suppression-kind
10 to Cond in .supp files. The old Value0 descriptor means the same
11 and is still accepted. Suggested by Joe Buck
12 <Joe.Buck@synopsys.com>.
13
sewardjd7f07662002-03-24 10:49:46 +000014 * vg_syscall_mem.c: Add syscall setresgid32, from "Arkadi
15 E. Shishlov" <arkadi@it.lv>
16
gobrye721a522002-03-22 13:38:30 +0000172002-03-22 Frédéric Gobry <frederic.gobry@smartdata.ch>
18
19 * Makefile.am, demangle/Makefile.am: added base dependencies for
20 the explicit compilation rules (not doing so could lead to a
21 situation where the automatic dependency mechanism fails)
22
23 * configure.in: additional checks for xfree and gcc
24
25 * Makefile.in, configure, ...: removed generated files, as they
26 don't belong to the CVS repository. Use autogen.sh to recreate
27 them. (they are in the tarballs however).
28
29 * README: updated the installation procedure
30