diff options
Diffstat (limited to 'ld/testsuite/ld-undefined/undefined.exp')
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 8319ee0..af17f1e 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -109,7 +109,7 @@ set ml "undefined.c:9: undefined reference to `*this_function_is_not_defined'" # debug sections have not yet been resolved, so the low/high addresses and the # line number address are all set at zero. Thus when _bfd_elf_find_nearest_line() # calls _bfd_dwarf2_find_nearest_line() no comp_unit can be found which -# actually covers the address where the reference occured, and so +# actually covers the address where the reference occurred, and so # _bfd_elf_find_nearest_line() fails. # # The upshot of all of this, is that the error message reported by the |