Recursion in as_info_where
authorAlan Modra <amodra@gmail.com>
Wed, 1 Feb 2023 06:23:27 +0000 (16:53 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 1 Feb 2023 06:42:14 +0000 (17:12 +1030)
commit6ca36c85a09a6c8b9f32e56036a0e237423792c8
tree561d6b815910fffba47cb8d8fe2aa4a9dbc693bc
parent19455ee11dee11bd4ad1d05aac6f86114ec37848
Recursion in as_info_where

This function has a gas_assert, ie. possible call to as_abort, which
calls as_report_context, which calls as_info_where.

* messages.c (as_info_where): Don't gas_assert.
gas/messages.c