* elfcode.h: Use memset not bzero.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 11 Jul 1993 23:23:20 +0000 (23:23 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 11 Jul 1993 23:23:20 +0000 (23:23 +0000)
commit4d09e8acfb68cfbdef55b4569cdc8cb0eeb48ab9
tree429bf3aa89b31181827f57c1923568a747ed4fca
parent6f4d6543da2b56e114ed45559a424b60f17559fc
* elfcode.h: Use memset not bzero.
* trad-core.c: Don't include <sys/file.h>.
* i386linux.h: Include <sys/file.h>.
* coff-m68k-un.c: new file to handle names with underscores on
svr3 machines.
* coff-m68k.c (m68k_rtype2howto): added #ifdef ONLY_DECLARE_RELOCS
to not duplicate the function in the executable.
(TARGET_SYM, TARGET_NAME, NAMES_HAVE_UNDERSCORE): new macros needed
by coff-m68k-un.c.
* coffcode.h (MC68KBCSMAGIC): case added.
* targets.c: Add m68kcoffun_vec.
* configure.host: added support for Bull dpx/2.
* config/dpx2.mh, hosts/dpx2.h: new files.
* Makefile.in: added target coff-m68k-un.
bfd/ChangeLog
bfd/Makefile.in
bfd/coff-m68k-un.c
bfd/coff-m68k.c
bfd/coffcode.h
bfd/configure.host
bfd/elfcode.h
bfd/hosts/.Sanitize
bfd/targets.c
bfd/trad-core.c