diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 20:08:03 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 20:08:03 +0000 |
commit | e4492aa0d87eda6a9442625b59f713bcf4f08922 (patch) | |
tree | dedd3225b451ed177cbb286c27b4adbf51768c59 /ld/emulparams | |
parent | 68ffbac672c0d7f2566e715f878e65ed9b44795f (diff) | |
download | gdb-e4492aa0d87eda6a9442625b59f713bcf4f08922.zip gdb-e4492aa0d87eda6a9442625b59f713bcf4f08922.tar.gz gdb-e4492aa0d87eda6a9442625b59f713bcf4f08922.tar.bz2 |
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/emulparams')
-rw-r--r-- | ld/emulparams/criself.sh | 6 | ||||
-rw-r--r-- | ld/emulparams/crislinux.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf32_tic6x_le.sh | 12 | ||||
-rw-r--r-- | ld/emulparams/elf32bmipn32-defs.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf32mb_linux.sh | 2 | ||||
-rwxr-xr-x | ld/emulparams/elf32mep.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf32microblaze.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf32ppc.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf64_s390.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf64alpha.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf_s390.sh | 4 | ||||
-rw-r--r-- | ld/emulparams/elf_x86_64.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/tic80coff.sh | 2 |
13 files changed, 21 insertions, 21 deletions
diff --git a/ld/emulparams/criself.sh b/ld/emulparams/criself.sh index f709a1b..9c8ab31 100644 --- a/ld/emulparams/criself.sh +++ b/ld/emulparams/criself.sh @@ -31,8 +31,8 @@ TEXT_START_SYMBOLS='__Stext = ADDR (.startup);' # The __start dance is to get us through assumptions about entry # symbols, and to clear _start for normal use with sane programs. EXECUTABLE_SYMBOLS=' -__start = DEFINED(__start) ? __start : - DEFINED(_start) ? _start : +__start = DEFINED(__start) ? __start : + DEFINED(_start) ? _start : DEFINED(start) ? start : DEFINED(.startup) ? .startup + 2 : 2; ' @@ -98,7 +98,7 @@ CTOR_END=' # Also add the other symbols provided for rsim/xsim and elinux. OTHER_SYMBOLS=' PROVIDE (__Eall = .); - PROVIDE (__Endmem = 0x10000000); + PROVIDE (__Endmem = 0x10000000); PROVIDE (__Stacksize = 0); ' NO_SMALL_DATA=yes diff --git a/ld/emulparams/crislinux.sh b/ld/emulparams/crislinux.sh index 8a1a5b8..47a9c51 100644 --- a/ld/emulparams/crislinux.sh +++ b/ld/emulparams/crislinux.sh @@ -34,7 +34,7 @@ OTHER_BSS_END_SYMBOLS='PROVIDE (__Ebss = .);' # Also add the other symbols provided for rsim/xsim and elinux. OTHER_SYMBOLS=' PROVIDE (__Eall = .); - PROVIDE (__Endmem = 0x10000000); + PROVIDE (__Endmem = 0x10000000); PROVIDE (__Stacksize = 0); ' NO_SMALL_DATA=yes diff --git a/ld/emulparams/elf32_tic6x_le.sh b/ld/emulparams/elf32_tic6x_le.sh index 4911081..dfd64c1 100644 --- a/ld/emulparams/elf32_tic6x_le.sh +++ b/ld/emulparams/elf32_tic6x_le.sh @@ -47,12 +47,12 @@ OTHER_READWRITE_RELOC_SECTIONS=" case ${target} in *-elf) OTHER_BSS_SECTIONS=" - .heap : - { - . = ALIGN(4); - _HEAP_START = .; - . += 0x2000000; - _HEAP_MAX = .; + .heap : + { + . = ALIGN(4); + _HEAP_START = .; + . += 0x2000000; + _HEAP_MAX = .; } .stack : { diff --git a/ld/emulparams/elf32bmipn32-defs.sh b/ld/emulparams/elf32bmipn32-defs.sh index 12aaf72..514990b 100644 --- a/ld/emulparams/elf32bmipn32-defs.sh +++ b/ld/emulparams/elf32bmipn32-defs.sh @@ -44,7 +44,7 @@ ENTRY=__start OTHER_GOT_RELOC_SECTIONS=" .rel.dyn ${RELOCATING-0} : { *(.rel.dyn) } " -# GOT-related settings. +# GOT-related settings. # If the output has a GOT section, there must be exactly 0x7ff0 bytes # between .got and _gp. The ". = ." below stops the orphan code from # inserting other sections between the assignment to _gp and the start diff --git a/ld/emulparams/elf32mb_linux.sh b/ld/emulparams/elf32mb_linux.sh index bb60d1f..ccb633e 100644 --- a/ld/emulparams/elf32mb_linux.sh +++ b/ld/emulparams/elf32mb_linux.sh @@ -16,4 +16,4 @@ GENERATE_SHLIB_SCRIPT=yes GENERATE_PIE_SCRIPT=yes NO_SMALL_DATA=yes SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0" - + diff --git a/ld/emulparams/elf32mep.sh b/ld/emulparams/elf32mep.sh index f72fe2a..2ebbda1 100755 --- a/ld/emulparams/elf32mep.sh +++ b/ld/emulparams/elf32mep.sh @@ -23,7 +23,7 @@ OTHER_READONLY_SECTIONS=' __stack_size = 0x100000; __stack0 = (__stack - (0 * (__stack_size / 1)) + 15) / 16 * 16; - .rostacktab : + .rostacktab : { /* Emit a table describing the location of the different stacks. Only 1 processor in the default configuration. */ diff --git a/ld/emulparams/elf32microblaze.sh b/ld/emulparams/elf32microblaze.sh index 1f80447..8595e2d 100644 --- a/ld/emulparams/elf32microblaze.sh +++ b/ld/emulparams/elf32microblaze.sh @@ -22,4 +22,4 @@ NOP=0x80000000 TEMPLATE_NAME=elf32 #GENERATE_SHLIB_SCRIPT=yes - + diff --git a/ld/emulparams/elf32ppc.sh b/ld/emulparams/elf32ppc.sh index 8e1a9f3..c3da115 100644 --- a/ld/emulparams/elf32ppc.sh +++ b/ld/emulparams/elf32ppc.sh @@ -1,5 +1,5 @@ # If you change this file, please also look at files which source this one: -# elf32lppcnto.sh elf32lppc.sh elf32ppclinux.sh elf32ppcnto.sh +# elf32lppcnto.sh elf32lppc.sh elf32ppclinux.sh elf32ppcnto.sh # elf32ppcsim.sh . ${srcdir}/emulparams/elf32ppccommon.sh diff --git a/ld/emulparams/elf64_s390.sh b/ld/emulparams/elf64_s390.sh index 61d4c02..98db3d3 100644 --- a/ld/emulparams/elf64_s390.sh +++ b/ld/emulparams/elf64_s390.sh @@ -9,7 +9,7 @@ ARCH="s390:64-bit" MACHINE= NOP=0x07070707 TEMPLATE_NAME=elf32 -GENERATE_SHLIB_SCRIPT=yes +GENERATE_SHLIB_SCRIPT=yes GENERATE_PIE_SCRIPT=yes NO_SMALL_DATA=yes IREL_IN_PLT= diff --git a/ld/emulparams/elf64alpha.sh b/ld/emulparams/elf64alpha.sh index 82f505d..9a275b7 100644 --- a/ld/emulparams/elf64alpha.sh +++ b/ld/emulparams/elf64alpha.sh @@ -19,7 +19,7 @@ PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }" DATA_PLT=yes TEXT_PLT=yes -# Note that the number is always big-endian, thus we have to +# Note that the number is always big-endian, thus we have to # reverse the digit string. NOP=0x0000fe2f1f04ff47 # unop; nop diff --git a/ld/emulparams/elf_s390.sh b/ld/emulparams/elf_s390.sh index 8f35cf3..f2286ec 100644 --- a/ld/emulparams/elf_s390.sh +++ b/ld/emulparams/elf_s390.sh @@ -8,7 +8,7 @@ ARCH="s390:31-bit" MACHINE= NOP=0x07070707 TEMPLATE_NAME=elf32 -GENERATE_SHLIB_SCRIPT=yes -GENERATE_PIE_SCRIPT=yes +GENERATE_SHLIB_SCRIPT=yes +GENERATE_PIE_SCRIPT=yes NO_SMALL_DATA=yes IREL_IN_PLT= diff --git a/ld/emulparams/elf_x86_64.sh b/ld/emulparams/elf_x86_64.sh index ae849e0..4842257 100644 --- a/ld/emulparams/elf_x86_64.sh +++ b/ld/emulparams/elf_x86_64.sh @@ -32,7 +32,7 @@ case "$target" in *64*) LIBPATH_SUFFIX=64 ;; esac ;; - *-*-solaris2*) + *-*-solaris2*) LIBPATH_SUFFIX=/amd64 ELF_INTERPRETER_NAME=\"/lib/amd64/ld.so.1\" ;; diff --git a/ld/emulparams/tic80coff.sh b/ld/emulparams/tic80coff.sh index 088e9b0..5fce934 100644 --- a/ld/emulparams/tic80coff.sh +++ b/ld/emulparams/tic80coff.sh @@ -39,7 +39,7 @@ ARCH=tic80 # TEXT_START_ADDR=0x2000000 -# The genscripts.sh script uses this to set the default value of +# The genscripts.sh script uses this to set the default value of # DATA_ALIGNMENT when running the scripttempl script. # # SEGMENT_SIZE= |