diff options
author | Ian Lance Taylor <iant@google.com> | 2006-11-30 23:52:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-11-30 23:52:50 +0000 |
commit | 5a6f7e2db556f93765b75baf2d1ee1509225410d (patch) | |
tree | 6db53a1cd843958dc18135430dbf37bd7b92b17e /gold/testsuite/testfile.h | |
parent | 2621033b5dbe773f00cb90d24604b70a1cead2f1 (diff) | |
download | gdb-5a6f7e2db556f93765b75baf2d1ee1509225410d.zip gdb-5a6f7e2db556f93765b75baf2d1ee1509225410d.tar.gz gdb-5a6f7e2db556f93765b75baf2d1ee1509225410d.tar.bz2 |
Added a testsuite. More support for COPY relocations.
Diffstat (limited to 'gold/testsuite/testfile.h')
-rw-r--r-- | gold/testsuite/testfile.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gold/testsuite/testfile.h b/gold/testsuite/testfile.h new file mode 100644 index 0000000..c123107 --- /dev/null +++ b/gold/testsuite/testfile.h @@ -0,0 +1,20 @@ +// testfile.h -- test input files -*- C++ -*- + +#ifndef GOLD_TESTSUITE_TESTFILE_H +#define GOLD_TESTSUITE_TESTFILE_H + +namespace gold +{ +class Target; +} + +namespace gold_testsuite +{ + +extern gold::Target* target_test_pointer; +extern const unsigned char test_file_1[]; +extern const unsigned int test_file_1_size; + +}; // End namespace gold_testsuite. + +#endif // !defined(GOLD_TESTSUITE_TESTFILE_H) |