diff options
Diffstat (limited to 'ld/scripttempl/delta68.sc')
-rw-r--r-- | ld/scripttempl/delta68.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/delta68.sc b/ld/scripttempl/delta68.sc index b126d64..82c40e6 100644 --- a/ld/scripttempl/delta68.sc +++ b/ld/scripttempl/delta68.sc @@ -1,5 +1,5 @@ # Copyright (C) 2014-2017 Free Software Foundation, Inc. -# +# # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. @@ -45,7 +45,7 @@ SECTIONS ${RELOCATING+ __.data.end = .}; } .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} : - { + { ${RELOCATING+ __.bss.start = .}; *(.bss) *(COMMON) |