| OLD | NEW |
| 1 # Mapping of configurations into GDB host definitions. This is | 1 # Mapping of configurations into GDB host definitions. This is |
| 2 # invoked from the autoconf generated configure script. | 2 # invoked from the autoconf generated configure script. |
| 3 | 3 |
| 4 # This file sets the following shell variables: | 4 # This file sets the following shell variables: |
| 5 # gdb_host_cpu generic name of host's CPU | 5 # gdb_host_cpu generic name of host's CPU |
| 6 # gdb_host name of GDB host definition to use | 6 # gdb_host name of GDB host definition to use |
| 7 # gdb_host_float_format host's float floatformat, or 0 | 7 # gdb_host_float_format host's float floatformat, or 0 |
| 8 # gdb_host_double_format host's double floatformat, or 0 | 8 # gdb_host_double_format host's double floatformat, or 0 |
| 9 # gdb_host_long_double_format host's long double floatformat, or 0 | 9 # gdb_host_long_double_format host's long double floatformat, or 0 |
| 10 # gdb_host_obs host-specific .o files to include | 10 # gdb_host_obs host-specific .o files to include |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 arm*) gdb_host_cpu=arm ;; | 43 arm*) gdb_host_cpu=arm ;; |
| 44 hppa*) gdb_host_cpu=pa ;; | 44 hppa*) gdb_host_cpu=pa ;; |
| 45 i[34567]86*) gdb_host_cpu=i386 ;; | 45 i[34567]86*) gdb_host_cpu=i386 ;; |
| 46 m68*) gdb_host_cpu=m68k ;; | 46 m68*) gdb_host_cpu=m68k ;; |
| 47 m88*) gdb_host_cpu=m88k ;; | 47 m88*) gdb_host_cpu=m88k ;; |
| 48 mips*) gdb_host_cpu=mips ;; | 48 mips*) gdb_host_cpu=mips ;; |
| 49 powerpc* | rs6000) gdb_host_cpu=powerpc ;; | 49 powerpc* | rs6000) gdb_host_cpu=powerpc ;; |
| 50 sparcv9 | sparc64) gdb_host_cpu=sparc ;; | 50 sparcv9 | sparc64) gdb_host_cpu=sparc ;; |
| 51 s390*) gdb_host_cpu=s390 ;; | 51 s390*) gdb_host_cpu=s390 ;; |
| 52 sh*) gdb_host_cpu=sh ;; | 52 sh*) gdb_host_cpu=sh ;; |
| 53 tilegx*) gdb_host_cpu=tilegx ;; |
| 53 x86_64*) gdb_host_cpu=i386 ;; | 54 x86_64*) gdb_host_cpu=i386 ;; |
| 54 m32r*) gdb_host_cpu=m32r ;; | 55 m32r*) gdb_host_cpu=m32r ;; |
| 55 xtensa*) gdb_host_cpu=xtensa ;; | 56 xtensa*) gdb_host_cpu=xtensa ;; |
| 56 *) gdb_host_cpu=$host_cpu ;; | 57 *) gdb_host_cpu=$host_cpu ;; |
| 57 | 58 |
| 58 esac | 59 esac |
| 59 | 60 |
| 60 # map host info into gdb names. | 61 # map host info into gdb names. |
| 61 | 62 |
| 62 case "${host}" in | 63 case "${host}" in |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 sparc-*-netbsdaout*) gdb_host=nbsdaout ;; | 153 sparc-*-netbsdaout*) gdb_host=nbsdaout ;; |
| 153 sparc-*-netbsd*) gdb_host=nbsdaout ;; | 154 sparc-*-netbsd*) gdb_host=nbsdaout ;; |
| 154 sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu) | 155 sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu) |
| 155 gdb_host=nbsd64 ;; | 156 gdb_host=nbsd64 ;; |
| 156 sparc-*-openbsd*) gdb_host=nbsdelf ;; | 157 sparc-*-openbsd*) gdb_host=nbsdelf ;; |
| 157 sparc64-*-openbsd*) gdb_host=nbsd64 ;; | 158 sparc64-*-openbsd*) gdb_host=nbsd64 ;; |
| 158 sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*) | 159 sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*) |
| 159 gdb_host=sol2 | 160 gdb_host=sol2 |
| 160 ;; | 161 ;; |
| 161 | 162 |
| 163 tilegx-*-linux*) gdb_host=linux ;; |
| 164 |
| 162 vax-*-bsd*) gdb_host=vax ;; | 165 vax-*-bsd*) gdb_host=vax ;; |
| 163 vax-*-netbsdelf* | vax-*-knetbsd*-gnu) | 166 vax-*-netbsdelf* | vax-*-knetbsd*-gnu) |
| 164 gdb_host=nbsdelf ;; | 167 gdb_host=nbsdelf ;; |
| 165 vax-*-netbsd*) gdb_host=nbsdaout ;; | 168 vax-*-netbsd*) gdb_host=nbsdaout ;; |
| 166 vax-*-openbsd*) gdb_host=obsd ;; | 169 vax-*-openbsd*) gdb_host=obsd ;; |
| 167 vax-*-ultrix*) gdb_host=vax ;; | 170 vax-*-ultrix*) gdb_host=vax ;; |
| 168 | 171 |
| 169 x86_64-*-linux*) gdb_host=linux64 ;; | 172 x86_64-*-linux*) gdb_host=linux64 ;; |
| 170 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) | 173 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) |
| 171 gdb_host=fbsd64 ;; | 174 gdb_host=fbsd64 ;; |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 gdb_host_float_format="&floatformat_ieee_single_big" | 209 gdb_host_float_format="&floatformat_ieee_single_big" |
| 207 gdb_host_double_format="&floatformat_ieee_double_big" | 210 gdb_host_double_format="&floatformat_ieee_double_big" |
| 208 gdb_host_long_double_format="&floatformat_ia64_quad_big" | 211 gdb_host_long_double_format="&floatformat_ia64_quad_big" |
| 209 ;; | 212 ;; |
| 210 *) | 213 *) |
| 211 gdb_host_float_format=0 | 214 gdb_host_float_format=0 |
| 212 gdb_host_double_format=0 | 215 gdb_host_double_format=0 |
| 213 gdb_host_long_double_format=0 | 216 gdb_host_long_double_format=0 |
| 214 ;; | 217 ;; |
| 215 esac | 218 esac |
| OLD | NEW |