Changeset 3e7b167 in rtems


Ignore:
Timestamp:
05/08/96 21:55:41 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
92262ab
Parents:
1c964ffa
Message:

updated to remove workaround for bug in binutils 2.5.2 ld now that we are
up to 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/gen68360/startup/linkcmds

    r1c964ffa r3e7b167  
    8282                _HeapStart = .;
    8383                __HeapStart = .;
    84                 /* . += HeapSize;  */ /* XXX -- Old gld can't handle this */
    85                 /* . += StackSize; */ /* XXX -- Old gld can't handle this */
    86                 . += 0x10000; /* HeapSize for old gld */
    87                 . += 0x1000; /* StackSize for old gld */
     84                . += HeapSize; /* XXX -- Old gld can't handle this */
     85                . += StackSize; /* XXX -- Old gld can't handle this */
     86                /* . += 0x10000; */ /* HeapSize for old gld */
     87                /* . += 0x1000;  */ /* StackSize for old gld */
    8888                . = ALIGN (16);
    8989                stack_init = .;
Note: See TracChangeset for help on using the changeset viewer.