aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1991-05-21*** empty log message ***Steve Chamberlain1-1/+1
1991-05-21*** empty log message ***Steve Chamberlain19-382/+3189
1991-05-19Initial revisionJohn Gilmore3-0/+330
1991-05-18Initial revisionSteve Chamberlain5-0/+68
1991-05-18*** empty log message ***Steve Chamberlain7-38/+74
1991-05-14ar called through parametarizable macro.K. Richard Pixley1-3/+4
1991-05-14see devo/configure 1.11K. Richard Pixley1-26/+70
1991-05-13*** empty log message ***Steve Chamberlain1-1/+4
1991-05-13* sunos.c: (choose_reloc_size) added: (sunos4_callback) callsSteve Chamberlain2-14/+18
choose_reloc_size. (sunos4_write_object_contents) now calls choose_reloc_size so outputs relocs correctly, also calculates the size of the sections correctly. * aout.c: (look in the rrgs I hate VI) ~ ~ ~ ~ 
1991-05-13*** empty log message ***Steve Chamberlain1-28/+36
1991-05-13*** empty log message ***Steve Chamberlain2-13/+13
1991-05-13*** empty log message ***Steve Chamberlain2-1/+626
1991-05-12*** empty log message ***Steve Chamberlain2-14/+38
1991-05-11*** empty log message ***Steve Chamberlain7-1321/+464
1991-05-11Initial revisionSteve Chamberlain1-0/+601
1991-05-11Sony NEWS port and modularization of a.out code. Cleanup ofJohn Gilmore2-5/+80
close_and_cleanup, write_contents, and jump vectors.
1991-05-11Initial revisionJohn Gilmore1-0/+207
1991-05-11Cleanups of interface, including close_and_cleanup and write_contentsJohn Gilmore8-162/+114
transfer vector changes. See ChangeLog.
1991-05-11 * sunos.c: Remove all code that goes in aout.c. Split outJohn Gilmore1-1404/+77
machine dependent followup in sunos4_object_p into sunos4_callback. Use JUMP_TABLE(aout) and redefine only the names we CHANGE, not all the names. Drop the little-endian vector, and rename the vector as sunos4 rather than generic.
1991-05-10Lint.John Gilmore1-6/+6
1991-05-10REMOVE ALL SUNOS SUPPORT TO SEPARATE MODULE.John Gilmore1-572/+129
This is now a generic module for a.out handling. Rename all routines from sunos4_xxx to aout_xxx. Remove Sun-specific code. Remove transfer vectors. Pull core file handling. Lint. Remove close_and_cleanup.
1991-05-10Split up a.out handlers into generic and target-specific.John Gilmore2-31/+86
Remove close_and_cleanup. Lint.
1991-05-10Eliminate close_and_cleanup routines.John Gilmore1-24/+1
1991-05-10*** empty log message ***Steve Chamberlain1-0/+10
1991-05-10Initial revisionSteve Chamberlain1-0/+81
1991-05-10*** empty log message ***Steve Chamberlain1-0/+12
1991-05-10Added 68kcoffSteve Chamberlain1-1/+5
1991-05-10Test new structure exporting code with 68k coff implementaion.Steve Chamberlain1-2/+2
1991-05-10Fixed all the places where there were problems with the size andSteve Chamberlain4-1180/+1331
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-10It's new and improvedSteve Chamberlain1-0/+8
1991-05-09 * coff-code.h: Remove coff_get_section_contents, and use theJohn Gilmore1-32/+12
generic one instead.
1991-05-09 * ieee.c: Cast enums to int before comparing them, for brain-John Gilmore1-16/+7
dead compilers.
1991-05-09Add bfd_generic_get_section_contents.John Gilmore2-7/+23
1991-05-09Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com)Steve Chamberlain1-160/+198
* ieee.c (do_one, ieee_slurp_section_data): now supports the load multiple reloc command.
1991-05-09Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com)Steve Chamberlain2-6/+14
* sunos.c (sunos4_set_section_contents): Made it so that sections are always padded to their alignment size.
1991-05-08LintSteve Chamberlain2-13/+12
1991-05-08Various portability lints.Steve Chamberlain8-539/+474
Fixed reloc bug in ieee and oasys.
1991-05-08Added make dep rule.Steve Chamberlain1-22/+6
When configure is used, the created makefile will have all the dependencies filled in.
1991-05-07Fixed problem where pc relative stuff was not being translatedSteve Chamberlain1-7/+41
properly. Oasys keeps no -ve pc in the disp of a branch, so we fake it.
1991-05-04Saber C cleanup. Fix horrid bug in opncls.c in which an obstack isJohn Gilmore8-285/+110
initialized on the stack and then copied into its own allocated space. (Wow, Steve, you're twisted...)
1991-05-04Saber C fixups.John Gilmore1-1/+1
1991-05-04Jim Kingdon's gdb port to the m88k.John Gilmore1-0/+1
1991-05-03*** empty log message ***Steve Chamberlain2-6/+6
1991-05-03Avoid making a machine-dependent (probably wrong) declaration of mallocJohn Gilmore1-2/+0
and free. Depend on the sysdep.h file to do that for us.
1991-05-03Be sure malloc and free are declared; bfd/opncls uses them.John Gilmore1-0/+3
1991-05-03(osys_read_record): If record->header.lenth <= sizeof (record->header),Jim Kingdon1-0/+2
then return rather than passing a negative (or zero) nelts to bfd_read.
1991-05-03Make arg to zalloc a bfd_size_type not a size_tJim Kingdon1-1/+1
1991-05-02Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)John Gilmore8-622/+149
and make the result compile and run on the DEC 3100. It still has trouble running but it can handle opening exec and symbol files in ecoff format.
1991-05-02Make it compile on DEC 3100.John Gilmore1-11/+21
1991-05-02Minor cleanup to make it compile on DECstation.John Gilmore2-37/+53