2001-11-19 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 19 Nov 2001 20:32:02 +0000 (20:32 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 19 Nov 2001 20:32:02 +0000 (20:32 +0000)
* ld-elfvsb/define.s: Mark all global lables as object.

* ld-elfvsb/hidden0.d: Match large section number.
* ld-elfvsb/hidden1.d: Likewise.
* ld-elfvsb/internal0.d: Likewise.
* ld-elfvsb/internal1.d: Likewise.
* ld-elfvsb/protected0.d: Likewise.
* ld-elfvsb/protected1.d: Likewise.

* ld-elfvsb/hidden0.d: Change NOTYPE to OBJECT.
* ld-elfvsb/internal0.d: Likewise.
* ld-elfvsb/protected0.d: Likewise.

ld/testsuite/ChangeLog
ld/testsuite/ld-elfvsb/define.s
ld/testsuite/ld-elfvsb/hidden0.d
ld/testsuite/ld-elfvsb/hidden1.d
ld/testsuite/ld-elfvsb/internal0.d
ld/testsuite/ld-elfvsb/internal1.d
ld/testsuite/ld-elfvsb/protected0.d
ld/testsuite/ld-elfvsb/protected1.d

index d11ea22..5b53e54 100644 (file)
@@ -1,3 +1,18 @@
+2001-11-19  H.J. Lu <hjl@gnu.org>
+
+       * ld-elfvsb/define.s: Mark all global lables as object.
+
+       * ld-elfvsb/hidden0.d: Match large section number.
+       * ld-elfvsb/hidden1.d: Likewise.
+       * ld-elfvsb/internal0.d: Likewise.
+       * ld-elfvsb/internal1.d: Likewise.
+       * ld-elfvsb/protected0.d: Likewise.
+       * ld-elfvsb/protected1.d: Likewise.
+
+       * ld-elfvsb/hidden0.d: Change NOTYPE to OBJECT.
+       * ld-elfvsb/internal0.d: Likewise.
+       * ld-elfvsb/protected0.d: Likewise.
+
 2001-11-15  H.J. Lu <hjl@gnu.org>
 
        * ld-sh/ld-r-1.d: Updated.
index 3d29f7c..66cf4c2 100644 (file)
@@ -1,6 +1,10 @@
+       .data
        .globl protected
+       .type protected,@object
 protected:
        .globl hidden
+       .type hidden,@object
 hidden:
        .globl internal
+       .type internal,@object
 internal:
index 33356c1..46fc647 100644 (file)
@@ -6,5 +6,5 @@
 Symbol table '.symtab' contains .* entries:
    Num:    Value[      ]+Size Type    Bind   Vis      Ndx Name
 #...
-     .: [0-9a-fA-F]*     0 NOTYPE  GLOBAL HIDDEN    . hidden
+[      ]*[0-9]+: [0-9a-fA-F]*     0 OBJECT  GLOBAL HIDDEN    . hidden
 #pass
index 30032b2..667f108 100644 (file)
@@ -5,5 +5,5 @@
 Symbol table '.symtab' contains .* entries:
    Num:    Value[      ]+Size Type    Bind   Vis      Ndx Name
 #...
-     .: [0-9a-fA-F]*     0 NOTYPE  GLOBAL HIDDEN  UND hidden
+[      ]*[0-9]+: [0-9a-fA-F]*     0 NOTYPE  GLOBAL HIDDEN  UND hidden
 #pass
index 259ed6d..a42ae02 100644 (file)
@@ -6,5 +6,5 @@
 Symbol table '.symtab' contains .* entries:
    Num:    Value[      ]+Size Type    Bind   Vis      Ndx Name
 #...
-     .: [0-9a-fA-F]*     0 NOTYPE  GLOBAL INTERNAL    . internal
+[      ]*[0-9]+: [0-9a-fA-F]*     0 OBJECT  GLOBAL INTERNAL    . internal
 #pass
index 2d36bba..c110ac6 100644 (file)
@@ -5,5 +5,5 @@
 Symbol table '.symtab' contains .* entries:
    Num:    Value[      ]+Size Type    Bind   Vis      Ndx Name
 #...
-     .: [0-9a-fA-F]*     0 NOTYPE  GLOBAL INTERNAL  UND internal
+[      ]*[0-9]+: [0-9a-fA-F]*     0 NOTYPE  GLOBAL INTERNAL  UND internal
 #pass
index 56bbdd4..48b7885 100644 (file)
@@ -6,5 +6,5 @@
 Symbol table '.symtab' contains .* entries:
    Num:    Value[      ]+Size Type    Bind   Vis      Ndx Name
 #...
-     .: [0-9a-fA-F]*     0 NOTYPE  GLOBAL PROTECTED    . protected
+[      ]*[0-9]+: [0-9a-fA-F]*     0 OBJECT  GLOBAL PROTECTED    . protected
 #pass
index beaa444..2f4931a 100644 (file)
@@ -5,5 +5,5 @@
 Symbol table '.symtab' contains .* entries:
    Num:    Value[      ]+Size Type    Bind   Vis      Ndx Name
 #...
-     .: [0-9a-fA-F]*     0 NOTYPE  GLOBAL PROTECTED  UND protected
+[      ]*[0-9]+: [0-9a-fA-F]*     0 NOTYPE  GLOBAL PROTECTED  UND protected
 #pass