~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to ports/sysdeps/mach/hurd/mips/init-first.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Initialization code run first thing by the ELF startup code.  For Mips/Hurd.
2
 
   Copyright (C) 1996,1997,1998,2000,01,02,03 Free Software Foundation, Inc.
 
2
   Copyright (C) 1996,1997,1998,2000,01,02,03,10 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
119
119
  __getopt_clean_environment (envp);
120
120
#endif
121
121
 
122
 
#ifdef SHARED
 
122
#if defined SHARED && !defined NO_CTORS_DTORS_SECTIONS
123
123
  __libc_global_ctors ();
124
124
#endif
125
125