~ubuntu-branches/ubuntu/lucid/grub2/lucid

« back to all changes in this revision

Viewing changes to include/grub/powerpc/libgcc.h

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2006-01-05 15:20:40 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060105152040-1ab076d4n3y2o5yf
Tags: 1.92-1
* New upstream release.
  - Add support for GPT partition table format.
  - Add a new command "play" to play an audio file on PC.
  - Add support for Linux/ADFS partition table format.
  - Add support for BASH-like scripting.
  - Add support for Apple HFS+ filesystems.
* 01_fix_grub-install.patch: Added. Fix grub-install to use
  /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
* Do not use CDBS tarball mode anymore. Closes: #344272  

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  GRUB  --  GRand Unified Bootloader
 
3
 *  Copyright (C) 2004  Free Software Foundation, Inc.
 
4
 *
 
5
 *  GRUB is free software; you can redistribute it and/or modify
 
6
 *  it under the terms of the GNU General Public License as published by
 
7
 *  the Free Software Foundation; either version 2 of the License, or
 
8
 *  (at your option) any later version.
 
9
 *
 
10
 *  This program is distributed in the hope that it will be useful,
 
11
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 *  GNU General Public License for more details.
 
14
 *
 
15
 *  You should have received a copy of the GNU General Public License
 
16
 *  along with GRUB; if not, write to the Free Software
 
17
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
 */
 
19
 
 
20
void EXPORT_FUNC (memset) (void);
 
21
void EXPORT_FUNC (__adddf3) (void);
 
22
void EXPORT_FUNC (__addsf3) (void);
 
23
void EXPORT_FUNC (__ashldi3) (void);
 
24
void EXPORT_FUNC (__bss_start) (void);
 
25
void EXPORT_FUNC (__extendsfdf2) (void);
 
26
void EXPORT_FUNC (__fixunsdfsi) (void);
 
27
void EXPORT_FUNC (__floatsidf) (void);
 
28
void EXPORT_FUNC (__floatsisf) (void);
 
29
void EXPORT_FUNC (__lshrdi3) (void);
 
30
void EXPORT_FUNC (__make_dp) (void);
 
31
void EXPORT_FUNC (__make_fp) (void);
 
32
void EXPORT_FUNC (__muldf3) (void);
 
33
void EXPORT_FUNC (__mulsf3) (void);
 
34
void EXPORT_FUNC (__pack_d) (void);
 
35
void EXPORT_FUNC (__pack_f) (void);
 
36
void EXPORT_FUNC (__subdf3) (void);
 
37
void EXPORT_FUNC (__subsf3) (void);
 
38
void EXPORT_FUNC (__thenan_df) (void);
 
39
void EXPORT_FUNC (__thenan_sf) (void);
 
40
void EXPORT_FUNC (__trampoline_setup) (void);
 
41
void EXPORT_FUNC (__truncdfsf2) (void);
 
42
void EXPORT_FUNC (__unpack_d) (void);
 
43
void EXPORT_FUNC (__unpack_f) (void);