Fix build error in gdb/rocm-tdep.c
authorLaurent Morichetti <laurent.morichetti@amd.com>
Wed, 15 Jan 2020 00:22:33 +0000 (16:22 -0800)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Wed, 15 Jan 2020 00:22:33 +0000 (16:22 -0800)
commitd16c467a501547e37b111f775396e28f8bf27c1e
treead5cf38380bf714fe126aec0d6097431e0965c5e
parentb4a983cb93fa80d1653194e0a58231327c7d8cd3
Fix build error in gdb/rocm-tdep.c

This patch fixes the following build error:
../../gdb/rocm-tdep.c: In function ‘void async_file_flush()’:
../../gdb/rocm-tdep.c:205:1: error: no previous declaration for ‘void async_file_flush()’ [-Werror=missing-declarations]
 async_file_flush (void)
 ^~~~~~~~~~~~~~~~

Change-Id: Ia5be169ce25452e40eeba0b6ff29d3c07db2795c
gdb/rocm-tdep.c
This page took 0.023307 seconds and 4 git commands to generate.