Changeset 6862338 in mainline


Ignore:
Timestamp:
2006-05-21T21:25:25Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2cd194
Parents:
5b4f9e1
Message:

add missing stuff

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ppc64/Makefile.inc

    r5b4f9e1 r6862338  
    3030#
    3131
    32 TARGET = ppc-linux-gnu
     32TARGET = ppc64-linux-gnu
    3333TOOLCHAIN_DIR = /usr/local/ppc64/bin
    3434
  • libc/arch/ppc64/_link.ld.in

    r5b4f9e1 r6862338  
    1515        .text : {
    1616                *(.text);
     17                *(.toc);
    1718                *(.rodata*);
    1819        } :text
    1920       
    2021        .data ALIGN(0x1000) : SUBALIGN(0x1000) {
    21                 *(.data);
     22                *(.opd);
     23                *(.data*);
    2224                *(.sdata);
    2325        } :data
Note: See TracChangeset for help on using the changeset viewer.