Changeset 2217ac3 in mainline for src/main/main.c


Ignore:
Timestamp:
2005-05-03T11:30:21Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f4e706
Parents:
2a0047fc
Message:

More IA-64 work.
IA-64 putchar() for Ski simulator.
Linker script changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    r2a0047fc r2217ac3  
    6464 * the linker with appropriate sizes and addresses.
    6565 */
    66 __u32 hardcoded_load_address = 0;
     66__address hardcoded_load_address = 0;
    6767__u32 hardcoded_ktext_size = 0;
    6868__u32 hardcoded_kdata_size = 0;
Note: See TracChangeset for help on using the changeset viewer.