mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* elf/ldconfig.c (_dl_sysdep_message): Remove. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Include ldsodefs.h. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
2001-03-07 Jakub Jelinek <jakub@redhat.com>
|
2001-03-07 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* elf/ldconfig.c (_dl_sysdep_message): Remove.
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Include
|
||||||
|
ldsodefs.h.
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
|
||||||
|
|
||||||
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use
|
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use
|
||||||
_dl_error_printf instead of _dl_sysdep_error.
|
_dl_error_printf instead of _dl_sysdep_error.
|
||||||
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
|
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
|
||||||
|
@ -37,9 +37,6 @@
|
|||||||
#include "ldconfig.h"
|
#include "ldconfig.h"
|
||||||
#include "dl-cache.h"
|
#include "dl-cache.h"
|
||||||
|
|
||||||
/* We don't need this here - silence the compiler. */
|
|
||||||
#define _dl_sysdep_message(string, args...) do {} while (0);
|
|
||||||
|
|
||||||
#include "dl-procinfo.h"
|
#include "dl-procinfo.h"
|
||||||
|
|
||||||
#ifndef LD_SO_CONF
|
#ifndef LD_SO_CONF
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#ifndef _DL_PROCINFO_H
|
#ifndef _DL_PROCINFO_H
|
||||||
#define _DL_PROCINFO_H 1
|
#define _DL_PROCINFO_H 1
|
||||||
|
|
||||||
|
#include <ldsodefs.h>
|
||||||
|
|
||||||
/* If anything should be added here check whether the size of each string
|
/* If anything should be added here check whether the size of each string
|
||||||
is still ok with the given array size. */
|
is still ok with the given array size. */
|
||||||
static const char sparc32_cap_flags[][7] =
|
static const char sparc32_cap_flags[][7] =
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#ifndef _DL_PROCINFO_H
|
#ifndef _DL_PROCINFO_H
|
||||||
#define _DL_PROCINFO_H 1
|
#define _DL_PROCINFO_H 1
|
||||||
|
|
||||||
|
#include <ldsodefs.h>
|
||||||
|
|
||||||
/* If anything should be added here check whether the size of each string
|
/* If anything should be added here check whether the size of each string
|
||||||
is still ok with the given array size. */
|
is still ok with the given array size. */
|
||||||
static const char sparc64_cap_flags[][7] =
|
static const char sparc64_cap_flags[][7] =
|
||||||
|
Reference in New Issue
Block a user