This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Disable -shared support in nios2-elf-ld.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=138a158f0a561d406bebb8b91eba0dd6dedd430e

commit 138a158f0a561d406bebb8b91eba0dd6dedd430e
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Fri Feb 2 23:00:02 2018 -0800

    Disable -shared support in nios2-elf-ld.
    
    2018-02-03  Sandra Loosemore  <sandra@codesourcery.com>
    
    	* emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.

Diff:
---
 ld/ChangeLog              | 4 ++++
 ld/emulparams/nios2elf.sh | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index f6d5220..2561419 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-03  Sandra Loosemore  <sandra@codesourcery.com>
+
+	* emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
+
 2018-02-02  Maciej W. Rozycki  <macro@mips.com>
 
 	* testsuite/ld-elf/shared.exp: Add $AFLAGS_PIC throughout to PIC
diff --git a/ld/emulparams/nios2elf.sh b/ld/emulparams/nios2elf.sh
index 7ccde97..ed70748 100644
--- a/ld/emulparams/nios2elf.sh
+++ b/ld/emulparams/nios2elf.sh
@@ -16,5 +16,4 @@ COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ENTRY=_start
 NOP=0x0001883a
 
-GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]