diff options
author | 2014-12-22 10:49:56 -0800 | |
---|---|---|
committer | 2014-12-22 10:49:56 -0800 | |
commit | 528479c472535b09dd4c8823bf3d3764b3210b95 (patch) | |
tree | 4a43bc92b44802de92ec01f5f7ecde70d5a6d42f /sysdeps/unix | |
parent | Split __kernel_standard* functions (fixes bug 17724). (diff) | |
download | glibc-528479c472535b09dd4c8823bf3d3764b3210b95.tar.xz glibc-528479c472535b09dd4c8823bf3d3764b3210b95.zip |
2014-12-22 Steve Ellcey <sellcey@imgtec.com>
* sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
to zero if not already defined.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/mips/sysdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/mips/sysdep.h b/sysdeps/unix/mips/sysdep.h index d59fac0e8d..dc70c0f400 100644 --- a/sysdeps/unix/mips/sysdep.h +++ b/sysdeps/unix/mips/sysdep.h @@ -78,4 +78,8 @@ # define L(label) .L ## label #endif +#ifndef __mips_isa_rev +# define __mips_isa_rev 0 +#endif + #endif |