* ld.h: Fix formatting.

* ldexp.c: Likewise.
	* ldfile.c: Likewise.
	* ldlang.c: Likewise.
	* ldmain.c: Likewise.
	* lexsup.c: Likewise.
	* pe-dll.c: Likewise.
This commit is contained in:
Kazu Hirata
2002-05-03 13:48:55 +00:00
parent 0e04a5142a
commit b7a26f91f4
8 changed files with 87 additions and 77 deletions

View File

@@ -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 ? "-" : "",