Browse Source

Add support for s390x-ibm-tpf target

binutils-csl-arm-2005q1-branch
Nick Clifton 22 years ago
parent
commit
2fbd2a87e2
  1. 4
      bfd/ChangeLog
  2. 3
      bfd/config.bfd
  3. 5
      gas/ChangeLog
  4. 1
      gas/configure
  5. 1
      gas/configure.in
  6. 4
      ld/ChangeLog
  7. 2
      ld/configure.tgt

4
bfd/ChangeLog

@ -1,3 +1,7 @@
2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
* config.bfd: Add s390x-ibm-tpf support.
2004-12-14 Tomer Levi <Tomer.Levi@nsc.com>
* elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *'

3
bfd/config.bfd

@ -1059,6 +1059,9 @@ case "${targ}" in
targ_defvec=bfd_elf64_s390_vec
targ_selvecs=bfd_elf32_s390_vec
;;
s390x-*-tpf*)
targ_defvec=bfd_elf64_s390_vec
;;
#endif
#ifdef BFD64

5
gas/ChangeLog

@ -1,3 +1,8 @@
2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
* configure.in: Add s390x-ibm-tpf support.
* configure: Regenerate.
2004-12-15 Jan Beulich <jbeulich@novell.com>
* config/obj-elf.c (obj_elf_change_section): Only set type and

1
gas/configure

@ -4533,6 +4533,7 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
s390x-*-linux-gnu*) fmt=elf em=linux ;;
s390-*-linux-gnu*) fmt=elf em=linux ;;
s390-*-tpf*) fmt=elf ;;
sh*-*-linux*) fmt=elf em=linux
case ${cpu} in

1
gas/configure.in

@ -462,6 +462,7 @@ changequote([,])dnl
s390x-*-linux-gnu*) fmt=elf em=linux ;;
s390-*-linux-gnu*) fmt=elf em=linux ;;
s390-*-tpf*) fmt=elf ;;
sh*-*-linux*) fmt=elf em=linux
case ${cpu} in

4
ld/ChangeLog

@ -1,3 +1,7 @@
2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
* configure.tgt: Add s390x-ibm-tpf support.
2004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
* ldmisc.c (vfinfo): Handle the case where %B is passed a NULL

2
ld/configure.tgt

@ -565,6 +565,8 @@ s390x-*-linux*) targ_emul=elf64_s390
targ_extra_emuls=elf_s390
targ_extra_libpath=$targ_extra_emuls
tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;;
s390x-*-tpf*) targ_emul=elf64_s390
tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;;
s390-*-linux*) targ_emul=elf_s390
if test "${want64}" = "true"; then
targ_extra_emuls=elf64_s390

Loading…
Cancel
Save