aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-i960.c
AgeCommit message (Collapse)AuthorFilesLines
1992-10-08Some of these are guesses, if you know different, just yell.Steve Chamberlain1-13/+15
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com) Now a bfd knows whether underscores are normally prepended to symbols in its file format. Helps with error messages. * aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c, coff-z8k.c: targets set so they have leading underscore * coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c, coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set without leading underscore flag * targets.c: add symbol leading char to xvec description * bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-05-26Lots of changes from gas-bfd work. Includes:Ken Raeburn1-50/+51
* working reloc lookup support * better support for creation of COFF files from scratch * misc doc changes, macro tweaks, "const" additions, typo fixes, etc. * one or two ugly kludges that should get cleaned up (but what's one or two more, in BFD?) See ChangeLog for details.
1991-11-27 * Makefile.in: added coff-h8300Steve Chamberlain1-27/+31
* 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-05-30*** empty log message ***Steve Chamberlain1-1/+2
1991-05-29Remove coff-code.h in favor of coffcode.h.John Gilmore1-1/+1
1991-05-21*** empty log message ***Steve Chamberlain1-2/+2
1991-05-18*** empty log message ***Steve Chamberlain1-14/+14
1991-05-11*** empty log message ***Steve Chamberlain1-6/+6
1991-05-11Cleanups of interface, including close_and_cleanup and write_contentsJohn Gilmore1-7/+8
transfer vector changes. See ChangeLog.
1991-05-10Fixed all the places where there were problems with the size andSteve Chamberlain1-5/+6
alignments of structures on disk and structures in memory. #ifed out all the code in coffswap.c, since it should be done using the target swap routines now.
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-13/+13
Remove obstack.h to ../include and obstack.c to ../libiberty. Move COFF symbol swapping code to coffswap.c where GDB can call it but it won't be duplicated if we have N different COFF targets. Add support for traditional Unix core files (with a upage). This support is from an Ultrix port, but is probably slightly broken now. Improve bfd_release's of obstack'd items on error returns. gcc -Wall fixes. Handle section alignment slightly better in coff, and comment where it needs more work (on page-aligning virtual vs file addresses for DPAGED). Use set_tdata everywhere that tdata is set, to avoid "cast to the left of assignment" problems with some compilers. Move bfd_alloc, bfd_zalloc, bfd_realloc, and bfd_release into libbfd.h (from bfd.h) since they are internal routines. Remove the redundant suffix "_struct" from struct tags. Set symbol count early in file reading, before slurping in the syms, for GDB's use.
1991-04-24Changed the shape of the howto type yet again.Steve Chamberlain1-1/+2
Now m88kbcs support can self host.
1991-04-23*** empty log message ***Steve Chamberlain1-99/+24
1991-04-04*** empty log message ***Steve Chamberlain1-1/+1
1991-04-03Added ansidecl.hSteve Chamberlain1-0/+1
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+270