diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-10-09 15:09:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-10-09 15:09:17 +0000 |
commit | 89cdebba1358d2b68fe98449be80bbc3338ebda5 (patch) | |
tree | ab36519239c28a9b19b9616798955e431ec73580 /ld/ldfile.h | |
parent | 86b1cc60c0f0ab09253cc6f6554d402fa13e52e6 (diff) | |
download | gdb-89cdebba1358d2b68fe98449be80bbc3338ebda5.zip gdb-89cdebba1358d2b68fe98449be80bbc3338ebda5.tar.gz gdb-89cdebba1358d2b68fe98449be80bbc3338ebda5.tar.bz2 |
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.
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r-- | ld/ldfile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h index 9e1834f..35bd2dc 100644 --- a/ld/ldfile.h +++ b/ld/ldfile.h @@ -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. */ |