2011-04-18 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Mon, 18 Apr 2011 13:44:36 +0000 (13:44 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 18 Apr 2011 13:44:36 +0000 (13:44 +0000)
* gas/macros/app1.s: Export symbol
* gas/macros/app2.s: Ditto
* gas/macros/app3.s: Ditto
* gas/macros/app4.s: Ditto
* gas/macros/app4b.s: Ditto
* gas/macros/app1.d: Adjust.
* gas/macros/app2.d: Ditto.
* gas/macros/app3.d: Ditto.
* gas/macros/app4.d: Ditto.

gas/testsuite/ChangeLog
gas/testsuite/gas/macros/app1.d
gas/testsuite/gas/macros/app1.s
gas/testsuite/gas/macros/app2.d
gas/testsuite/gas/macros/app2.s
gas/testsuite/gas/macros/app3.d
gas/testsuite/gas/macros/app3.s
gas/testsuite/gas/macros/app4.d
gas/testsuite/gas/macros/app4.s
gas/testsuite/gas/macros/app4b.s

index fc73aee03e0d652d6beaa85de516c01d77915edd..c0ca65a541362bfe32fd85cdd3260c636fd47154 100644 (file)
@@ -1,3 +1,15 @@
+2011-04-18  Tristan Gingold  <gingold@adacore.com>
+
+       * gas/macros/app1.s: Export symbol
+       * gas/macros/app2.s: Ditto
+       * gas/macros/app3.s: Ditto
+       * gas/macros/app4.s: Ditto
+       * gas/macros/app4b.s: Ditto
+       * gas/macros/app1.d: Adjust.
+       * gas/macros/app2.d: Ditto.
+       * gas/macros/app3.d: Ditto.
+       * gas/macros/app4.d: Ditto.
+
 2011-04-18  Tristan Gingold  <gingold@adacore.com>
 
        * lib/gas-defs.exp (get_standard_section_names): Add names for
index 51ba9f2ba64ae5abc496da76155d53599d0adcf6..e7f7e1e463765068bbb7fdd90c7c7f1ce19b3d8a 100644 (file)
@@ -1,7 +1,7 @@
 #nm: -n
 #name: APP with macro without NO_APP
 #...
-0+ t a
+0+ T a
 #...
-0+[1-f] t b
+0+[1-f] T b
 #pass
index fd63b8188af539e30a2726dc357e16f250f3c43b..5cc7a075b0c12ff6256a4baaa6e89774b4007db1 100644 (file)
@@ -1,10 +1,12 @@
 #NO_APP
  .text
  .macro foo
+ .globl a
 a:
  .long 42
  .endm
 #APP
  foo
+ .globl b
 b:
  .long 56
index d6e4ecba06590b79c46d81802a24491cfbf7861c..ef62e3a526c67d8aea42c43e9be2340edfe51a82 100644 (file)
@@ -1,7 +1,7 @@
 #nm: -n
 #name: APP with macro then NO_APP
 #...
-0+ t a
+0+ T a
 #...
-0+[1-f] t b
+0+[1-f] T b
 #pass
index 7147bcaf51e6827392a77a001e3fcb37f7210d3a..8f9222b2e0c0edcf1a481dc389650606913123fe 100644 (file)
@@ -1,11 +1,13 @@
 #NO_APP
  .text
  .macro foo
+ .globl a
 a:
  .long 42
  .endm
 #APP
  foo
+ .globl b
 b:
  .long 56
 #NO_APP
index 671a2fa01e99f98aca5ae25fbe6634fa5fade6b2..4be449c3fba044bfb59c6d31ec2f6ac7b5b6ccf8 100644 (file)
@@ -1,9 +1,9 @@
 #nm: -n
 #name: APP with macro then NO_APP then more code
 #...
-0+ t a
+0+ T a
 #...
-0+[1-f] t b
+0+[1-f] T b
 #...
-0+[2-f] t c
+0+[2-f] T c
 #pass
index 49d850c261546fffeb958b2c1385cd7356cab7bb..7d950c5dd1b4a81988a4639556016bcc9e0855c4 100644 (file)
@@ -1,13 +1,16 @@
 #NO_APP
  .text
  .macro foo
+ .globl a
 a:
  .long 42
  .endm
 #APP
  foo
+ .globl b
 b:
  .long 56
 #NO_APP
+ .globl c
 c:
  .long 78
index b28a17adba1004a8fbbaadba8241bf12f084f8c6..537a03b842e27bd2d06f07ff49f548a635d9452f 100644 (file)
@@ -2,9 +2,9 @@
 #nm: -n
 #name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
 #...
-0+ t d
+0+ T d
 #...
-0+[1-f] t a
+0+[1-f] T a
 #...
-0+[2-f] t b
+0+[2-f] T b
 #pass
index ca635bfa49b67e617bcd71b5e79895bd466ca328..1966514fe3d7d8f29c7d3a97d0f04f789d828a28 100644 (file)
@@ -1,9 +1,11 @@
  .text
  .macro foo
+ .globl a
 a:
  .long 42
  .endm
  .include "app4b.s"
  foo
+ .globl b
 b:
  .long 56
index 5b2e7af1140046cb56b344879000ca5bf1d32f38..45e6c4c3522877b0027f565562c4402dd1539e1a 100644 (file)
@@ -1,10 +1,12 @@
 #NO_APP
+ .globl d
 d:
  .long 21
 #APP
  .if 0
 #NO_APP
  .err
+ .globl x
 x:
 #APP
  .endif