]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gold/testsuite/testfile.h
Added a testsuite. More support for COPY relocations.
[thirdparty/binutils-gdb.git] / gold / testsuite / testfile.h
CommitLineData
5a6f7e2d
ILT
1// testfile.h -- test input files -*- C++ -*-
2
3#ifndef GOLD_TESTSUITE_TESTFILE_H
4#define GOLD_TESTSUITE_TESTFILE_H
5
6namespace gold
7{
8class Target;
9}
10
11namespace gold_testsuite
12{
13
14extern gold::Target* target_test_pointer;
15extern const unsigned char test_file_1[];
16extern const unsigned int test_file_1_size;
17
18}; // End namespace gold_testsuite.
19
20#endif // !defined(GOLD_TESTSUITE_TESTFILE_H)