1 #! /bin/sh 2 # Copyright (C) 1999, 2000, 2002, 2005 Red Hat, Inc. 3 # This file is part of elfutils. 4 # Written by Ulrich Drepper <drepper (at] 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 21 testfiles testfile testfile2 22 23 testrun_compare ${abs_builddir}/get-aranges testfile testfile2 <<\EOF 24 0x804842b: not in range 25 CU name: "m.c" 26 CU name: "m.c" 27 CU name: "m.c" 28 0x804845a: not in range 29 0x804845b: not in range 30 CU name: "b.c" 31 CU name: "b.c" 32 CU name: "b.c" 33 0x8048466: not in range 34 0x8048467: not in range 35 CU name: "f.c" 36 CU name: "f.c" 37 CU name: "f.c" 38 0x8048472: not in range 39 [ 0] start: 0x804842c, length: 46, cu: 11 40 CU name: "m.c" 41 [ 1] start: 0x804845c, length: 10, cu: 202 42 CU name: "b.c" 43 [ 2] start: 0x8048468, length: 10, cu: 5628 44 CU name: "f.c" 45 0x804842b: not in range 46 0x804842c: not in range 47 0x804843c: not in range 48 0x8048459: not in range 49 0x804845a: not in range 50 0x804845b: not in range 51 0x804845c: not in range 52 0x8048460: not in range 53 0x8048465: not in range 54 0x8048466: not in range 55 0x8048467: not in range 56 0x8048468: not in range 57 0x8048470: not in range 58 0x8048471: not in range 59 0x8048472: not in range 60 [ 0] start: 0x10000470, length: 32, cu: 11 61 CU name: "b.c" 62 [ 1] start: 0x10000490, length: 32, cu: 2429 63 CU name: "f.c" 64 [ 2] start: 0x100004b0, length: 100, cu: 2532 65 CU name: "m.c" 66 EOF 67 68 exit 0 69