From 15cf03edaf682b0d321bcb2e43999f96c05f0cb9 Mon Sep 17 00:00:00 2001 From: subdino Date: Sun, 23 Oct 2005 21:01:19 +0000 Subject: [PATCH] 2005-10-23 Vincent Pelletier * include/grub/sparc64/libgcc.h: New file. * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Remove -Av9. (normal_mod_SOURCES): Use normal/sparc64/setjmp.S instead of normal/sparc64/setjmp.c. --- ChangeLog | 7 +++++++ conf/sparc64-ieee1275.rmk | 2 +- include/grub/sparc64/libgcc.h | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 include/grub/sparc64/libgcc.h diff --git a/ChangeLog b/ChangeLog index 813caf48c..2202622c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-23 Vincent Pelletier + + * include/grub/sparc64/libgcc.h: New file. + * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Remove -Av9. + (normal_mod_SOURCES): Use normal/sparc64/setjmp.S instead of + normal/sparc64/setjmp.c. + 2005-10-23 Vincent Pelletier * kern/sparc64/dl.c: Rewritten for SPARCV9 ELF. diff --git a/conf/sparc64-ieee1275.rmk b/conf/sparc64-ieee1275.rmk index 19e3fce27..c258801fd 100644 --- a/conf/sparc64-ieee1275.rmk +++ b/conf/sparc64-ieee1275.rmk @@ -1,7 +1,7 @@ # -*- makefile -*- -COMMON_ASFLAGS = -nostdinc -Av9 +COMMON_ASFLAGS = -nostdinc COMMON_CFLAGS = -ggdb -ffreestanding -m64 -mno-app-regs COMMON_LDFLAGS = -melf64_sparc diff --git a/include/grub/sparc64/libgcc.h b/include/grub/sparc64/libgcc.h new file mode 100644 index 000000000..d1f3bb327 --- /dev/null +++ b/include/grub/sparc64/libgcc.h @@ -0,0 +1,20 @@ +/* + * GRUB -- GRand Unified Bootloader + * Copyright (C) 2004 Free Software Foundation, Inc. + * + * GRUB is free software; you can redistribute it and/or modify + * it 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 GRUB; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +void EXPORT_FUNC (memset) (void);