From 5296df5899e2b7305ebc03b74fee93d2f67159c5 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 23 Apr 2007 08:53:53 -0700 Subject: [PATCH] add armeb-linux.kernel.vmlinux-head.S --- .../src/armeb-linux.kernel.vmlinux-head.S | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/stub/src/armeb-linux.kernel.vmlinux-head.S diff --git a/src/stub/src/armeb-linux.kernel.vmlinux-head.S b/src/stub/src/armeb-linux.kernel.vmlinux-head.S new file mode 100644 index 00000000..d1eb10ec --- /dev/null +++ b/src/stub/src/armeb-linux.kernel.vmlinux-head.S @@ -0,0 +1,30 @@ +/* +; armeb-linux.kernel.vmlinux-head.S -- set up stack for vmlinux/armeb format +; +; This file is part of the UPX executable compressor. +; +; Copyright (C) 2006-2007 John Reiser +; All Rights Reserved. +; +; UPX and the UCL library are free software; you can redistribute them +; and/or modify them 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; see the file COPYING. +; If not, write to the Free Software Foundation, Inc., +; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +; +; John Reiser +; +*/ + +#include "arm-linux.kernel.vmlinux-head.S" + +// vi:ts=8:et:nowrap