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