]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - configure
port GDB to ia64-hpux (native).
authorJoel Brobecker <brobecker@gnat.com>
Thu, 13 Jan 2011 16:24:13 +0000 (16:24 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 13 Jan 2011 16:24:13 +0000 (16:24 +0000)
commit92c9a4639bb3294d74a36b6d0c0cb07771bbe906
treeedfd774e92a4cf8eb37e1a75a46ca94a807465bc
parentf688d93f0ba11335108bbb3979a2d3ea096f574f
port GDB to ia64-hpux (native).

ChangeLog:

        * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
        for ia64-hpux.
        * configure: Regenerate.

gdb/ChangeLog:

        * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
        ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.

        * configure.host: Add handling for ia64-hpux hosts.  Add associated
        floatformats.
        * configure.tgt: Add handling for ia64-hpux targets.
        * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
        (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
        (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
13 files changed:
ChangeLog
configure
configure.ac
gdb/ChangeLog
gdb/Makefile.in
gdb/config/ia64/hpux.mh [new file with mode: 0644]
gdb/configure.host
gdb/configure.tgt
gdb/ia64-hpux-nat.c [new file with mode: 0644]
gdb/ia64-hpux-tdep.c [new file with mode: 0644]
gdb/ia64-hpux-tdep.h [new file with mode: 0644]
gdb/solib-ia64-hpux.c [new file with mode: 0644]
gdb/solib-ia64-hpux.h [new file with mode: 0644]