diff options
author | Nick Clifton <nickc@redhat.com> | 2004-12-16 16:02:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-12-16 16:02:59 +0000 |
commit | 2fbd2a87e2cd23eba4eae6341661ce0149be08b1 (patch) | |
tree | 2d08566192d97111e5d4fd19e3faf2fb6bf111c4 /gas | |
parent | f2763b012e379b77b8927ceb967223b6ea01e6a9 (diff) | |
download | gdb-2fbd2a87e2cd23eba4eae6341661ce0149be08b1.zip gdb-2fbd2a87e2cd23eba4eae6341661ce0149be08b1.tar.gz gdb-2fbd2a87e2cd23eba4eae6341661ce0149be08b1.tar.bz2 |
Add support for s390x-ibm-tpf target
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/configure | 1 | ||||
-rw-r--r-- | gas/configure.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3aed969..e7f1859 100644 --- a/gas/ChangeLog +++ b/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 diff --git a/gas/configure b/gas/configure index 829692b..dc07df9 100755 --- a/gas/configure +++ b/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 diff --git a/gas/configure.in b/gas/configure.in index b2afeae..50dcfd5 100644 --- a/gas/configure.in +++ b/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 |