Add support for cleanup functions
[bcusdk.git] / bcu / lib / tmpspace.s
blob6548560b64b6fe4c4feb7e2e965f586197a1a050
1 # BCU SDK bcu development enviroment
2 # Copyright (C) 2005-2009 Martin Koegler <mkoegler@auto.tuwien.ac.at>
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # In addition to the permissions in the GNU General Public License,
10 # you may link the compiled version of this file into combinations
11 # with other programs, and distribute those combinations without any
12 # restriction coming from the use of this file. (The General Public
13 # License restrictions do apply in other respects; for example, they
14 # cover modification of the file, and distribution when not linked into
15 # a combine executable.)
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 .section .bss.0000
27 .global __tmp_space
28 __tmp_space:
29 .byte 0,0,0,0