]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
config.host (hppa-*-openbsd*): New target.
authorMark Kettenis <kettenis@openbsd.org>
Thu, 20 Sep 2012 01:20:34 +0000 (01:20 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 20 Sep 2012 01:20:34 +0000 (01:20 +0000)
commit17f293b01426805287a4aee50a3494372f0d3d7d
tree5934c9676457a57d510172c9e44a0545dba622bb
parente29941cef2ac3ed3af5e0e6f9b443ada129fa4ec
config.host (hppa-*-openbsd*): New target.

libgcc/:

        * config.host (hppa-*-openbsd*): New target.
        * config/pa/t-openbsd: New file.

gcc:/

        * config.gcc (hppa*-*-openbsd*): New target.
        * config/pa/pa-openbsd.h: New file.
        * config/pa/pa32-openbsd.h: New file.
        * config/host-openbsd.c: Update copyright year.
        (TRY_EXCEPT_VM_SPACE): Define for OpenBSD/hppa.

From-SVN: r191508
gcc/ChangeLog
gcc/config.gcc
gcc/config/host-openbsd.c
gcc/config/pa/pa-openbsd.h [new file with mode: 0644]
gcc/config/pa/pa32-openbsd.h [new file with mode: 0644]
libgcc/ChangeLog
libgcc/config.host
libgcc/config/pa/t-openbsd [new file with mode: 0644]