Changeset 5b4f9e1 in mainline for libc/arch/ppc32/include/thread.h
- Timestamp:
- 2006-05-21T20:56:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6862338
- Parents:
- 233fead
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ppc32/include/thread.h
r233fead r5b4f9e1 30 30 #define __LIBC__ppc32__THREAD_H__ 31 31 32 /* I did not find any specification (neither MIPS nor PowerPC), but33 * as I found it34 * - it uses Variant II35 * - TCB is at Address(First TLS Block)+0x7000.36 * - DTV is at Address(First TLS Block)+0x800037 * - What would happen if the TLS data was larger then 0x7000?38 * - The linker never accesses DTV directly, has the second definition any39 * sense?40 * We will make it this way:41 * - TCB is at TP-0x7000-sizeof(tcb)42 * - No assumption about DTV etc., but it will not have a fixed address43 */44 32 #define PPC_TP_OFFSET 0x7000 45 33
Note:
See TracChangeset
for help on using the changeset viewer.