Changeset 2d997375 in rtems for c/src/lib/libbsp/m68k/gen68360

Timestamp:
08/22/97 13:08:56 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
799a5b9
Parents:
5b9ec351
Message:

start no longer a global symbol per Eric Norum's request.

Also, I ran across a nasty problem the first time I tried
downloading and running an application compiled with the new
snapshot. To make a very long story short, the `start' in
...../m68k/gen6860/start360/start360.s must not be global. The
change is simple -- just remove the

.globl start

from start360.s.

(No files)

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