Mercurial > flash_v2
diff packages/hal/arm/arch/current/src/arm.ld @ 305:82c554739834
Add .note.arm.ident to ARM linker script.
| author | msalter |
|---|---|
| date | Thu, 22 Aug 2002 12:33:42 +0000 |
| parents | d2c90368aeef |
| children | 2b873df9a058 |
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/arm.ld +++ b/packages/hal/arm/arch/current/src/arm.ld @@ -87,7 +87,8 @@ OUTPUT_FORMAT(elf32-bigarm) .debug_frame 0 : { *(.debug_frame) } \ .debug_str 0 : { *(.debug_str) } \ .debug_loc 0 : { *(.debug_loc) } \ - .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_macinfo 0 : { *(.debug_macinfo) } \ + .note.arm.ident 0 : { KEEP (*(.note.arm.ident)) } #define SECTION_fixed_vectors(_region_, _vma_, _lma_) \ .fixed_vectors _vma_ : _lma_ \
