summaryrefslogtreecommitdiff
path: root/ld/emultempl/pep.em
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-01-10 20:08:02 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-01-10 20:08:02 +0000
commit787aa46240fc5d962c1fc371969629acdd1ccc46 (patch)
tree33c2cdb28b5f991462c0552603cd8b030851f532 /ld/emultempl/pep.em
parent455533785590596dfed819ab3a9404224a3772c2 (diff)
downloadbinutils-redhat-787aa46240fc5d962c1fc371969629acdd1ccc46.tar.gz
Remove trailing white spaces in ld
* deffilep.y: Remove trailing white spaces. * elf-hints-local.h: Likewise. * ldexp.c: Likewise. * ldlang.h: Likewise. * ldmisc.c: Likewise. * ldwrite.c: Likewise. * pe-dll.c: Likewise. * emulparams/criself.sh: Likewise. * emulparams/crislinux.sh: Likewise. * emulparams/elf32_tic6x_le.sh: Likewise. * emulparams/elf32bmipn32-defs.sh: Likewise. * emulparams/elf32mb_linux.sh: Likewise. * emulparams/elf32mep.sh: Likewise. * emulparams/elf32microblaze.sh: Likewise. * emulparams/elf32ppc.sh: Likewise. * emulparams/elf64_s390.sh: Likewise. * emulparams/elf64alpha.sh: Likewise. * emulparams/elf_s390.sh: Likewise. * emulparams/elf_x86_64.sh: Likewise. * emulparams/tic80coff.sh: Likewise. * emultempl/aix.em: Likewise. * emultempl/avrelf.em: Likewise. * emultempl/cr16elf.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. * emultempl/spuelf.em: Likewise. * emultempl/tic6xdsbt.em: Likewise.
Diffstat (limited to 'ld/emultempl/pep.em')
-rw-r--r--ld/emultempl/pep.em6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/emultempl/pep.em b/ld/emultempl/pep.em
index fc3cdc3943..12b7598bf5 100644
--- a/ld/emultempl/pep.em
+++ b/ld/emultempl/pep.em
@@ -773,7 +773,7 @@ gld${EMULATION_NAME}_handle_option (int optc)
/* Set DLLCharacteristics bits */
set_pep_name ("__dll_characteristics__", pe_dll_characteristics);
-
+
return TRUE;
}
@@ -892,7 +892,7 @@ gld_${EMULATION_NAME}_after_parse (void)
"targets, did you mean --export-all-symbols?\n"));
set_entry_point ();
-
+
after_parse_default ();
}
@@ -1136,7 +1136,7 @@ pr_sym (struct bfd_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
}
#endif /* DLL_SUPPORT */
-static void
+static void
debug_section_p (bfd *abfd ATTRIBUTE_UNUSED, asection *sect, void *obj)
{
int *found = (int *) obj;