aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
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
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore2-6/+6
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore16-1005/+759
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-05-02Initial revisionJohn Gilmore3-0/+291
1991-04-26Replace all 5 BFD_FAILURE's with false's.John Gilmore1-5/+5
1991-04-25Minor changes to accomodate merging of three include file directories.John Gilmore5-16/+20
1991-04-25Fix minor pointer type problems that "cc" complains about.John Gilmore3-5/+8
1991-04-24Added some depdenencies and fixed etagsSteve Chamberlain1-2/+7
1991-04-24Changed the shape of the howto type yet again.Steve Chamberlain10-177/+266
Now m88kbcs support can self host.
1991-04-23*** empty log message ***Steve Chamberlain6-5/+41
1991-04-23*** empty log message ***Steve Chamberlain14-1059/+493
1991-04-23*** empty log message ***Steve Chamberlain1-40/+33
1991-04-23Initial revisionSteve Chamberlain1-0/+1093
1991-04-18Working toward configuring targets.K. Richard Pixley1-16/+51
1991-04-18Some cleanup and some new targets.K. Richard Pixley1-16/+37
1991-04-18Killed a few warnings.K. Richard Pixley2-8/+8
1991-04-17StuffSteve Chamberlain5-362/+409
1991-04-17Fixed a problem with host dependent parts.K. Richard Pixley1-11/+11
1991-04-17Changed bad call of fstat to statSteve Chamberlain1-1/+1
1991-04-17Cosmetic changes to bfd_perform_relocationSteve Chamberlain1-98/+111
1991-04-17Some changes from chrisb and some more DEFUNS.Steve Chamberlain1-123/+156
Also some work on C_FILE stuff, which still doesn't work correctly.
1991-04-17Lots of fixes to make it workSteve Chamberlain2-320/+525
1991-04-17Fixed some castsSteve Chamberlain2-62/+66
1991-04-16Now handles multiple hosts and targets.K. Richard Pixley2-258/+375
1991-04-15Initial revisionSteve Chamberlain4-0/+189
1991-04-15Merged in some changes from Intel,Steve Chamberlain10-454/+569
Added some more prototypes.
1991-04-14Just before a merge with chrisbs stuffSteve Chamberlain3-152/+153
1991-04-13Config cut 3. We now almost install a29k.K. Richard Pixley1-56/+81
1991-04-10Cut 2. Subdirs.K. Richard Pixley2-87/+120
1991-04-09*** empty log message ***Steve Chamberlain2-49/+44
1991-04-09First minimally usable checkin.K. Richard Pixley1-524/+86
1991-04-08*** empty log message ***Steve Chamberlain3-96/+143
1991-04-08Added little endian a.out.K. Richard Pixley3-24/+77
1991-04-04Fixed bug where abs symbols wern't being placed into the right bit ofSteve Chamberlain1-1/+0
the symbol table.
1991-04-04Initial revisionK. Richard Pixley2-0/+1008
1991-04-04*** empty log message ***Steve Chamberlain2-5/+12
1991-04-04*** empty log message ***Steve Chamberlain3-4/+5
1991-04-04Minor format fixes.David Henkel-Wallace1-4/+9