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.
This commit is contained in:
parent
03e8661a56
commit
15cf03edaf
3 changed files with 28 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# -*- makefile -*-
|
||||
|
||||
COMMON_ASFLAGS = -nostdinc -Av9
|
||||
COMMON_ASFLAGS = -nostdinc
|
||||
COMMON_CFLAGS = -ggdb -ffreestanding -m64 -mno-app-regs
|
||||
COMMON_LDFLAGS = -melf64_sparc
|
||||
|
||||
|
|
20
include/grub/sparc64/libgcc.h
Normal file
20
include/grub/sparc64/libgcc.h
Normal file
|
@ -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);
|
Loading…
Reference in a new issue