diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-14 21:43:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-14 21:43:54 +0000 |
commit | 307585f1c9b3e8d0d449e938293a855543e0465b (patch) | |
tree | 30847e49c1761523a1d7a56f490328d06d1dac50 /ld/configure.tgt | |
parent | 2b37714adfd20b6cb3c0ff396a85435e7bd6c7c4 (diff) | |
download | gdb-307585f1c9b3e8d0d449e938293a855543e0465b.zip gdb-307585f1c9b3e8d0d449e938293a855543e0465b.tar.gz gdb-307585f1c9b3e8d0d449e938293a855543e0465b.tar.bz2 |
Wed Feb 14 16:38:36 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
* ldlang.c (lang_set_startof): Don't do anything for a
relocateable link.
* ldgram.y (mri_script_file): Call mri_draw_tree.
* mri.c (mri_draw_tree): Make globally visible. Don't bother to
create memory regions.
(mri_load): Don't call mri_draw_tree.
* mri.h (mri_draw_tree): Declare.
* configure.tgt (m68*-*-psos): New target.
* emulparams/m68kpsos.sh: New file.
* scripttempl/psos.sc: New file.
* Makefile.in (ALL_EMULATIONS): Add em68kpsos.o.
(em68kpsos.c): New target.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 6a14519..0712fee 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -64,7 +64,7 @@ i[345]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;; i[345]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;; i[345]86-*-winnt) targ_emul=i386pe ;; i[345]86-*-pe) targ_emul=i386pe ;; -i[345]86-*-win32) targ_emul=i386pe ;; +i[345]86-*-cygwin32) targ_emul=i386pe ;; m8*-*-*) targ_emul=m88kbcs ;; a29k-*-udi) targ_emul=sa29200 ;; a29k-*-ebmon) targ_emul=ebmon29k ;; @@ -91,6 +91,7 @@ m68*-*-hpux*) targ_emul=hp3hpux ;; m68*-*-lynxos*) targ_emul=m68klynx ;; m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;; m68*-*-netbsd*) targ_emul=m68knbsd ;; +m68*-*-psos*) targ_emul=m68kpsos ;; hppa*-*-*elf*) targ_emul=hppaelf ;; hppa*-*-lites*) targ_emul=hppaelf ;; vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;; @@ -118,6 +119,7 @@ powerpc-*-macos*) targ_emul=ppcmacos ;; powerpc-*-netware*) targ_emul=ppcnw ;; powerpcle-*-pe) targ_emul=ppcpe ;; powerpcle-*-winnt*) targ_emul=ppcpe ;; +powerpcle-*-cygwin32) targ_emul=ppcpe ;; powerpc-*-aix*) targ_emul=aixppc ;; rs6000-*-aix*) targ_emul=aixrs6 ;; w65-*-*) targ_emul=w65 ;; |