mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 15:16:31 +00:00

* 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.
21 lines
831 B
C
21 lines
831 B
C
/*
|
|
* 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);
|