]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2005-10-23 Vincent Pelletier <subdino2004@yahoo.fr>
authorsubdino <subdino@localhost>
Sun, 23 Oct 2005 21:01:19 +0000 (21:01 +0000)
committersubdino <subdino@localhost>
Sun, 23 Oct 2005 21:01:19 +0000 (21:01 +0000)
        * 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
conf/sparc64-ieee1275.rmk
include/grub/sparc64/libgcc.h [new file with mode: 0644]

index 813caf48c9eb6fe903eaca0f7e76d52eada92383..2202622c6ef8512776547a450925c52a47a2f523 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
+
+       * 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  <subdino2004@yahoo.fr>
 
        * kern/sparc64/dl.c: Rewritten for SPARCV9 ELF.
index 19e3fce27b158e1b4098788bcc455a12c4d32f3b..c258801fd54f6347ce77acd914ee74bc695da066 100644 (file)
@@ -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 (file)
index 0000000..d1f3bb3
--- /dev/null
@@ -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);