This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PA bugfix
- To: egcs-patches at cygnus dot com
- Subject: PA bugfix
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 28 Jan 1999 09:43:28 -0700
- Reply-To: law at cygnus dot com
hppa1.0-hp-hpux10 wasn't picking up the t-pa file, which caused a variety
of problems, most notably __gcc_plt_call would show up as an undefined symbol
when linking programs on this platform.
Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure.in,v
retrieving revision 1.201
diff -c -3 -p -r1.201 configure.in
*** configure.in 1999/01/27 01:42:03 1.201
--- configure.in 1999/01/28 16:44:56
*************** changequote([,])dnl
*** 895,900 ****
--- 895,901 ----
tm_file="${tm_file} pa/pa-hpux.h pa/pa-hpux10.h"
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
+ tmake_file=pa/t-pa
if test x$gas = xyes
then
tm_file="${tm_file} pa/pa-gas.h"