This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PA bugfix




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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]