forked from Imagelibrary/binutils-gdb
2005-01-13 Michael Snyder <msnyder@redhat.com>
* coff-solib.c: Whitespace tweaks. * coff-solib.h: Whitespace tweaks.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* coff-solib.c: Whitespace tweaks.
|
||||||
|
* coff-solib.h: Whitespace tweaks.
|
||||||
* cli-out.c: Whitespace tweaks.
|
* cli-out.c: Whitespace tweaks.
|
||||||
* breakpoint.c: Whitespace tweaks.
|
* breakpoint.c: Whitespace tweaks.
|
||||||
* cli/cli-interp.c: Tweak comments, per coding standard.
|
* cli/cli-interp.c: Tweak comments, per coding standard.
|
||||||
|
|||||||
@@ -37,10 +37,10 @@ extern void coff_clear_solib (void);
|
|||||||
|
|
||||||
extern void coff_solib_add (char *, int, struct target_ops *, int);
|
extern void coff_solib_add (char *, int, struct target_ops *, int);
|
||||||
|
|
||||||
/* Function to be called when the inferior starts up, to discover the names
|
/* Function to be called when the inferior starts up, to discover the
|
||||||
of shared libraries that are dynamically linked, the base addresses to
|
names of shared libraries that are dynamically linked, the base
|
||||||
which they are linked, and sufficient information to read in their symbols
|
addresses to which they are linked, and sufficient information to
|
||||||
at a later time. */
|
read in their symbols at a later time. */
|
||||||
|
|
||||||
#define SOLIB_CREATE_INFERIOR_HOOK(PID) coff_solib_create_inferior_hook ()
|
#define SOLIB_CREATE_INFERIOR_HOOK(PID) coff_solib_create_inferior_hook ()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user