* 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-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.
+ .data
.globl protected
+ .type protected,@object
protected:
.globl hidden
+ .type hidden,@object
hidden:
.globl internal
+ .type internal,@object
internal:
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
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
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
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
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
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