diff options
author | Mark Alexander <marka@cygnus> | 1996-10-24 18:51:46 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1996-10-24 18:51:46 +0000 |
commit | 8ddf07a29ae8343cb19f9d65f7d016680bb0e786 (patch) | |
tree | f36aad9d1e170f73e95e969bbe633a5c6ccb6e96 /gdb/configure.host | |
parent | 0a89af6efd63034b30e980de20f4a5fafeca01c5 (diff) | |
download | gdb-8ddf07a29ae8343cb19f9d65f7d016680bb0e786.zip gdb-8ddf07a29ae8343cb19f9d65f7d016680bb0e786.tar.gz gdb-8ddf07a29ae8343cb19f9d65f7d016680bb0e786.tar.bz2 |
* dbxread.c (process_one_symbol): Interpret end-of-function
markers correctly; this fixes problem on Vr5000 where all
functions in a module had the same address.
* configure.in, configure.tgt, configure.host, gdbserver/configure.in:
Correct for pc-linux-gnu problem in config.guess.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 99a9b01..db8e3b2 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -12,7 +12,7 @@ case "${host_cpu}" in c[12]) gdb_host_cpu=convex ;; hppa*) gdb_host_cpu=pa ;; -i[3456]86) gdb_host_cpu=i386 ;; +i[3456]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; m88*) gdb_host_cpu=m88k ;; np1) gdb_host_cpu=gould ;; @@ -59,6 +59,7 @@ i[3456]86-*-mach3*) gdb_host=i386m3 ;; i[3456]86-*-mach*) gdb_host=i386mach ;; i[3456]86-*-gnu*) gdb_host=i386gnu ;; i[3456]86-*-osf1mk*) gdb_host=osf1mk ;; +i[3456]86-*-pc-linux-gnu) gdb_host=linux ;; i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;; i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;; i[3456]86-*-sco*) gdb_host=i386sco ;; |