Changeset db41bb6 in rtems

Timestamp:
10/03/08 22:27:01 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
1547cff6
Parents:
5365e60
Message:

2008-10-03 Joel Sherrill <joel.sherrill@…>

  • libcsupport/src/printk.c: Addresses can be larger than integers so use long for %p formats.
  • score/inline/rtems/score/address.inl: Offsets can be positive or negative, so use int32_t. Also do math with intptr_t since there are cases where the number of bits in an address do not equal the number of bits in an integer.
  • score/inline/rtems/score/heap.inl: Offsets can be positive or negative, so use int32_t.
(No files)

Note: See TracChangeset for help on using the changeset viewer.