mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-09 05:59:27 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac58450e8c |
@@ -1,3 +1,22 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* bits/elfclass.h: Add missing #include <stdint.h> due to
|
||||
uint[32|64]_t usage.
|
||||
* bits/netdb.h: Likewise.
|
||||
* sysdeps/powerpc/bits/link.h: Likewise.
|
||||
* sysdeps/s390/bits/link.h: Likewise.
|
||||
* sysdeps/sh/bits/link.h: Likewise.
|
||||
* sysdeps/sparc/bits/link.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Likewise.
|
||||
* sysdeps/x86/bits/link.h: Likewise.
|
||||
* inet/netinet/icmp6.h: Likewise.
|
||||
* inet/netinet/ip6.h: Likewise.
|
||||
* nis/rpcsvc/nis.h: Likewise.
|
||||
* nis/rpcsvc/nislib.h: Likewise.
|
||||
* sunrpc/rpc/auth_des.h: Likewise.
|
||||
* sunrpc/rpc/xdr.h: Likewise.
|
||||
|
||||
2013-05-01 Richard Smith <richard@metafoo.co.uk>
|
||||
|
||||
* misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#endif
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define __ELF_NATIVE_CLASS __WORDSIZE
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Description of data base entry for a single network. NOTE: here a
|
||||
poor assumption is made. The network number is expected to fit
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define _NETINET_IP6_H 1
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
struct ip6_hdr
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#define _RPCSVC_NIS_H 1
|
||||
|
||||
#include <features.h>
|
||||
#include <stdint.h>
|
||||
#include <rpc/rpc.h>
|
||||
#include <rpcsvc/nis_tags.h>
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#define __RPCSVC_NISLIB_H__
|
||||
|
||||
#include <features.h>
|
||||
#include <stdint.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/aarch64/bits/link.h: Add missing #include <stdint.h>
|
||||
due to uint[32|64]_t usage.
|
||||
|
||||
2013-03-19 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/aarch64/configure.in: Set
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/elfclass.h: Add missing #include
|
||||
<stdint.h> due to uint[32|64]_t usage.
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/netdb.h: Likewise.
|
||||
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/alpha/bits/link.h: Add missing #include <stdint.h> due to
|
||||
uint[32|64]_t usage.
|
||||
|
||||
2013-03-06 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_HUGE_MASK)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/arm/bits/link.h: Add missing #include <stdint.h> due to
|
||||
uint[32|64]_t usage.
|
||||
|
||||
2013-04-19 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/arm/sysdep.h
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/hppa/bits/link.h: Add missing #include <stdint.h> due to
|
||||
uint[32|64]_t usage.
|
||||
|
||||
2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* sysdeps/hppa/math_private.h: New file.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/ia64/bits/link.h: Add missing #include <stdint.h> due to
|
||||
uint[32|64]_t usage.
|
||||
|
||||
2013-03-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL_DECL): Add
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/m68k/bits/link.h: Add missing #include <stdint.h> due to
|
||||
uint[32|64]_t usage.
|
||||
|
||||
2013-04-11 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/microblaze/bits/link.h: Add missing #include <stdint.h> due
|
||||
to uint[32|64]_t usage.
|
||||
|
||||
2013-03-28 David Holsgrove <david.holsgrove@xilinx.com>
|
||||
|
||||
* sysdeps/microblaze/Implies: New file.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/mips/bits/link.h: Add missing #include <stdint.h> due to
|
||||
uint[32|64]_t usage.
|
||||
|
||||
2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/math_private.h: New file.
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on AArch64. */
|
||||
typedef struct La_aarch64_regs
|
||||
{
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on Alpha. */
|
||||
typedef struct La_alpha_regs
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on ARM. */
|
||||
typedef struct La_arm_regs
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on hppa. */
|
||||
typedef struct La_hppa_regs
|
||||
{
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on ia64. */
|
||||
typedef struct La_ia64_regs
|
||||
{
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on M68K. */
|
||||
typedef struct La_m68k_regs
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on Microblaze. */
|
||||
typedef struct La_microblaze_regs
|
||||
{
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#endif
|
||||
|
||||
#include <sgidefs.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if _MIPS_SIM == _ABIO32
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#endif
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define __ELF_NATIVE_CLASS __WORDSIZE
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Description of data base entry for a single network. NOTE: here a
|
||||
poor assumption is made. The network number is expected to fit
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#ifndef _RPC_AUTH_DES_H
|
||||
#define _RPC_AUTH_DES_H 1
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <rpc/auth.h>
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
/* We need FILE. */
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if __ELF_NATIVE_CLASS == 32
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if __ELF_NATIVE_CLASS == 32
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Registers for entry into PLT on SH. */
|
||||
typedef struct La_sh_regs
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if __WORDSIZE == 32
|
||||
|
||||
typedef struct La_sparc32_regs
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
# error "Never include this file directly; use <sys/platform/ppc.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* Read the time base frequency. */
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#endif
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define __ELF_NATIVE_CLASS __WORDSIZE
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# error "Never include <bits/link.h> directly; use <link.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef __x86_64__
|
||||
/* Registers for entry into PLT on IA-32. */
|
||||
|
||||
Reference in New Issue
Block a user