Browse Source
ld/
* ld.texinfo: Document "-z global".
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Support
"-z global".
(gld${EMULATION_NAME}_list_options): Likewise.
ld/testsuite/
* ld-elf/global1.d: New file.
gdb_7_6-branch
5 changed files with 30 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
#source: start.s |
||||
|
#ld: -shared -z global |
||||
|
#readelf: -d |
||||
|
#target: *-*-linux* *-*-gnu* |
||||
|
|
||||
|
#... |
||||
|
0x0*6ffffffb \(FLAGS_1\) *Flags: GLOBAL |
||||
|
#pass |
||||
Loading…
Reference in new issue