gnu-nat.c: fix calls to add_info_alias
authorAndrea Monaco <andrea.monaco@autistici.org>
Tue, 23 Nov 2021 02:26:25 +0000 (21:26 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Nov 2021 02:28:21 +0000 (21:28 -0500)
commite1fbfba5a58a76c4f99925149e2d5fe8f487d191
treefd76f98cd784cd698a126ea351b242118297c2cb
parent4d3af74a388191e3363d104e6702acfd96dc5e60
gnu-nat.c: fix calls to add_info_alias

Some time ago add_info_alias was changed (commit
e0f25bd9717c7973197095523db7c1cdc956cea2).  These calls were not updated
and caused errors on compilation.

Change-Id: I354ae4e8b8926d785abc94ec7142471ffd76d2de
gdb/gnu-nat.c