aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/lib/floats.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-28 19:38:58 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-28 19:38:58 +0000
commite696942cfc6d970d9a774815cc81bf1d771c857b (patch)
tree810516e157f08970fc6e9b2b5c07d1c6f176726d /src/arch/ppc/lib/floats.inc
parent8d09e231fed1395b82227ce374dca4be32e77845 (diff)
Drop remainder of PPC port
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4884 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/lib/floats.inc')
-rw-r--r--src/arch/ppc/lib/floats.inc58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/arch/ppc/lib/floats.inc b/src/arch/ppc/lib/floats.inc
deleted file mode 100644
index c075a8b408..0000000000
--- a/src/arch/ppc/lib/floats.inc
+++ /dev/null
@@ -1,58 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 1999-2000 AG Electronics Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * 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 St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-/* .text*/
- .globl _init_float_registers
-
-_init_float_registers:
- lfd 0, 0(3)
- lfd 1, 0(3)
- lfd 2, 0(3)
- lfd 3, 0(3)
- lfd 4, 0(3)
- lfd 5, 0(3)
- lfd 6, 0(3)
- lfd 7, 0(3)
- lfd 8, 0(3)
- lfd 9, 0(3)
- lfd 10, 0(3)
- lfd 11, 0(3)
- lfd 12, 0(3)
- lfd 13, 0(3)
- lfd 14, 0(3)
- lfd 15, 0(3)
- lfd 16, 0(3)
- lfd 17, 0(3)
- lfd 18, 0(3)
- lfd 19, 0(3)
- lfd 20, 0(3)
- lfd 21, 0(3)
- lfd 22, 0(3)
- lfd 23, 0(3)
- lfd 24, 0(3)
- lfd 25, 0(3)
- lfd 26, 0(3)
- lfd 27, 0(3)
- lfd 28, 0(3)
- lfd 29, 0(3)
- lfd 30, 0(3)
- lfd 31, 0(3)
- blr
- .end
-