Changeset e63e254e in rtems for c/src/lib/libmisc/rtmonuse

Timestamp:
08/22/97 19:19:07 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5316519
Parents:
b57992a
Message:

Corrected bug per Katsutoshi Shibuya's report:

The definition of "BEGIN_DATA" should not be null; should be ".data".
Also, the definition of "BEGIN_BSS" should be ".bss". For this error,
the compiled object has codes that write on the text segment area.
It is fatal when the code runs on ROM.

(No files)

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