diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-03-21 21:19:10 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2006-03-21 21:19:10 +0000 |
commit | 487d9a61530a00accfe91cd54598e23608580fe7 (patch) | |
tree | cf5b6261e9fb43c325c036394343e0b722771f90 /gcc/config/ia64/t-hpux | |
parent | d9d1a9582ee922e3a54cd44097545843273ecf4c (diff) | |
download | gcc-487d9a61530a00accfe91cd54598e23608580fe7.tar.gz |
unwind-hpux.c: New file.
* config/ia64/unwind-hpux.c: New file.
* config/ia64/t-hpux: Add unwind-hpux.c to libgcc.
From-SVN: r112259
Diffstat (limited to 'gcc/config/ia64/t-hpux')
-rw-r--r-- | gcc/config/ia64/t-hpux | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/ia64/t-hpux b/gcc/config/ia64/t-hpux index 7d294d17457..e7af793ceb8 100644 --- a/gcc/config/ia64/t-hpux +++ b/gcc/config/ia64/t-hpux @@ -9,11 +9,14 @@ MULTILIB_MATCHES = # Support routines for HP-UX 128 bit floats. -LIB2FUNCS_EXTRA=quadlib.c $(srcdir)/config/floatunsitf.c +LIB2FUNCS_EXTRA=quadlib.c $(srcdir)/config/floatunsitf.c unwind-hpux.c quadlib.c: $(srcdir)/config/ia64/quadlib.c cat $(srcdir)/config/ia64/quadlib.c > quadlib.c +unwind-hpux.c: $(srcdir)/config/ia64/unwind-hpux.c + cat $(srcdir)/config/ia64/unwind-hpux.c > unwind-hpux.c + # We get an undefined main when building a cross compiler because our # linkspec has "-u main" and we want that for linking but it makes # LIBGCC1_TEST fail because it uses -nostdlib -nostartup. |