blob: 62cae5f8053eba952b09c9b7cd4e919ed37d794a [file] [log] [blame]
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001#! /bin/sh
Ulrich Drepper7d65d012005-08-31 15:14:26 +00002# Copyright (C) 1999, 2000, 2002, 2005 Red Hat, Inc.
Mark Wielaardde2ed972012-06-05 17:15:16 +02003# This file is part of elfutils.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00004# Written by Ulrich Drepper <drepper@redhat.com>, 1999.
Roland McGrath6d0c2e82006-04-05 00:59:43 +00005#
Mark Wielaardde2ed972012-06-05 17:15:16 +02006# 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.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000010#
Mark Wielaardde2ed972012-06-05 17:15:16 +020011# elfutils is distributed in the hope that it will be useful, but
Ulrich Drepper361df7d2006-04-04 21:38:57 +000012# WITHOUT ANY WARRANTY; without even the implied warranty of
Mark Wielaardde2ed972012-06-05 17:15:16 +020013# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000015#
Mark Wielaardde2ed972012-06-05 17:15:16 +020016# 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/>.
Ulrich Drepper361df7d2006-04-04 21:38:57 +000018
Roland McGrath1b8b4462005-11-16 01:33:38 +000019. $srcdir/test-subr.sh
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000020
Roland McGrath1b8b4462005-11-16 01:33:38 +000021testfiles testfile testfile2
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000022
Mark Wielaard86be7922013-04-26 23:44:25 +020023testrun_compare ${abs_builddir}/get-aranges testfile testfile2 <<\EOF
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000240x804842b: 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
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000068exit 0