Remove is_n64_ data member from Mips_relobj class.
[binutils-gdb.git] / gold / testsuite / script_test_11.t
1 SECTIONS
2 {
3 .foo : {
4 __foo_start = .;
5 KEEP(*(.foo))
6 __foo_end = .;
7 }
8 }