mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
384d938fc8
mentioned in a data statement expression. (lang_do_assignments_1): Add data statement's expression's section's vma. * ld-scripts/data.{s,t,d,exp}: New.
11 lines
115 B
Perl
11 lines
115 B
Perl
SECTIONS
|
|
{
|
|
.text 0x1000 :
|
|
{
|
|
LONG (label)
|
|
label = .;
|
|
LONG (ADDR (.other))
|
|
}
|
|
.other : {}
|
|
}
|