Changeset 7f9cd77 in mainline


Ignore:
Timestamp:
2006-05-27T11:49:41Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
01ff41c
Parents:
e9a3c52
Message:

Change ia64 linker script to suppress warnings about discarded section that appear when compiled with gcc 4.1.x

File:
1 edited

Legend:

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

    re9a3c52 r7f9cd77  
    2424        .data : {
    2525                *(.opd);
    26                 *(.data);
     26                *(.data .data.*);
    2727                *(.sdata);
    2828        } :data
Note: See TracChangeset for help on using the changeset viewer.