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:
H.J. Lu 2001-11-19 20:32:02 +00:00
parent 22e0437587
commit f5e0494514
8 changed files with 25 additions and 6 deletions

View 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.

View File

@ -1,6 +1,10 @@
.data
.globl protected
.type protected,@object
protected:
.globl hidden
.type hidden,@object
hidden:
.globl internal
.type internal,@object
internal:

View 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

View 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

View 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

View 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

View 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

View 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