blob: 819f3616af7afd39687f01a2f79b91fd1ae7ebe8 [file] [log] [blame]
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001/* Destructor for SPARC specific backend library.
2 Copyright (C) 2002, 2005 Red Hat, Inc.
3
4 This program is Open Source software; you can redistribute it and/or
5 modify it under the terms of the Open Software License version 1.0 as
6 published by the Open Source Initiative.
7
8 You should have received a copy of the Open Software License along
9 with this program; if not, you may obtain a copy of the Open Software
10 License version 1.0 from http://www.opensource.org/licenses/osl.php or
11 by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
12 3001 King Ranch Road, Ukiah, CA 95482. */
13
14#ifdef HAVE_CONFIG_H
15# include <config.h>
16#endif
17
18#include <libebl_sparc.h>
19
20
21void
22sparc_destr (bh)
23 Ebl *bh __attribute__ ((unused));
24{
25 /* Nothing to do so far. */
26}