projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4615568
)
Fix macro tests to ignore section symbols
author
Nick Clifton
<nickc@redhat.com>
Mon, 6 Oct 2003 10:18:41 +0000
(10:18 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 6 Oct 2003 10:18:41 +0000
(10:18 +0000)
gas/testsuite/ChangeLog
patch
|
blob
|
history
gas/testsuite/gas/macros/app1.d
patch
|
blob
|
history
gas/testsuite/gas/macros/app2.d
patch
|
blob
|
history
gas/testsuite/gas/macros/app3.d
patch
|
blob
|
history
gas/testsuite/gas/macros/app4.d
patch
|
blob
|
history
diff --git
a/gas/testsuite/ChangeLog
b/gas/testsuite/ChangeLog
index d3cf9e94b37fffcb141b8f4de90d2390028c1516..32194adc80e91dcf343f2662b1bc5da583485704 100644
(file)
--- a/
gas/testsuite/ChangeLog
+++ b/
gas/testsuite/ChangeLog
@@
-1,3
+1,10
@@
+2003-10-06 Nick Clifton <nickc@redhat.com>
+
+ * gas/macros/app1.d: Skip sections symbols (if present).
+ * gas/macros/app2.d: Likewise.
+ * gas/macros/app3.d: Likewise.
+ * gas/macros/app4.d: Likewise.
+
2003-10-04 Christian Groessler <chris@groessler.org>
* gas/z8k/calr-backf.s: New file.
diff --git
a/gas/testsuite/gas/macros/app1.d
b/gas/testsuite/gas/macros/app1.d
index e96d7e50d4257938ccc197a4261f79fed7d4033c..51ba9f2ba64ae5abc496da76155d53599d0adcf6 100644
(file)
--- a/
gas/testsuite/gas/macros/app1.d
+++ b/
gas/testsuite/gas/macros/app1.d
@@
-2,4
+2,6
@@
#name: APP with macro without NO_APP
#...
0+ t a
+#...
0+[1-f] t b
+#pass
diff --git
a/gas/testsuite/gas/macros/app2.d
b/gas/testsuite/gas/macros/app2.d
index a67c6d51dbdeee0173d085e785b69e913dada75c..d6e4ecba06590b79c46d81802a24491cfbf7861c 100644
(file)
--- a/
gas/testsuite/gas/macros/app2.d
+++ b/
gas/testsuite/gas/macros/app2.d
@@
-2,4
+2,6
@@
#name: APP with macro then NO_APP
#...
0+ t a
+#...
0+[1-f] t b
+#pass
diff --git
a/gas/testsuite/gas/macros/app3.d
b/gas/testsuite/gas/macros/app3.d
index c648e4881476f0e00542a1aa4fab66960d4419a4..671a2fa01e99f98aca5ae25fbe6634fa5fade6b2 100644
(file)
--- a/
gas/testsuite/gas/macros/app3.d
+++ b/
gas/testsuite/gas/macros/app3.d
@@
-2,5
+2,8
@@
#name: APP with macro then NO_APP then more code
#...
0+ t a
+#...
0+[1-f] t b
+#...
0+[2-f] t c
+#pass
diff --git
a/gas/testsuite/gas/macros/app4.d
b/gas/testsuite/gas/macros/app4.d
index c4267f31efdf4ed2f89e7d5e74b9545703b2f247..b28a17adba1004a8fbbaadba8241bf12f084f8c6 100644
(file)
--- a/
gas/testsuite/gas/macros/app4.d
+++ b/
gas/testsuite/gas/macros/app4.d
@@
-3,5
+3,8
@@
#name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
#...
0+ t d
+#...
0+[1-f] t a
+#...
0+[2-f] t b
+#pass