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.
This commit is contained in:
parent
22e0437587
commit
f5e0494514
8 changed files with 25 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
.data
|
||||
.globl protected
|
||||
.type protected,@object
|
||||
protected:
|
||||
.globl hidden
|
||||
.type hidden,@object
|
||||
hidden:
|
||||
.globl internal
|
||||
.type internal,@object
|
||||
internal:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue