1#!/usr/local/bin/bash
2# Copyright (C) 1999, 2000, 2002, 2005 Red Hat, Inc.
3# This file is part of elfutils.
4# Written by Ulrich Drepper <drepper@redhat.com>, 1999.
5#
6# This file is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3 of the License, or
9# (at your option) any later version.
10#
11# elfutils is distributed in the hope that it will be useful, but
12# WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
19. $srcdir/test-subr.sh
20
21testfiles testfile testfile2
22
23testrun_compare ${abs_builddir}/get-aranges testfile testfile2 <<\EOF
240x804842b: not in range
25CU name: "m.c"
26CU name: "m.c"
27CU name: "m.c"
280x804845a: not in range
290x804845b: not in range
30CU name: "b.c"
31CU name: "b.c"
32CU name: "b.c"
330x8048466: not in range
340x8048467: not in range
35CU name: "f.c"
36CU name: "f.c"
37CU name: "f.c"
380x8048472: not in range
39 [ 0] start: 0x804842c, length: 46, cu: 11
40CU name: "m.c"
41 [ 1] start: 0x804845c, length: 10, cu: 202
42CU name: "b.c"
43 [ 2] start: 0x8048468, length: 10, cu: 5628
44CU name: "f.c"
450x804842b: not in range
460x804842c: not in range
470x804843c: not in range
480x8048459: not in range
490x804845a: not in range
500x804845b: not in range
510x804845c: not in range
520x8048460: not in range
530x8048465: not in range
540x8048466: not in range
550x8048467: not in range
560x8048468: not in range
570x8048470: not in range
580x8048471: not in range
590x8048472: not in range
60 [ 0] start: 0x10000470, length: 32, cu: 11
61CU name: "b.c"
62 [ 1] start: 0x10000490, length: 32, cu: 2429
63CU name: "f.c"
64 [ 2] start: 0x100004b0, length: 100, cu: 2532
65CU name: "m.c"
66EOF
67
68exit 0
69