public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Jie Zhang <jie.zhang@analog.com>
To: Mike Frysinger <vapier@gentoo.org>,
	binutils@sourceware.org,   Tristan Gingold <gingold@adacore.com>
Cc: Jie Zhang <jie.zhang@analog.com>
Subject: Re: Binutils branch 2.20 (done!)
Date: Sat, 05 Sep 2009 15:02:00 -0000	[thread overview]
Message-ID: <4AA27D7B.8040709@analog.com> (raw)
In-Reply-To: <20090905143538.GX518@bubble.grove.modra.org>

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

Alan Modra wrote:
> On Sat, Sep 05, 2009 at 10:20:56PM +0800, Jie Zhang wrote:
>> 	ld/testsuite/
>> 	* ld-elf/sec64k.exp: Use ".set" instead of "=" for bfin-*-*.
> 
> This is fine.
> 
Thanks. I have committed the attached patch on HEAD and 
binutils-2_20-branch.


Jie

[-- Attachment #2: ld-testsuite-sec64k-set-symbole-value-3.diff --]
[-- Type: text/x-patch, Size: 1672 bytes --]


	gas/
	* doc/as.texinfo: Document that Blackfin GAS does not
	accept SYMBOL = VALUE.

	ld/testsuite/
	* ld-elf/sec64k.exp: Use ".set" instead of "=" for bfin-*-*.

Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.208
diff -u -r1.208 as.texinfo
--- gas/doc/as.texinfo	4 Sep 2009 02:31:44 -0000	1.208
+++ gas/doc/as.texinfo	5 Sep 2009 14:47:55 -0000
@@ -3272,6 +3272,10 @@
 equals sign @samp{=}@samp{=} here represents an equivalent of the
 @code{.eqv} directive.  @xref{Eqv,,@code{.eqv}}.
 
+@ifset Blackfin
+Blackfin does not support symbol assignment with @samp{=}.
+@end ifset
+
 @node Symbol Names
 @section Symbol Names
 
Index: ld/testsuite/ld-elf/sec64k.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/sec64k.exp,v
retrieving revision 1.16
diff -u -r1.16 sec64k.exp
--- ld/testsuite/ld-elf/sec64k.exp	2 Sep 2009 07:25:39 -0000	1.16
+++ ld/testsuite/ld-elf/sec64k.exp	5 Sep 2009 14:47:55 -0000
@@ -77,9 +77,17 @@
     puts $ofd "bar_\\secn:"
     puts $ofd "  .dc.a bar_\\secn"
     puts $ofd " .endm"
-    puts $ofd " secn = [expr $i * $secs_per_file]"
+    if {![istarget "bfin-*-*"]} then {
+	puts $ofd " secn = [expr $i * $secs_per_file]"
+    } else {
+	puts $ofd " .set secn, [expr $i * $secs_per_file]"
+    }
     puts $ofd " .rept $secs_per_file"
-    puts $ofd "  secn = secn + 1"
+    if {![istarget "bfin-*-*"]} then {
+	puts $ofd "  secn = secn + 1"
+    } else {
+	puts $ofd "  .set secn, secn + 1"
+    }
     puts $ofd "  sec %(secn), %(secn-1)"
     puts $ofd " .endr"
 

  reply	other threads:[~2009-09-05 15:02 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-12 12:47 Binutils 2.20 release schedule Tristan Gingold
2009-09-01  6:27 ` Dave Korn
2009-09-01  7:35   ` Tristan Gingold
2009-09-01 14:06     ` Dave Korn
2009-09-01 15:11       ` Tristan Gingold
2009-09-01 16:15     ` Mike Frysinger
2009-09-03 15:03 ` Binutils branch 2.20 (soon) Tristan Gingold
2009-09-03 15:07   ` Ralf Wildenhues
2009-09-03 22:12     ` itbl-parse.h dependencies in gas (was: Binutils branch 2.20 (soon)) Ralf Wildenhues
2009-09-03 16:03   ` Binutils branch 2.20 (soon) Jie Zhang
2009-09-03 20:49     ` Ralf Wildenhues
2009-09-04  0:36       ` Alan Modra
2009-09-04  2:15         ` Jie Zhang
2009-09-04  5:00     ` Jie Zhang
2009-09-04 10:01       ` Binutils branch 2.20 (done!) Tristan Gingold
2009-09-04 13:59         ` Alan Modra
2009-09-04 14:33           ` Maciej W. Rozycki
2009-09-05  0:43           ` DJ Delorie
2009-09-05  1:00           ` DJ Delorie
2009-09-05  1:05             ` Mike Frysinger
2009-09-05  1:10               ` DJ Delorie
2009-09-08  2:52                 ` Alan Modra
2009-09-07  7:50             ` Tristan Gingold
2009-09-05  2:26           ` DJ Delorie
2009-09-05 10:39           ` Andreas Schwab
2009-09-08  1:21             ` Alan Modra
2009-09-05 12:40           ` Jie Zhang
2009-09-05 12:59             ` Mike Frysinger
2009-09-05 14:22               ` Jie Zhang
2009-09-05 14:35                 ` Alan Modra
2009-09-05 15:02                   ` Jie Zhang [this message]
2009-09-05 14:33             ` Alan Modra
2009-09-05 14:56               ` Jie Zhang
2009-09-06  6:05           ` Kaz Kojima
2009-09-06  7:59           ` Kaz Kojima
2009-09-07  1:27           ` Hans-Peter Nilsson
2009-09-07 23:19             ` Alan Modra
2009-09-08  2:43               ` H.J. Lu
2009-09-08  2:50                 ` Alan Modra
2009-09-08  3:05                   ` H.J. Lu
2009-11-02  6:27             ` debug symbol hiding Alan Modra
2009-11-02 15:01               ` H.J. Lu
2009-11-02 21:44                 ` Alan Modra
2009-09-08  7:27           ` Binutils branch 2.20 (done!) M R Swami Reddy
2009-09-04 14:46         ` H.J. Lu
2009-09-07 20:09         ` Andreas Schwab
2009-09-07 22:00           ` Alan Modra
2009-09-03 17:08   ` Binutils branch 2.20 (soon) Dave Korn
2009-09-03 18:15     ` Dave Korn
2009-09-03 21:47   ` Dave Korn
2009-09-04  1:25     ` [committed] dlltool new option to create delay-import library [was Re: Binutils branch 2.20 (soon)] Dave Korn

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=4AA27D7B.8040709@analog.com \
    --to=jie.zhang@analog.com \
    --cc=binutils@sourceware.org \
    --cc=gingold@adacore.com \
    --cc=vapier@gentoo.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).