uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
|
|
@ -0,0 +1,65 @@
|
|||
/*
|
||||
* Generated by dtrace(1M).
|
||||
*/
|
||||
|
||||
#ifndef _OBJC_PROBES_H
|
||||
#define _OBJC_PROBES_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define OBJC_RUNTIME_STABILITY "___dtrace_stability$objc_runtime$v1$1_1_0_1_1_0_1_1_0_1_1_0_1_1_0"
|
||||
|
||||
#define OBJC_RUNTIME_TYPEDEFS "___dtrace_typedefs$objc_runtime$v2"
|
||||
|
||||
#if !defined(DTRACE_PROBES_DISABLED) || !DTRACE_PROBES_DISABLED
|
||||
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_RETHROW() \
|
||||
do { \
|
||||
__asm__ volatile(".reference " OBJC_RUNTIME_TYPEDEFS); \
|
||||
__dtrace_probe$objc_runtime$objc_exception_rethrow$v1(); \
|
||||
__asm__ volatile(".reference " OBJC_RUNTIME_STABILITY); \
|
||||
} while (0)
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_RETHROW_ENABLED() \
|
||||
({ int _r = __dtrace_isenabled$objc_runtime$objc_exception_rethrow$v1(); \
|
||||
__asm__ volatile(""); \
|
||||
_r; })
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_THROW(arg0) \
|
||||
do { \
|
||||
__asm__ volatile(".reference " OBJC_RUNTIME_TYPEDEFS); \
|
||||
__dtrace_probe$objc_runtime$objc_exception_throw$v1$766f6964202a(arg0); \
|
||||
__asm__ volatile(".reference " OBJC_RUNTIME_STABILITY); \
|
||||
} while (0)
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_THROW_ENABLED() \
|
||||
({ int _r = __dtrace_isenabled$objc_runtime$objc_exception_throw$v1(); \
|
||||
__asm__ volatile(""); \
|
||||
_r; })
|
||||
|
||||
|
||||
extern void __dtrace_probe$objc_runtime$objc_exception_rethrow$v1(void);
|
||||
extern int __dtrace_isenabled$objc_runtime$objc_exception_rethrow$v1(void);
|
||||
extern void __dtrace_probe$objc_runtime$objc_exception_throw$v1$766f6964202a(const void *);
|
||||
extern int __dtrace_isenabled$objc_runtime$objc_exception_throw$v1(void);
|
||||
|
||||
#else
|
||||
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_RETHROW() \
|
||||
do { \
|
||||
} while (0)
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_RETHROW_ENABLED() (0)
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_THROW(arg0) \
|
||||
do { \
|
||||
} while (0)
|
||||
#define OBJC_RUNTIME_OBJC_EXCEPTION_THROW_ENABLED() (0)
|
||||
|
||||
#endif /* !defined(DTRACE_PROBES_DISABLED) || !DTRACE_PROBES_DISABLED */
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OBJC_PROBES_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue