This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

question about tcb_size in arm


Hi,
? ?When I read the source code of binutils-2.21.1/bfd/elf32-arm.c, I
found the tcb size defined here is 8,which is:

/* The size of the thread control block. */
#define TCB_SIZE 8

well, in my knowledge, the size of thread control block is larger than
8 bytes, ?so why it is defined 8 bytes here?
Thanks in advance.

--
Microprocessor Research and Development Center (MPRC),
Room 1818, Science Building 1,
Peking University,
Beijing, P.R.China, 100871


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]