diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-21 20:29:16 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-21 20:29:16 +0000 |
commit | e7cde49997fd2538d2615c0853919de7d9e2f52e (patch) | |
tree | 9629ad33b8e61152527b807a40b5d0469c947410 /gnu/usr.bin | |
parent | 5c049bc266ea3f306677348134f2d9adce51a3d9 (diff) | |
download | src-e7cde49997fd2538d2615c0853919de7d9e2f52e.tar.gz src-e7cde49997fd2538d2615c0853919de7d9e2f52e.zip |
Remove weird double-pasted sections in armelfb?_fbsd.sh.
Notes
Notes:
svn path=/projects/binutils-2.17/; revision=214179
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/ld/armelf_fbsd.sh | 7 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/ld/armelfb_fbsd.sh | 12 |
2 files changed, 0 insertions, 19 deletions
diff --git a/gnu/usr.bin/binutils/ld/armelf_fbsd.sh b/gnu/usr.bin/binutils/ld/armelf_fbsd.sh index 197180c8bd09..a7f4740651da 100644 --- a/gnu/usr.bin/binutils/ld/armelf_fbsd.sh +++ b/gnu/usr.bin/binutils/ld/armelf_fbsd.sh @@ -6,10 +6,3 @@ GENERATE_PIE_SCRIPT=yes unset STACK_ADDR unset EMBEDDED -. ${srcdir}/emulparams/armelf.sh -. ${srcdir}/emulparams/elf_fbsd.sh -MAXPAGESIZE=0x8000 -GENERATE_PIE_SCRIPT=yes - -unset STACK_ADDR -unset EMBEDDED diff --git a/gnu/usr.bin/binutils/ld/armelfb_fbsd.sh b/gnu/usr.bin/binutils/ld/armelfb_fbsd.sh index a67fb3820d7c..72aae1544d3f 100644 --- a/gnu/usr.bin/binutils/ld/armelfb_fbsd.sh +++ b/gnu/usr.bin/binutils/ld/armelfb_fbsd.sh @@ -11,15 +11,3 @@ GENERATE_PIE_SCRIPT=yes unset STACK_ADDR unset EMBEDDED OUTPUT_FORMAT="elf32-bigarm" -#XXX: This should be used once those bits are merged back in the FSF repo. -#. ${srcdir}/emulparams/armelf_fbsd.sh -# -#OUTPUT_FORMAT="elf32-bigarm" -. ${srcdir}/emulparams/armelf.sh -. ${srcdir}/emulparams/elf_fbsd.sh -MAXPAGESIZE=0x8000 -GENERATE_PIE_SCRIPT=yes - -unset STACK_ADDR -unset EMBEDDED -OUTPUT_FORMAT="elf32-bigarm" |