mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Fix MIPS PREF/PREFX macro definitions in empty case.
This commit is contained in:
parent
7c24defe1a
commit
b290216f09
@ -1,3 +1,11 @@
|
|||||||
|
2012-08-01 Steve Ellcey <sellcey@mips.com>
|
||||||
|
|
||||||
|
* sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
|
||||||
|
_MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
|
||||||
|
_MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
|
||||||
|
macro.
|
||||||
|
(PREFX): Likewise.
|
||||||
|
|
||||||
2012-07-31 Joseph Myers <joseph@codesourcery.com>
|
2012-07-31 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
|
* sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
|
||||||
|
@ -233,8 +233,8 @@ symbol = value
|
|||||||
# define PREFX(hint,addr) \
|
# define PREFX(hint,addr) \
|
||||||
prefx hint,addr
|
prefx hint,addr
|
||||||
#else
|
#else
|
||||||
# define PREF
|
# define PREF(hint,addr)
|
||||||
# define PREFX
|
# define PREFX(hint,addr)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user