diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-09-30 17:45:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-09-30 17:45:54 +0000 |
commit | 750877bad8740895d88b9f2f284e2400ef79f844 (patch) | |
tree | b3b9da46444fe90f99f8d9d180b0351dc6013cd9 /ld/testsuite/ld-elf/sec64k.exp | |
parent | 869b9d07bbfd935cc39b6bccb3da0506e467b6a7 (diff) | |
download | gdb-750877bad8740895d88b9f2f284e2400ef79f844.zip gdb-750877bad8740895d88b9f2f284e2400ef79f844.tar.gz gdb-750877bad8740895d88b9f2f284e2400ef79f844.tar.bz2 |
ld/
2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
* ldlang.c (output_statement_hash_entry): New type.
(output_statement_table): New variable for hash table.
(output_statement_newfunc): New function.
(output_statement_table_init): Likewise.
(output_statement_table_free): Likewise.
(lang_init): Call output_statement_table_init.
(lang_finish): Renamed to ...
(lang_end): This.
(lang_process): Updated.
(lang_finish): New function.
(lang_output_section_find_1): Use hash table.
(lang_output_section_statement_lookup_1): Likewise.
* ldlang.h (lang_finish): New.
* ldmain.c (main): Call lang_finish.
ld/testsuite/
2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/sec64k.exp: Enabled for all ELF targets.
Diffstat (limited to 'ld/testsuite/ld-elf/sec64k.exp')
-rw-r--r-- | ld/testsuite/ld-elf/sec64k.exp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/testsuite/ld-elf/sec64k.exp b/ld/testsuite/ld-elf/sec64k.exp index 5737fcf..cc15afb 100644 --- a/ld/testsuite/ld-elf/sec64k.exp +++ b/ld/testsuite/ld-elf/sec64k.exp @@ -24,12 +24,6 @@ if ![is_elf_format] { return } -# Per-port excludes, since this test takes an overwhelmingly long time -# currently. -if { ![istarget cris-*-*] } { - return -} - # Test >64k sections, with and without -r. First, create the assembly # files. Have a relocation to another section and one within the local # section. |