diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 04:48:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 04:48:56 +0000 |
commit | b0982c4ad36a973322650068ba29fa30c104975d (patch) | |
tree | 6fbdca1abe84157e86ff4693e38bdc4117d125c5 /sysdeps/sparc | |
parent | d4f170a9800ea45c8519859d9d5abe8ae80f036b (diff) | |
download | glibc-b0982c4ad36a973322650068ba29fa30c104975d.tar glibc-b0982c4ad36a973322650068ba29fa30c104975d.tar.gz glibc-b0982c4ad36a973322650068ba29fa30c104975d.tar.bz2 glibc-b0982c4ad36a973322650068ba29fa30c104975d.zip |
Update.
* include/elf.h: Include also <dl-dtprocnum.h>.
* elf/dl-deps.c: Likewise.
* elf/dl-lookup.c: Likewise.
* elf/dl-runtime.c: Likewise.
* elf/dl-version.c: Likewise.
* elf/do-rel.h: Likewise.
* elf/dynamic-link.h: Likewise.
* elf/link.h: Likewise.
* elf/rtld.c: Likewise.
* sysdeps/generic/dl-dtprocnum.h: New file.
* sysdeps/ia64/dl-dtprocnum.h: New file.
* sysdeps/mips/dl-dtprocnum.h: New file.
* sysdeps/sparc/dl-dtprocnum.h: New file.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/dl-dtprocnum.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysdeps/sparc/dl-dtprocnum.h b/sysdeps/sparc/dl-dtprocnum.h new file mode 100644 index 0000000000..6eedc0e718 --- /dev/null +++ b/sysdeps/sparc/dl-dtprocnum.h @@ -0,0 +1,22 @@ +/* Configuration of lookup functions. SPARC version. + Copyright (C) 2000 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +/* Number of extra dynamic section entries for this architecture. By + default there are none. */ +#define DT_THISPROCNUM DT_SPARC_NUM |