am 1fe277e4: Merge "Insulate libportable from bionic changes."
* commit '1fe277e4f991cfe6963fe362f064a68c50170532': Insulate libportable from bionic changes.
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <asm-generic/portability.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <machine/regnum.h>
|
#include <machine/regnum.h>
|
||||||
|
|
||||||
|
|||||||
@@ -28,4 +28,8 @@
|
|||||||
#define REAL(f) __real_ ## f
|
#define REAL(f) __real_ ## f
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__mips__) && !defined(END)
|
||||||
|
#define END(f) .cfi_endproc; .end f
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _ASM_PORTABILITY_H_ */
|
#endif /* _ASM_PORTABILITY_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user