aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-03 13:48:55 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-03 13:48:55 +0000
commitb7a26f91f425d537f77f38cd5dac97dda0fd9127 (patch)
treed603688e13e154c4d12b4b1b04bd45e4f6683e54 /ld/lexsup.c
parent0e04a5142ad3bd8a85c27e002bff46387af71a59 (diff)
downloadfsf-binutils-gdb-b7a26f91f425d537f77f38cd5dac97dda0fd9127.zip
fsf-binutils-gdb-b7a26f91f425d537f77f38cd5dac97dda0fd9127.tar.gz
fsf-binutils-gdb-b7a26f91f425d537f77f38cd5dac97dda0fd9127.tar.bz2
* ld.h: Fix formatting.
* ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldmain.c: Likewise. * lexsup.c: Likewise. * pe-dll.c: Likewise.
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index 230dd6b..cbde509 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -804,7 +804,7 @@ parse_args (argc, argv)
increment optind, and continue because getopt is too confused
and will seg-fault the next time around. */
einfo(_("%P%F: bad -rpath option\n"));
-
+
link_info.relocateable = true;
config.build_constructors = false;
config.magic_demand_paged = false;
@@ -954,8 +954,8 @@ parse_args (argc, argv)
break;
case OPTION_TARGET_HELP:
/* Mention any target specific options. */
- ldemul_list_emulation_options (stdout);
- exit (0);
+ ldemul_list_emulation_options (stdout);
+ exit (0);
case OPTION_TBSS:
set_section_start (".bss", optarg);
break;
@@ -1009,7 +1009,7 @@ parse_args (argc, argv)
version information. Read it, but don't assume that
we've seen a linker script. */
{
- FILE * hold_script_handle;
+ FILE *hold_script_handle;
hold_script_handle = saved_script_handle;
ldfile_open_command_file (optarg);
@@ -1225,7 +1225,7 @@ help ()
int two_dashes =
(ld_options[j].control == TWO_DASHES
|| ld_options[j].control == EXACTLY_TWO_DASHES);
-
+
printf ("%s-%s%s",
comma ? ", " : "",
two_dashes ? "-" : "",