Remove redundant test in BFD_ASSERT
[deliverable/binutils-gdb.git] / gdb / solib-svr4.h
index 0909e4c35a3f5691ba73b11fb8285d413c754484..993b6a307807f1a4ccb163e052ed6eccd26b49e3 100644 (file)
@@ -84,8 +84,8 @@ extern CORE_ADDR svr4_fetch_objfile_link_map (struct objfile *objfile);
 
 /* legacy_svr4_fetch_link_map_offsets_hook is a pointer to a function
    which is used to fetch link map offsets.  It will only be set
-   by solib-legacy.c, if at all. */
-extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook)(void);
+   by solib-legacy.c, if at all.  */
+extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook) (void);
 
 /* Fetch (and possibly build) an appropriate `struct link_map_offsets'
    for ILP32 and LP64 SVR4 systems.  */
This page took 0.023522 seconds and 4 git commands to generate.