diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 04:00:06 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 04:00:06 +0000 |
commit | 3636de8b48ffa5ec2e1a95c0937cee96d96eb044 (patch) | |
tree | a96bd82b6a767093fad3debb5bc50b7b8cf3d307 /gdb | |
parent | d183932d0aa4d44f4cada4487f18a7981652490f (diff) | |
download | binutils-3636de8b48ffa5ec2e1a95c0937cee96d96eb044.zip binutils-3636de8b48ffa5ec2e1a95c0937cee96d96eb044.tar.gz binutils-3636de8b48ffa5ec2e1a95c0937cee96d96eb044.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* solist.h: Whitespace tweaks.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/solist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/solist.h b/gdb/solist.h index 7977c54..439e08a 100644 --- a/gdb/solist.h +++ b/gdb/solist.h @@ -100,8 +100,8 @@ struct target_so_ops the run time loader */ int (*in_dynsym_resolve_code) (CORE_ADDR pc); - /* Extra hook for finding and opening a solib. Convenience function - for remote debuggers finding host libs */ + /* Extra hook for finding and opening a solib. + Convenience function for remote debuggers finding host libs. */ int (*find_and_open_solib) (char *soname, unsigned o_flags, char **temp_pathname); |