You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Several of the hooks were being generated with common linkage in hooks.c and as normal initialised symbols in sendmsg2.c. Recent clang defaults to -fno-common, which causes the common linkage versions to become strong symbols and then causes a linkage failure from duplicate definitions: one zero initialised, one initialised with a real value. This removes copy in hooks.c, retaining only the initialised version. Fixes #171 |
5 years ago | |
|---|---|---|
| .. | ||
| Availability.h | 8 years ago | |
| Object.h | 13 years ago | |
| Protocol.h | 13 years ago | |
| blocks_private.h | 13 years ago | |
| blocks_runtime.h | 7 years ago | |
| capabilities.h | 7 years ago | |
| developer.h | 13 years ago | |
| encoding.h | 8 years ago | |
| hooks.h | 5 years ago | |
| message.h | 7 years ago | |
| objc-api.h | 13 years ago | |
| objc-arc.h | 7 years ago | |
| objc-auto.h | 13 years ago | |
| objc-class.h | 9 years ago | |
| objc-runtime.h | 9 years ago | |
| objc-visibility.h | 7 years ago | |
| objc.h | 16 years ago | |
| runtime-deprecated.h | 13 years ago | |
| runtime.h | 7 years ago | |
| slot.h | 7 years ago | |
| toydispatch.h | 15 years ago | |