Changeset 3c87bb9c in rtems


Ignore:
Timestamp:
04/14/99 22:33:30 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
df6d290f
Parents:
2b28307
Message:

Minor corrections from Jay Kulpinski <jskulpin@…>.

This first one below looked like it only belonged in a
virtual memory environment. The second one was causing
problems without the PROVIDE() - I don't know why.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/psim/startup/linkcmds

    r2b28307 r3c87bb9c  
    9090     that no actual memory is lost; the page which is skipped can not
    9191     be referenced).  */
    92   . =  ALIGN(8) + 0x40000;
     92  /* . =  ALIGN(8) + 0x40000; */
    9393  .data    :
    9494  {
     
    162162  . =  ALIGN(8) + 0x8000;
    163163  PROVIDE(__stack = .);
    164   _end = . ;
    165   PROVIDE (end = .);
     164  PROVIDE(_end = .);
     165  PROVIDE(end = .);
    166166
    167167  /* These are needed for ELF backends which have not yet been
Note: See TracChangeset for help on using the changeset viewer.