Sat Mar 7 10:33:41 1992 Steve Chamberlain (sac@thepub.cygnus.com)
- * coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on little
- endian 960 code.
+ * coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run
+ gdb on little-endian 960 code.
* archive.c (compute_and_write_armap): indirect symbols should go
into the archive header too.
+Fri Mar 6 21:55:16 1992 K. Richard Pixley (rich@cygnus.com)
+
+ * Makefile.in: added check target.
+
Thu Mar 5 23:51:42 1992 John Gilmore (gnu at cygnus.com)
* coff-msym.c: Move this file from gdb/ecoff.c. It
to the files built on MIPS-based hosts.
* Makefile.in: Add rule for coff-msym.
+Thu Mar 5 21:36:05 1992 K. Richard Pixley (rich@cygnus.com)
+
+ * Makefile.in: added clean-info target. MINIMIZE=1.
+
Sun Mar 1 22:32:58 1992 Per Bothner (bothner@cygnus.com)
* coff-rs6000.c: Move core file functions into separate
* hosts/h-sparc.h: Removed prototype for bogus function
'emset' (presumably should have been 'memset' - which is there).
+Thu Feb 27 11:46:33 1992 John Gilmore (gnu at cygnus.com)
+
+ * configure.in (mips-big-* target): Same is Iris.
+
Thu Feb 27 09:24:56 1992 Steve Chamberlain (sac at thepub.cygnus.com)
* aoutx.h (translate_from_native_sym_flags): when creating an
leaving it blank. If an output section can't be found for a
symbol, then don't core dump.
+Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
+
+ * Makefile.in, configure.in: removed traces of namesubdir,
+ -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
+ copyrights to '92, changed some from Cygnus to FSF.
+
Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)
* bfd.c: lint
;;
sony) my_host=news ;;
sun) my_host=sun3 ;;
+ apollo*)
+ case "${host_os}" in
+ sysv*) my_host=apollo68v ;;
+ esac
+ ;;
esac
;;
vax)
case "${host_os}" in
- ultrix) my_host=vaxult ;;
+ ultrix*) my_host=vaxult ;;
*) my_host=vaxbsd ;;
esac
;;
bfd_target=irix3 ;;
esac
;;
+big)
+ case "${target_cpu}" in
+ mips)
+ bfd_target=irix3 ;;
+ esac
+ ;;
+tandem)
+ bfd_target=m68k-aout
+ ;;
+
none|nyu|sco)
case "${target_cpu}" in
+ m68k) case "${target_os}" in
+ os68k) bfd_target=m68k-aout ;;
+ esac
+ ;;
i386) bfd_target=i386-coff ;;
a29k) case "${target_os}" in
aout) bfd_target=a29k-aout ;;