aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-29 13:21:41 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-29 13:21:41 +0000
commit5cc18311d96a51217994f4b6a53ac88a410c9db4 (patch)
tree977cc43a12503b20786b429280318451bc24c7e7 /ld/ld.h
parent512a2384fe00445101b67b9ac3b24600e01d504e (diff)
downloadgdb-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/ld.h')
-rw-r--r--ld/ld.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 11455cd..26069b8 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -81,7 +81,6 @@ typedef struct user_section_struct
struct lang_input_statement_struct *file;
} section_userdata_type;
-
#define get_userdata(x) ((x)->userdata)
#define BYTE_SIZE (1)
@@ -127,7 +126,7 @@ typedef struct
file. */
boolean embedded_relocs;
- /* If true, force generation of a file with a .exe file. */
+ /* If true, force generation of a file with a .exe file. */
boolean force_exe_suffix;
/* If true, generate a cross reference report. */
@@ -155,14 +154,14 @@ typedef struct
/* If true (the default) check section addresses, once compute,
fpor overlaps. */
boolean check_section_addresses;
-
+
} args_type;
extern args_type command_line;
typedef int token_code_type;
-typedef struct
+typedef struct
{
bfd_size_type specified_data_size;
boolean magic_demand_paged;