~ubuntu-branches/ubuntu/natty/eglibc/natty-security

« back to all changes in this revision

Viewing changes to elf/ldd.bash.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-08-03 10:17:12 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20090803101712-n74r7xge7cwubmka
Tags: upstream-2.10.1
ImportĀ upstreamĀ versionĀ 2.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! @BASH@
2
 
# Copyright (C) 1996-2007, 2008 Free Software Foundation, Inc.
 
2
# Copyright (C) 1996-2008, 2009 Free Software Foundation, Inc.
3
3
# This file is part of the GNU C Library.
4
4
 
5
5
# The GNU C Library is free software; you can redistribute it and/or
39
39
    printf $"Copyright (C) %s Free Software Foundation, Inc.
40
40
This is free software; see the source for copying conditions.  There is NO
41
41
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
42
 
" "2008"
 
42
" "2009"
43
43
    printf $"Written by %s and %s.
44
44
" "Roland McGrath" "Ulrich Drepper"
45
45
    exit 0
52
52
  -r, --function-relocs   process data and function relocations
53
53
  -u, --unused            print unused direct dependencies
54
54
  -v, --verbose           print all information
55
 
For bug reporting instructions, please see:
 
55
"
 
56
    printf $"For bug reporting instructions, please see:
56
57
%s.
57
58
" "@REPORT_BUGS_TO@"
58
59
    exit 0