$NetBSD: patch-ag,v 1.1.1.1 2011/07/27 10:23:48 cherry Exp $ --- src/netbsd/dwarf-netbsd.c.orig 2009-12-16 12:47:32.000000000 +0000 +++ src/netbsd/dwarf-netbsd.c @@ -0,0 +1,42 @@ +/* + * Copyright (C) 1995-2007, Hewlett-Packard Development Company, L.P. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + +#include "types.h" + +char *src_root; /* hold the prefix for all filenames */ + +char * +getSrcLines(ADDR offset, unsigned int *count) +{ + + *count = 0; + return (""); +} + +char * +getSrcName(ADDR offset) +{ + + return (""); +} + +void +initDwUnitTbl(int fd) +{ +}