Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: vanokuten at uclibc.org <vanokuten@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/elf2flt
Date: Fri,  9 Nov 2007 02:07:15 -0800 (PST)	[thread overview]
Message-ID: <20071109100715.A050930062@busybox.net> (raw)

Author: vanokuten
Date: 2007-11-09 02:07:15 -0800 (Fri, 09 Nov 2007)
New Revision: 20394

Log:
update elf2flt nios2 support, thanks atle

Modified:
   trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional


Changeset:
Modified: trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional
===================================================================
--- trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional	2007-11-09 09:57:25 UTC (rev 20393)
+++ trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional	2007-11-09 10:07:15 UTC (rev 20394)
@@ -1,5 +1,5 @@
 --- elf2flt/elf2flt.ld
-++ elf2flt/elf2flt.ld
++++ elf2flt/elf2flt.ld
 @@ -62,6 +62,10 @@
  		*(.eh_frame)
  		*(.gcc_except_table)
@@ -11,3 +11,32 @@
  		/* Microblaze has .sdata and .sbss (small bss).  They must
  		   be contiguous, so please don't move any of this. JW */
  		_ssrw = . ;			
+@@ -72,7 +72,7 @@
+ 		_ssrw = . ;			
+ 		*(.sdata) 
+ 		*(.sdata.*)
+-		*(.sbss)			/* Don't move this! */
++		*(.sbss .gnu.linkonce.sb*)		/* Don't move this! */
+ 		_essrw = . ;
+ 
+ 		_ssrw_size = _essrw - _ssrw;
+--- elf2flt/ld-elf2flt.in
++++ elf2flt/ld-elf2flt.in
+@@ -132,7 +132,7 @@
+ 			esac
+ 			ARG1="$ARG1 -defsym $GOT_OFFSET=`expr ${SHARED_ID} '*' -4 - 4`"
+ 		fi
+-		if [ "@emit_relocs@" = "yes" ]
++		if [ "no" = "yes" ]
+ 		then
+ 			SEDOP="$SEDOP -e s/^SINGLE_LINK://"
+ 		else
+@@ -155,7 +155,7 @@
+ 			LDSCRIPT="$NEWLDSCRIPT"
+ 		fi
+ 
+-		if [ "@emit_relocs@" = "yes" ]
++		if [ "no" = "yes" ]
+ 		then
+ 		 $LINKER $EMUL $SDIRS -T $LDSCRIPT -q -o "$OFILE.gdb" $ARG1             ||exit $?
+ 		 RFILE="$OFILE.gdb"

             reply	other threads:[~2007-11-09 10:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-09 10:07 vanokuten at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-11 20:21 [Buildroot] svn commit: trunk/buildroot/toolchain/elf2flt vanokuten at uclibc.org
2008-06-16  7:15 jacmet at uclibc.org
2009-01-28  6:32 jacmet at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071109100715.A050930062@busybox.net \
    --to=vanokuten@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox