mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
ISC changes
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Fri May 21 09:04:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Fri May 21 09:04:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: Add i[34]86-*-isc*.
|
||||||
|
|
||||||
* stabsread.c: Make sure all complain() pass the address of the struct.
|
* stabsread.c: Make sure all complain() pass the address of the struct.
|
||||||
|
|
||||||
* xcoffread.c: Make sure all struct complaints are static not auto.
|
* xcoffread.c: Make sure all struct complaints are static not auto.
|
||||||
|
@ -49,6 +49,7 @@ i[34]86-*-sunos*) gdb_host=sun386 ;;
|
|||||||
i[34]86-*-sysv3.2) gdb_host=i386v32 ;;
|
i[34]86-*-sysv3.2) gdb_host=i386v32 ;;
|
||||||
i[34]86-*-sysv4*) gdb_host=i386v4 ;;
|
i[34]86-*-sysv4*) gdb_host=i386v4 ;;
|
||||||
i[34]86-*-sysv*) gdb_host=i386v ;;
|
i[34]86-*-sysv*) gdb_host=i386v ;;
|
||||||
|
i[34]86-*-isc*) gdb_host=i386v32 ;;
|
||||||
|
|
||||||
m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
|
m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
|
||||||
m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
|
m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
|
||||||
@ -171,7 +172,8 @@ i[34]86-*-sunos*) gdb_target=sun386 ;;
|
|||||||
i[34]86-*-sysv4*) gdb_target=i386v4 ;;
|
i[34]86-*-sysv4*) gdb_target=i386v4 ;;
|
||||||
i[34]86-*-sco*) gdb_target=i386v ;;
|
i[34]86-*-sco*) gdb_target=i386v ;;
|
||||||
i[34]86-*-sysv*) gdb_target=i386v ;;
|
i[34]86-*-sysv*) gdb_target=i386v ;;
|
||||||
i[34]86-*-linux) gdb_target=linux ;;
|
i[34]86-*-linux*) gdb_target=linux ;;
|
||||||
|
i[34]86-*-isc*) gdb_target=i386v ;;
|
||||||
|
|
||||||
i960-*-bout) gdb_target=vxworks960 ;;
|
i960-*-bout) gdb_target=vxworks960 ;;
|
||||||
i960-*-coff) gdb_target=nindy960 ;;
|
i960-*-coff) gdb_target=nindy960 ;;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Fri May 21 17:09:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/mh-isc: New file.
|
||||||
|
* configure.in: Use it.
|
||||||
|
|
||||||
Sat Apr 17 00:40:12 1993 Jim Kingdon (kingdon at calvin)
|
Sat Apr 17 00:40:12 1993 Jim Kingdon (kingdon at calvin)
|
||||||
|
|
||||||
* readline.c, history.c: Don't include sys/types.h; sysdep.h does.
|
* readline.c, history.c: Don't include sys/types.h; sysdep.h does.
|
||||||
|
Reference in New Issue
Block a user