ld: Restore file offset after a plugin fails to claim a file
[binutils-gdb.git] / ld / testsuite / ld-plugin / plugin-7.d
index ba0ed946641a1d9aed7bfb1833260efdd024d474..d1c159c4f311d6164965d79cb28a7b3c030f3375 100644 (file)
@@ -1,31 +1,34 @@
 Hello from testplugin.
-tv\[0\]: LDPT_MESSAGE func@0x.*
-tv\[1\]: LDPT_API_VERSION value        0x1 \(1\)
-tv\[2\]: LDPT_GNU_LD_VERSION value       0x.*
-tv\[3\]: LDPT_LINKER_OUTPUT value        0x1 \(1\)
-tv\[4\]: LDPT_OUTPUT_NAME 'tmpdir/main.x'
-tv\[5\]: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
-tv\[6\]: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
-tv\[7\]: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
-tv\[8\]: LDPT_ADD_SYMBOLS func@0x.*
-tv\[9\]: LDPT_GET_INPUT_FILE func@0x.*
-tv\[10\]: LDPT_RELEASE_INPUT_FILE func@0x.*
-tv\[11\]: LDPT_GET_SYMBOLS func@0x.*
-tv\[12\]: LDPT_ADD_INPUT_FILE func@0x.*
-tv\[13\]: LDPT_ADD_INPUT_LIBRARY func@0x.*
-tv\[14\]: LDPT_SET_EXTRA_LIBRARY_PATH func@0x.*
-tv\[15\]: LDPT_OPTION 'registerclaimfile'
-tv\[16\]: LDPT_OPTION 'registerallsymbolsread'
-tv\[17\]: LDPT_OPTION 'registercleanup'
-tv\[18\]: LDPT_OPTION 'claim:tmpdir/func.o'
-tv\[19\]: LDPT_OPTION 'sym:_?func::0:0:0'
-tv\[20\]: LDPT_NULL value        0x0 \(0\)
+.*: LDPT_MESSAGE func@0x.*
+.*: LDPT_API_VERSION value        0x1 \(1\)
+.*: LDPT_GNU_LD_VERSION value       0x.*
+.*: LDPT_LINKER_OUTPUT value        0x1 \(1\)
+.*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
+.*: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
+.*: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
+.*: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
+.*: LDPT_ADD_SYMBOLS func@0x.*
+.*: LDPT_GET_INPUT_FILE func@0x.*
+.*: LDPT_GET_VIEW func@0x.*
+.*: LDPT_RELEASE_INPUT_FILE func@0x.*
+.*: LDPT_GET_SYMBOLS func@0x.*
+.*: LDPT_GET_SYMBOLS_V2 func@0x.*
+.*: LDPT_ADD_INPUT_FILE func@0x.*
+.*: LDPT_ADD_INPUT_LIBRARY func@0x.*
+.*: LDPT_SET_EXTRA_LIBRARY_PATH func@0x.*
+.*: LDPT_OPTION 'registerclaimfile'
+.*: LDPT_OPTION 'registerallsymbolsread'
+.*: LDPT_OPTION 'registercleanup'
+.*: LDPT_OPTION 'claim:tmpdir/func.o'
+.*: LDPT_OPTION 'sym:_?func::0:0:0'
+.*: LDPT_NULL value        0x0 \(0\)
 #...
 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
 #...
 hook called: all symbols read.
-`func' referenced in section `\.text' of tmpdir/main.o: defined in discarded section .*
+tmpdir/main.o: In function `main':
+.*main.c.*: undefined reference to `func'
 hook called: cleanup.
 #...