summaryrefslogtreecommitdiffstats
path: root/ld/ldemul.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-09 15:09:17 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-09 15:09:17 +0000
commit89cdebba1358d2b68fe98449be80bbc3338ebda5 (patch)
treeab36519239c28a9b19b9616798955e431ec73580 /ld/ldemul.h
parent86b1cc60c0f0ab09253cc6f6554d402fa13e52e6 (diff)
downloadppe42-binutils-89cdebba1358d2b68fe98449be80bbc3338ebda5.tar.gz
ppe42-binutils-89cdebba1358d2b68fe98449be80bbc3338ebda5.zip
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/ldemul.h')
-rw-r--r--ld/ldemul.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/ld/ldemul.h b/ld/ldemul.h
index 6e33ce88ff..224dab50ca 100644
--- a/ld/ldemul.h
+++ b/ld/ldemul.h
@@ -54,8 +54,7 @@ extern void hll_default PARAMS ((char*));
extern int ldemul_find_potential_libraries
PARAMS ((char *, struct lang_input_statement_struct *));
-typedef struct ld_emulation_xfer_struct
-{
+typedef struct ld_emulation_xfer_struct {
/* Run before parsing the command line and script file.
Set the architecture, maybe other things. */
void (*before_parse) PARAMS ((void));
@@ -142,10 +141,9 @@ typedef struct ld_emulation_xfer_struct
} ld_emulation_xfer_type;
-typedef enum
-{
+typedef enum {
intel_ic960_ld_mode_enum,
- default_mode_enum ,
+ default_mode_enum,
intel_gld960_ld_mode_enum
} lang_emulation_mode_enum_type;
OpenPOWER on IntegriCloud