mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-23 01:03:28 +08:00
2011-05-06 Tristan Gingold <gingold@adacore.com>
* scripttempl/alphavms.sc (CODE): Add *$CODE*.
This commit is contained in:
parent
8185f55c76
commit
55221e4b5a
@ -1,3 +1,7 @@
|
||||
2011-05-06 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* scripttempl/alphavms.sc (CODE): Add *$CODE*.
|
||||
|
||||
2011-05-04 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Add
|
||||
|
@ -21,7 +21,7 @@ SECTIONS
|
||||
}
|
||||
/* RO, executable code. */
|
||||
\$CODE\$ ALIGN (${PAGESIZE}) : {
|
||||
*(\$CODE\$)
|
||||
*(\$CODE\$ *\$CODE*)
|
||||
}
|
||||
/* RO initialized data. */
|
||||
\$LITERAL\$ ALIGN (${PAGESIZE}) : {
|
||||
|
Loading…
Reference in New Issue
Block a user