mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
* emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise. * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-02-06 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
|
||||||
|
* emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
|
||||||
|
* emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
|
||||||
|
|
||||||
2003-02-05 Alan Modra <amodra@bigpond.net.au>
|
2003-02-05 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
|
* emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
|
||||||
|
@ -26,7 +26,7 @@ case "$target" in
|
|||||||
s390*-linux*)
|
s390*-linux*)
|
||||||
case "$EMULATION_NAME" in
|
case "$EMULATION_NAME" in
|
||||||
*64*)
|
*64*)
|
||||||
LIBPATH_SUFFIX=$suffix ;;
|
LIBPATH_SUFFIX=64 ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -42,9 +42,9 @@ case "$EMULATION_NAME" in
|
|||||||
*64*)
|
*64*)
|
||||||
case "$target" in
|
case "$target" in
|
||||||
sparc*-linux*)
|
sparc*-linux*)
|
||||||
suffix=64 ;;
|
LIBPATH_SUFFIX=64 ;;
|
||||||
sparc*-solaris*)
|
sparc*-solaris*)
|
||||||
suffix=/sparcv9 ;;
|
LIBPATH_SUFFIX=/sparcv9 ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -24,7 +24,7 @@ fi
|
|||||||
case "$target" in
|
case "$target" in
|
||||||
x86_64*-linux*)
|
x86_64*-linux*)
|
||||||
case "$EMULATION_NAME" in
|
case "$EMULATION_NAME" in
|
||||||
*64*) LIBPATH_SUFFIX=$suffix ;;
|
*64*) LIBPATH_SUFFIX=64 ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user