mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00: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>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
|
||||
|
@ -233,8 +233,8 @@ symbol = value
|
||||
# define PREFX(hint,addr) \
|
||||
prefx hint,addr
|
||||
#else
|
||||
# define PREF
|
||||
# define PREFX
|
||||
# define PREF(hint,addr)
|
||||
# define PREFX(hint,addr)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user