1/*
2;  armeb.v5a-linux.kernel.vmlinux-head.S -- set up stack for vmlinux/armeb format
3;
4;  This file is part of the UPX executable compressor.
5;
6;  Copyright (C) 2006-2020 John Reiser
7;  All Rights Reserved.
8;
9;  UPX and the UCL library are free software; you can redistribute them
10;  and/or modify them under the terms of the GNU General Public License as
11;  published by the Free Software Foundation; either version 2 of
12;  the License, or (at your option) any later version.
13;
14;  This program is distributed in the hope that it will be useful,
15;  but WITHOUT ANY WARRANTY; without even the implied warranty of
16;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17;  GNU General Public License for more details.
18;
19;  You should have received a copy of the GNU General Public License
20;  along with this program; see the file COPYING.
21;  If not, write to the Free Software Foundation, Inc.,
22;  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23;
24;  John Reiser
25;  <jreiser@users.sourceforge.net>
26*/
27
28#include "arm.v5a-linux.kernel.vmlinux-head.S"
29
30/* vim:set ts=8 sw=8 et: */
31