aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-m88k.c
AgeCommit message (Collapse)AuthorFilesLines
1991-11-27 * Makefile.in: added coff-h8300Steve Chamberlain1-1/+18
* configure.in: now h8 is a coff target * cpu-h8300.c: fix various disassembly problems * libcoff.h: took out some code which has been #0ed for a long time. * targets.c: added h8 coff * coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c added new macro RTYPE2HOWTO to take a load of #ifdefs out of coffcode.h * coffcode.h: Started to change the way machine dependencies are handled, from the nest of #ifdefs to macros defined in the including coff-<foo>.c
1991-11-12Just use #undef, not #define foo fooJohn Gilmore1-5/+1
1991-11-12Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-2/+2
* Makefile.in: standardize on MINUS_G to disable debugging * coff-m88k.c: create coff armaps instead of bsd ones. * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits when calling chmod.
1991-10-25* Rename COFF-related files in `coff-ARCH.c' form.John Gilmore1-26/+27
coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c to be exact.
1991-05-30*** empty log message ***Steve Chamberlain1-2/+3
1991-05-18*** empty log message ***Steve Chamberlain1-4/+4
1991-05-11Cleanups of interface, including close_and_cleanup and write_contentsJohn Gilmore1-6/+4
transfer vector changes. See ChangeLog.
1991-04-25Fix minor pointer type problems that "cc" complains about.John Gilmore1-1/+1
1991-04-24Changed the shape of the howto type yet again.Steve Chamberlain1-8/+46
Now m88kbcs support can self host.
1991-04-23*** empty log message ***Steve Chamberlain1-48/+18
1991-04-03Initial revisionSteve Chamberlain1-0/+113