nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | { |
2 | if ($2 == "PATCH") |
||
3 | print ".text." $4 " " $1 " : { KEEP(" $3 " (.*." $4 ")) }"; |
||
4 | else if ($2 == "DUMMY") |
||
5 | print ".text.dummy." $4 " " $1 " : { " $3 " (.*." $4 ") }"; |
||
6 | else if ($2 == "REGION") |
||
7 | print ".text." $4 " : { KEEP(" $3 " (.*." $4 ")) } >" $1; |
||
8 | else if ($2 == "TARGETREGION") |
||
9 | print ".text." $1 " : { " $3 " (.text .text.* .data .data.* .bss .bss.* .rodata .rodata.*) } >" $1; |
||
10 | } |