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/ld.h | |
parent | 512a2384fe00445101b67b9ac3b24600e01d504e (diff) | |
download | binutils-5cc18311d96a51217994f4b6a53ac88a410c9db4.tar.gz binutils-5cc18311d96a51217994f4b6a53ac88a410c9db4.tar.bz2 binutils-5cc18311d96a51217994f4b6a53ac88a410c9db4.zip |
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.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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; |