Changeset 7ad3c2f in mainline for libc/arch/mips32/_link.ld.in


Ignore:
Timestamp:
2006-03-14T16:34:17Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00c4994
Parents:
79522a7
Message:

Added malloc implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/_link.ld.in

    r79522a7 r7ad3c2f  
    2525                *(.sbss);
    2626                *(COMMON);
     27                _heap = .;
     28                LONG(0xdeadbeef);
    2729        } :data
    2830       
Note: See TracChangeset for help on using the changeset viewer.