~ubuntu-branches/ubuntu/trusty/grub2/trusty

« back to all changes in this revision

Viewing changes to grub-core/gnulib/argp-ba.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-01-16 15:18:04 UTC
  • mfrom: (17.6.38 experimental)
  • Revision ID: package-import@ubuntu.com-20140116151804-3foouk7fpqcq3sxx
Tags: 2.02~beta2-2
* Convert patch handling to git-dpm.
* Add bi-endian support to ELF parser (Tomohiro B Berry).
* Adjust restore_mkdevicemap.patch to mark get_kfreebsd_version as static,
  to appease "gcc -Werror=missing-prototypes".
* Cherry-pick from upstream:
  - Change grub-macbless' manual page section to 8.
* Install grub-glue-efi, grub-macbless, grub-render-label, and
  grub-syslinux2cfg.
* grub-shell: Pass -no-pad to xorriso when building floppy images.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Default definition for ARGP_PROGRAM_BUG_ADDRESS.
2
 
   Copyright (C) 1996, 1997, 1999, 2009, 2010 Free Software Foundation, Inc.
 
2
   Copyright (C) 1996-1997, 1999, 2009-2013 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
   Written by Miles Bader <miles@gnu.ai.mit.edu>.
5
5
 
19
19
/* If set by the user program, it should point to string that is the
20
20
   bug-reporting address for the program.  It will be printed by argp_help if
21
21
   the ARGP_HELP_BUG_ADDR flag is set (as it is by various standard help
22
 
   messages), embedded in a sentence that says something like `Report bugs to
23
 
   ADDR.'.  */
 
22
   messages), embedded in a sentence that says something like "Report bugs to
 
23
   ADDR."  */
24
24
const char *argp_program_bug_address
25
25
/* This variable should be zero-initialized.  On most systems, putting it into
26
 
   BSS is sufficient.  Not so on MacOS X 10.3 and 10.4, see
 
26
   BSS is sufficient.  Not so on Mac OS X 10.3 and 10.4, see
27
27
   <http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>
28
28
   <http://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00096.html>.  */
29
29
#if defined __ELF__