summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-linkonce
Commit message (Collapse)AuthorAgeFilesLines
* Update sources to GPLv3Nick Clifton2007-07-061-6/+9
|
* * ld-linkonce/x.s: Use .gcc_except_table instead of .eh_frameAlan Modra2007-04-244-8/+64
| | | | | | | | | to test that entry for deleted function is zeroed. Add a somewhat closer to normal .eh_frame to test that fde for deleted function is removed. * ld-linkonce/y.s: Likewise. * ld-linkonce/zeroeh.ld: Place .gcc_except_table too. * ld-linkonce/zeroehl32.d: Update.
* Update FSF addressesNick Clifton2005-05-121-1/+1
|
* 2002-10-12 H.J. Lu (hjl@gnu.org)H.J. Lu2002-10-121-1/+1
| | | | | | | | | * ld-discard/extern.d: Remove $srcdir/$subdir/. * ld-discard/start.d: Likewise. * ld-discard/static.d: Likewise. * ld-linkonce/zeroehl32.d: Likewise. * ld-selective/keepdot.d: Likewise. * ld-selective/keepdot0.d: Likewise.
* * ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.Alan Modra2002-08-101-1/+6
| | | | | | * ld-linkonce/linkonce.exp: Likewise. * ld-selective/sel-dump.exp: Likewise. * ld-selective/selective.exp: Don't run on aout or bout.
* * ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,Alan Modra2002-07-301-1/+4
| | | | | | | | | | ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target. * ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, ld-linkonce/linkonce.exp, ld-shared/shared.exp, ld-undefined/weak-undef.exp: Test hppa*64*-*-hpux* and hppa*-*-linux* targets. * ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s: Add whitespace before assembler directives.
* Oops - forgot to remove xfailHans-Peter Nilsson2001-09-291-1/+0
|
* * ld-linkonce/linkonce.exp: New file.Hans-Peter Nilsson2001-09-295-0/+117
* ld-linkonce/x.s, ld-linkonce/y.s, ld-linkonce/zeroeh.ld, ld-linkonce/zeroehl32.d: New test.