mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
2001-10-05 H.J. Lu <hjl@gnu.org>
* genscripts.sh: Fix a typo in the last change.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-05 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* genscripts.sh: Fix a typo in the last change.
|
||||||
|
|
||||||
2001-10-05 Jakub Jelinek <jakub@redhat.com>
|
2001-10-05 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
|
* emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
|
||||||
|
@ -150,7 +150,7 @@ if test -n "$GENERATE_COMBRELOC_SCRIPT"; then
|
|||||||
DATA_ALIGNMENT=${DATA_ALIGNMENT_c-${DATA_ALIGNMENT_}}
|
DATA_ALIGNMENT=${DATA_ALIGNMENT_c-${DATA_ALIGNMENT_}}
|
||||||
LD_FLAG=c
|
LD_FLAG=c
|
||||||
COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tmp
|
COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tmp
|
||||||
( echo "'/* Script for -z combreloc: combine and sort reloc sections */"
|
( echo "/* Script for -z combreloc: combine and sort reloc sections */"
|
||||||
. ${srcdir}/emulparams/${EMULATION_NAME}.sh
|
. ${srcdir}/emulparams/${EMULATION_NAME}.sh
|
||||||
. ${srcdir}/scripttempl/${SCRIPT_NAME}.sc
|
. ${srcdir}/scripttempl/${SCRIPT_NAME}.sc
|
||||||
) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xc
|
) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xc
|
||||||
|
Reference in New Issue
Block a user