ia64-aix port from Tim Wall
authorTimothy Wall <twall@redhat.com>
Thu, 12 Jul 2001 02:55:24 +0000 (02:55 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 12 Jul 2001 02:55:24 +0000 (19:55 -0700)
commitc177db4bbe9370c05dbcd18220f4c927aea7c94b
tree4c93e710776edad421c80d53dc87a0e04cffa165
parent4d893612441a8018649a638403b21f48d1c8843d
ia64-aix port from Tim Wall

ia64-aix port from Tim Wall
        * config.gcc: Add configuration for AIX5/IA64.
        * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
        * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
support prefix/suffix code.
        * config/ia64/t-aix: New.  Makefile fragment.
        * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.

From-SVN: r43958
gcc/ChangeLog
gcc/config.gcc
gcc/config/ia64/aix.h [new file with mode: 0644]
gcc/config/ia64/crti.asm [new file with mode: 0644]
gcc/config/ia64/crtn.asm [new file with mode: 0644]
gcc/config/ia64/t-aix [new file with mode: 0644]
gcc/config/ia64/unwind-aix.c [new file with mode: 0644]