* elflink.c (_bfd_elf_link_assign_sym_version): Improve error
[deliverable/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)
This page took 0.158394 seconds and 4 git commands to generate.