Commit Graph

23 Commits

Author SHA1 Message Date
skrll 18a365911a Don't corrupt %r4 - it's a callee save.
Fixes regress/lib/csu/initfini on hppa.
2009-01-26 18:39:47 +00:00
mrg c0abe52657 "@" is a comment char on arm. these tests have always failed to pass the
`@progbits' part to obj_elf_section()... but in 2.15 obj_elf_section()
gained a demand_empty_rest_of_line(), and the trailing ", " tripped this
up.  we can (and now do) use ``"progbits"'' instead of ``@progbits''.
2004-12-27 00:47:57 +00:00
skrll 5e2026a163 Add code code for .init and .fini section fallthroughs and regression
test.
2004-05-18 19:19:34 +00:00
drochner b451e43543 complete this test for amd64
(identical to i386)
2004-03-02 14:26:12 +00:00
junyoung b0b7ac330d Fix regression failure due to missing dependency.
From Jorge Acereda via PR bin/23664.
2003-12-23 19:29:11 +00:00
thorpej 6a34f16f1f Align to 2**3, not 2**5. This works around a bug in gas 2.11.2
which was uncovered by the new crti/crtn (bug is fixed in newer
versions of gas).
2002-11-22 17:25:46 +00:00
thorpej ed2b20a87a Need <stdlib.h> for exit() prototype (noticed by gcc 3.1). 2001-12-31 20:16:34 +00:00
tv 220b5c059a MKfoo=no -> NOfoo 2001-12-12 01:23:59 +00:00
kleink 1d1c2e4149 Add the m68k assembly stub (better late than never...). 2001-10-14 19:47:14 +00:00
mhitch 03a1fb67a2 These need to be PIC, so restore the .abicalls and .cp* magic, but fix the
.cpload so it works correctly (requires the address of the .cpload in the
designated register).
2001-08-16 04:06:35 +00:00
lukem e83a63370c only run this if (${OBJECT_FMT} == "ELF") 2001-08-06 02:25:57 +00:00
tsubai 585f21f3fe .init/.fini regression test for sh3. 2001-07-23 20:39:16 +00:00
simonb 36faa88260 Drop the .abicalls and .cp* magic; fixes .init/.fini test case on mips. 2001-07-17 15:24:27 +00:00
mrg 5655cd2764 correct a date. 2001-07-17 14:02:41 +00:00
tsubai 32efc3c7d9 PowerPC asm bits for .init/.fini regression test. 2001-07-17 12:09:47 +00:00
mrg bdfccf01b1 port the initfini asm regress code to sparc and sparc64. currently it
gets FAILED, but that's to be expected... fix shortly arriving.
2001-07-17 11:29:55 +00:00
matt 07078fffef Add regression stub for VAX. 2001-07-17 06:42:38 +00:00
matt e3fa8d5f32 Add ARM case for initfini regression test 2001-07-17 06:40:25 +00:00
thorpej 284fb99460 MIPS initfini test asm glue. 2001-07-17 05:49:11 +00:00
thorpej c71495350e Make this work on the MIPS. 2001-07-17 05:40:28 +00:00
thorpej 68620c547d i386 asm bits for .init/.fini regression test. 2001-07-17 04:03:53 +00:00
thorpej f0ee444a4d Descend into initfini. 2001-07-17 03:42:07 +00:00
thorpej d31cce0350 Regression test for .init/.fini. 2001-07-17 03:41:03 +00:00