Ignore:
Timestamp:
08/01/00 14:06:11 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c9f7123a
Parents:
3631dad8
Message:

ARMulator BSP now runs with gdb 5.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/armulator/start/start.S

    r3631dad8 r68132f2  
    8484        bl      FUNCTION (initialize_monitor_handles)
    8585       
     86/* XXX for now let's just get the code up :) */
     87#if 0
    8688#ifdef ARM_RDP_MONITOR
    8789        swi     SWI_GetEnv      /*  sets r0 to point to the command line */
     
    182184
    183185#endif
    184         bl      FUNCTION (main)
     186#endif
     187        bl      FUNCTION (boot_card)
    185188
    186189        bl      FUNCTION (exit)         /* Should not return */
Note: See TracChangeset for help on using the changeset viewer.