diff options
Diffstat (limited to 'gdb/solib-pa64.c')
-rw-r--r-- | gdb/solib-pa64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c index f7d7b6f..cd38728 100644 --- a/gdb/solib-pa64.c +++ b/gdb/solib-pa64.c @@ -76,8 +76,8 @@ dld_cache_t; static dld_cache_t dld_cache; -static int -read_dynamic_info (asection *dyninfo_sect, dld_cache_t *dld_cache_p); +static int read_dynamic_info (asection *dyninfo_sect, + dld_cache_t *dld_cache_p); static void pa64_relocate_section_addresses (struct so_list *so, |