Revisão | de0f12a5ebb56e72280f54d8fa3c038d13c16977 (tree) |
---|---|
Hora | 2015-12-22 23:58:54 |
Autor | Yoshinori Sato <ysato@sa76...> |
Commiter | Yoshinori Sato |
special section only rx-*-elf
@@ -286,7 +286,7 @@ proc gas_init { args } { | ||
286 | 286 | # Internal procedure: return the names of the standard sections |
287 | 287 | # |
288 | 288 | proc get_standard_section_names {} { |
289 | - if [istarget "rx-*-*"] { | |
289 | + if [istarget "rx-*-elf"] { | |
290 | 290 | return { "P" "D_1" "B_1" } |
291 | 291 | } |
292 | 292 | if [istarget "alpha*-*-*vms*"] { |