diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-29 13:21:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-29 13:21:41 +0000 |
commit | 5cc18311d96a51217994f4b6a53ac88a410c9db4 (patch) | |
tree | 977cc43a12503b20786b429280318451bc24c7e7 /ld/ldemul.h | |
parent | 512a2384fe00445101b67b9ac3b24600e01d504e (diff) | |
download | gdb-5cc18311d96a51217994f4b6a53ac88a410c9db4.zip gdb-5cc18311d96a51217994f4b6a53ac88a410c9db4.tar.gz gdb-5cc18311d96a51217994f4b6a53ac88a410c9db4.tar.bz2 |
2000-09-29 Kazu Hirata <kazu@hxi.com>
* deffile.h: Fix formatting.
* ld.h: Likewise.
* ldctor.h: Likewise.
* ldemul.h: Likewise.
* ldexp.h: Likewise.
* ldfile.h: Likewise.
* ldlang.h: Likewise.
* lexsup.c: Likewise.
* mri.c: Likewise.
* pe-dll.c: Likewise.
Diffstat (limited to 'ld/ldemul.h')
-rw-r--r-- | ld/ldemul.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ld/ldemul.h b/ld/ldemul.h index 97313d5..6e33ce8 100644 --- a/ld/ldemul.h +++ b/ld/ldemul.h @@ -1,5 +1,6 @@ /* ld-emul.h - Linker emulation header file - Copyright 1991, 92, 93, 94, 95, 96, 97, 1998, 2000 Free Software Foundation, Inc. + Copyright 1991, 92, 93, 94, 95, 96, 97, 1998, 2000 + Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -111,12 +112,12 @@ typedef struct ld_emulation_xfer_struct boolean (*place_orphan) PARAMS ((struct lang_input_statement_struct *, asection *)); - /* Run after assigning parsing with the args, but before - reading the script. Used to initialize symbols used in the script. */ + /* Run after assigning parsing with the args, but before + reading the script. Used to initialize symbols used in the script. */ void (*set_symbols) PARAMS ((void)); /* Run to parse args which the base linker doesn't - understand. Return non zero on sucess. */ + understand. Return non zero on sucess. */ int (*parse_args) PARAMS ((int, char **)); /* Run to handle files which are not recognized as object files or @@ -138,10 +139,10 @@ typedef struct ld_emulation_xfer_struct (For VMS files matching ":lib*.a" have also been scanned). */ int (* find_potential_libraries) PARAMS ((char *, struct lang_input_statement_struct *)); - + } ld_emulation_xfer_type; -typedef enum +typedef enum { intel_ic960_ld_mode_enum, default_mode_enum , |