Add several more elflint tests:
[platform/upstream/elfutils.git] / tests / ChangeLog
1 2005-08-02  Ulrich Drepper  <drepper@redhat.com>
2
3         * msg_tst.c: Add new error message.
4
5 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
6
7         * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
8
9 2005-07-28  Roland McGrath  <roland@redhat.com>
10
11         * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
12         * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
13         (dwflmodtest_LDADD): New variable.
14         (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
15
16 2005-07-21  Ulrich Drepper  <drepper@redhat.com>
17
18         * testfile18.bz2: New file.
19         * run-elflint-test.sh: New file.
20         * Makefile.am (TESTS): Add run-elflint-test.sh.
21         (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
22
23 2005-05-24  Ulrich Drepper  <drepper@redhat.com>
24
25         * get-files.c (main): Use correct format specifier.
26
27 2005-05-21  Ulrich Drepper  <drepper@redhat.com>
28
29         * Makefile.am: Add -Wextra to CFLAGS.
30         * get-files.c: Remove warning this produced.
31         * get-pubnames.c: Likewise.
32         * newfile.c: Likewise.
33         * newscn.c: Likewise.
34         * scnnames.c: Likewise.
35         * showptable.c: Likewise.
36         * test-nlist.c: Likewise.
37         * update1.c: Likewise.
38         * update2.c: Likewise.
39         * update3.c: Likewise.
40         * update4.c: Likewise.
41
42 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
43
44         * run-line2addr.sh: Remove testfile14 at the end.
45
46         * run-strip-test.sh: Remove debuginfo test input file as well.
47
48         * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
49         .bz, not .bz2.
50
51 2005-05-03  Roland McGrath  <roland@redhat.com>
52
53         * run-strip-test.sh: Use variables for test file names.
54         Optionally produce separate debug file and check it.
55         * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
56         * run-strip-test3.sh: Likewise.
57         * run-strip-test4.sh: New file.
58         * run-strip-test5.sh: New file.
59         * run-strip-test6.sh: New file.
60         * testfile15.bz: New file.
61         * testfile15.debug.bz: New file.
62         * testfile16.bz: New file.
63         * testfile16.debug.bz: New file.
64         * testfile17.bz: New file.
65         * testfile17.debug.bz: New file.
66         * Makefile.am (TESTS, EXTRA_DIST): Add them.
67
68 2005-04-25  Ulrich Drepper  <drepper@redhat.com>
69
70         * run-line2addr.sh: Also use testfile14.  Adjust for correct
71         return of multiple matches.
72         * testfile14.bz2: New file.
73         * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
74
75         * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
76
77 2005-04-04  Roland McGrath  <roland@frob.com>
78
79         * line2addr.c (main): Initialize LINES and NLINES before calling
80         dwarf_getsrc_file, and free LINES afterwards.
81
82         * allfcts.c (main): Use size_t for CUHL.
83
84 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
85
86         * line2addr.c: New file.
87         * run-line2addr.sh: New file.
88         * Makefile.am: Add rules to build, run, and distribute new code.
89
90 2005-04-02  Ulrich Drepper  <drepper@redhat.com>
91
92         * allfcts.c: New file.
93         * run-allfcts.sh: New file.
94         * Makefile.am: Add rules to build, run, and distribute new code.
95
96 2005-02-05  Ulrich Drepper  <drepper@redhat.com>
97
98         * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap.  Link all test
99         programs with -lmudflap.
100
101 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
102
103         * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
104         * asm-tst5.c (main): Likewise.
105         * asm-tst6.c (main): Likewise.
106
107 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
108
109         * Makefile.am: Support building with mudflap.
110
111 2004-01-12  Ulrich Drepper  <drepper@redhat.com>
112
113         * get-aranges.c: Rewrite to use libdw.
114         * Makefile.am: Reenable get-aranges test.
115
116 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
117
118         * get-lines.c: New file.
119         * get-files.c: Adjust for libdw.
120         * run-get-files.sh: Adjust expected result.
121         * run-get-lines.sh: Likewise.
122         * Makefile.am: Run get-lines test.  Don't run get-aranges and
123         get-ciefde test for now.
124
125         * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
126         change.  Print attribute offset information.
127         * run-show-abbrev.sh: Adjust expected output.
128
129 2004-01-09  Ulrich Drepper  <drepper@redhat.com>
130
131         * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
132         * show-die-info.c: Likewise.
133         * run-show-die-info.sh: Adjust expected output.
134
135 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
136
137         * Makefile.in: Depend on libebl.a, not libebl.so.
138
139 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
140
141         * Moved to CVS archive.