home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gdb / bug / 897 < prev    next >
Encoding:
Text File  |  1992-07-25  |  3.3 KB  |  151 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!martigny.ai.mit.edu!cph
  3. From: cph@martigny.ai.mit.edu (Chris Hanson)
  4. Subject: GDB 4.6 for hppa
  5. Message-ID: <9207242049.AA00217@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 24 Jul 1992 12:52:09 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 138
  12.  
  13. I'm trying to bring up GDB 4.6 on an HP 9000 model 710 running HP-UX
  14. 8.05.  So far, I've had to make several changes; patches are attached.
  15.  
  16. After these changes I have run up against a problem that I can't
  17. solve: "gdb/tm-hppahpux.h" includes a file "tm-hppa.h", which doesn't
  18. seem to exist.
  19.  
  20. Please send me a copy of this file so I can continue.
  21.  
  22.  
  23. *** ./gdb/configure.in.~1~    Wed Jul  8 04:01:38 1992
  24. --- ./gdb/configure.in    Fri Jul 24 16:21:12 1992
  25. ***************
  26. *** 156,162 ****
  27.       gdb_host=${host_cpu}
  28.       ;;
  29.   
  30. ! hppa)
  31.       case "${host_vendor}" in
  32.       hp)
  33.           case "${host_os}" in
  34. --- 156,162 ----
  35.       gdb_host=${host_cpu}
  36.       ;;
  37.   
  38. ! hppa*)
  39.       case "${host_vendor}" in
  40.       hp)
  41.           case "${host_os}" in
  42. ***************
  43. *** 340,346 ****
  44.       gdb_target=rs6000
  45.       ;;
  46.   
  47. ! hppa)
  48.       case "${target_vendor}" in
  49.       hp)
  50.           case "${target_os}" in
  51. --- 340,346 ----
  52.       gdb_target=rs6000
  53.       ;;
  54.   
  55. ! hppa*)
  56.       case "${target_vendor}" in
  57.       hp)
  58.           case "${target_os}" in
  59.  
  60. *** ./bfd/configure.in.~1~    Wed Jul  8 04:01:12 1992
  61. --- ./bfd/configure.in    Fri Jul 24 16:05:32 1992
  62. ***************
  63. *** 115,121 ****
  64.       *) my_host=vaxbsd ;;
  65.       esac
  66.       ;;
  67. ! hppa)
  68.       case "${host_vendor}" in
  69.       hp)
  70.           case "${host_os}" in
  71. --- 115,121 ----
  72.       *) my_host=vaxbsd ;;
  73.       esac
  74.       ;;
  75. ! hppa*)
  76.       case "${host_vendor}" in
  77.       hp)
  78.           case "${host_os}" in
  79. ***************
  80. *** 196,203 ****
  81.   vax-*-*            ) bfd_target=vax ;;
  82.   tahoe-*-*        ) bfd_target=tahoe ;;
  83.   
  84. ! hppa-hp-hpux        ) bfd_target=hppahpux ;;
  85. ! hppa-hp-bsd        ) bfd_target=hppabsd ;;
  86.   
  87.   *-*-aout        ) bfd_target=${target_cpu}-aout ;;
  88.   *-*-bsd            ) bfd_target=${target_cpu}-aout ;;
  89. --- 196,203 ----
  90.   vax-*-*            ) bfd_target=vax ;;
  91.   tahoe-*-*        ) bfd_target=tahoe ;;
  92.   
  93. ! hppa*-hp-hpux        ) bfd_target=hppahpux ;;
  94. ! hppa*-hp-bsd        ) bfd_target=hppabsd ;;
  95.   
  96.   *-*-aout        ) bfd_target=${target_cpu}-aout ;;
  97.   *-*-bsd            ) bfd_target=${target_cpu}-aout ;;
  98.  
  99. *** ./include/bfd.h.~1~    Mon Jul  6 13:11:47 1992
  100. --- ./include/bfd.h    Fri Jul 24 16:14:10 1992
  101. ***************
  102. *** 1154,1159 ****
  103. --- 1154,1160 ----
  104.         struct bout_data_struct *bout_data;
  105.         struct sun_core_struct *sun_core_data;
  106.         struct trad_core_struct *trad_core_data;
  107. +       struct hppa_data_struct *hppa_data;
  108.         PTR any;
  109.         } tdata;
  110.     
  111. *** ./readline/configure.in.~1~    Thu Jun 25 19:16:17 1992
  112. --- ./readline/configure.in    Fri Jul 24 16:19:04 1992
  113. ***************
  114. *** 27,33 ****
  115.       files=sysdep-sco.h
  116.       ;;
  117.   
  118. ! m88kbcs | sysv*)
  119.       host_makefile_frag=config/mh-sysv
  120.       case "${host_vendor}" in
  121.       apollo)
  122. --- 27,33 ----
  123.       files=sysdep-sco.h
  124.       ;;
  125.   
  126. ! m88kbcs | sysv* | hpux)
  127.       host_makefile_frag=config/mh-sysv
  128.       case "${host_vendor}" in
  129.       apollo)
  130.  
  131. *** ./glob/configure.in.~1~    Thu Jun 25 19:12:51 1992
  132. --- ./glob/configure.in    Fri Jul 24 16:20:17 1992
  133. ***************
  134. *** 32,38 ****
  135.       my_host=sysv4
  136.       ;;
  137.   
  138. ! sysv*)
  139.       case "${host_vendor}" in
  140.       sco*)     files=sysdep-sco.h;;
  141.       apollo*)    files=sysdep-a68v.h
  142. --- 32,38 ----
  143.       my_host=sysv4
  144.       ;;
  145.   
  146. ! sysv* | hpux)
  147.       case "${host_vendor}" in
  148.       sco*)     files=sysdep-sco.h;;
  149.       apollo*)    files=sysdep-a68v.h
  150.  
  151.