forked from Imagelibrary/binutils-gdb
2000-10-09 Kazu Hirata <kazu@hxi.com>
* ldcref.c: Fix formatting. * ldctor.h: Likewise. * ldemul.c: Likewise. * ldemul.h: Likewise. * ldexp.c: Likewise. * ldexp.h: Likewise. * ldfile.c: Likewise. * ldfile.h: Likewise. * ld.h: Likewise. * ldlang.c: Likewise. * ldlang.h: Likewise. * ldmain.c: Likewise.
This commit is contained in:
@@ -29,8 +29,7 @@ extern const char *ldfile_output_machine_name;
|
||||
/* Structure used to hold the list of directories to search for
|
||||
libraries. */
|
||||
|
||||
typedef struct search_dirs
|
||||
{
|
||||
typedef struct search_dirs {
|
||||
/* Next directory on list. */
|
||||
struct search_dirs *next;
|
||||
/* Name of directory. */
|
||||
|
||||
Reference in New Issue
Block a user