From 48c5eb8a707f4a6daf9c3f1da5691a0f3f678884 Mon Sep 17 00:00:00 2001 From: Svein Seldal Date: Mon, 18 Nov 2002 08:28:44 +0000 Subject: TIC4X testcase commit * binutils/testsuite/binutils-all/objcopy.exp: Disable tic4x from test * binutils/testsuite/binutils-all/objdump.exp: Setup proper values for tic4x testcase * gas/testsuite/gas/all/gas.exp: Setup for tic4x testcase * gas/testsuite/gas/macros/macros.exp: Ditto * gas/testsuite/gas/all/gas.exp: Setup for tic4x testcase * gas/testsuite/gas/macros/macros.exp: Ditto * gas/testsuite/gas/tic4x: New tic4x gas testsuite directory * ld/testsuite/ld-scripts/script.exp: Setup for tic4x testcase --- ld/ChangeLog | 4 ++++ ld/testsuite/ld-scripts/script.exp | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index 3e98cde..304973e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-11-18 Svein E. Seldal + + * testsuite/ld-scripts/script.exp: Setup for tic4x testcase + 2002-11-14 Egor Duda * ldmain.c (main): Make runtime relocs disabled by default. Remove diff --git a/ld/testsuite/ld-scripts/script.exp b/ld/testsuite/ld-scripts/script.exp index a7f6bad..96cf04b 100644 --- a/ld/testsuite/ld-scripts/script.exp +++ b/ld/testsuite/ld-scripts/script.exp @@ -42,6 +42,10 @@ proc check_script { } { } else { set text_end 0x104 set data_end 0x1004 + if [istarget *c4x*-*-*] then { + set text_end 0x101 + set data_end 0x1001 + } if [istarget *c54x*-*-*] then { set text_end 0x102 set data_end 0x1002 -- cgit v1.1