Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-05-14 | Fixed problem with default output filename | Steve Chamberlain | 1 | -1/+2 | |
1991-05-14 | *** empty log message *** | Steve Chamberlain | 2 | -2/+2 | |
1991-05-14 | Initial revision | Steve Chamberlain | 19 | -0/+1345 | |
1991-05-14 | ar called through parametarizable macro. | K. Richard Pixley | 1 | -3/+4 | |
1991-05-14 | C | Steve Chamberlain | 1 | -1/+1 | |
:wq q VS: ---------------------------------------------------------------------- | |||||
1991-05-14 | see devo/configure 1.11 | K. Richard Pixley | 5 | -160/+419 | |
1991-05-14 | Many small changes including the removal of configure.template. Any | K. Richard Pixley | 1 | -17/+34 | |
valid configure script can now be used as a template. | |||||
1991-05-13 | Update "make saber_gdb" a bit. | John Gilmore | 1 | -5/+7 | |
1991-05-13 | * mipsread.c: Rather than keeping count of how many symtabs | John Gilmore | 2 | -113/+125 | |
and psymtabs we have, for sorting purposes, count them when we need to sort. This fixes bug in rereading of symbol tables. | |||||
1991-05-13 | *** empty log message *** | Steve Chamberlain | 1 | -1/+4 | |
1991-05-13 | * sunos.c: (choose_reloc_size) added: (sunos4_callback) calls | Steve Chamberlain | 2 | -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 Chamberlain | 1 | -28/+36 | |
1991-05-13 | *** empty log message *** | Steve Chamberlain | 3 | -25/+20 | |
1991-05-13 | Now use a.out-sunos rather than a.out-generic | Steve Chamberlain | 4 | -8/+8 | |
1991-05-13 | *** empty log message *** | Steve Chamberlain | 2 | -1/+626 | |
1991-05-12 | C | Steve Chamberlain | 1 | -5/+7 | |
VS: ---------------------------------------------------------------------- | |||||
1991-05-12 | *** empty log message *** | Steve Chamberlain | 2 | -14/+38 | |
1991-05-11 | Fixed the shapes of external things some more. | Steve Chamberlain | 5 | -90/+260 | |
1991-05-11 | *** empty log message *** | Steve Chamberlain | 7 | -1321/+464 | |
1991-05-11 | Initial revision | Steve Chamberlain | 1 | -0/+601 | |
1991-05-11 | Sony NEWS port and modularization of a.out code. Cleanup of | John Gilmore | 2 | -5/+80 | |
close_and_cleanup, write_contents, and jump vectors. | |||||
1991-05-11 | Initial revision | John Gilmore | 1 | -0/+207 | |
1991-05-11 | Cleanups of interface, including close_and_cleanup and write_contents | John Gilmore | 8 | -162/+114 | |
transfer vector changes. See ChangeLog. | |||||
1991-05-11 | * sunos.c: Remove all code that goes in aout.c. Split out | John Gilmore | 1 | -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-10 | Lint. | John Gilmore | 1 | -6/+6 | |
1991-05-10 | REMOVE ALL SUNOS SUPPORT TO SEPARATE MODULE. | John Gilmore | 1 | -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-10 | Split up a.out handlers into generic and target-specific. | John Gilmore | 2 | -31/+86 | |
Remove close_and_cleanup. Lint. | |||||
1991-05-10 | Eliminate close_and_cleanup routines. | John Gilmore | 1 | -24/+1 | |
1991-05-10 | Update for Sony News port and split of a.out into several variants. | John Gilmore | 3 | -38/+64 | |
Add write_contents to format-dependent vector. | |||||
1991-05-10 | Initial revision | John Gilmore | 1 | -0/+22 | |
1991-05-10 | *** empty log message *** | Roland Pesch | 1 | -0/+4 | |
1991-05-10 | *** empty log message *** | Steve Chamberlain | 1 | -0/+10 | |
1991-05-10 | changed forward declaration struct stat; to reduce warnings. Changed | Steve Chamberlain | 1 | -5/+11 | |
common on bfd_h_<x>_x. | |||||
1991-05-10 | Now there are two incarnations of relocs, linenos and syments. One for | Steve Chamberlain | 2 | -55/+216 | |
internal digestion, and one full of char arrays for I/O. The original names have gone to detect errors. | |||||
1991-05-10 | Initial revision | Steve Chamberlain | 2 | -0/+500 | |
1991-05-10 | *** empty log message *** | Steve Chamberlain | 1 | -0/+12 | |
1991-05-10 | Added 68kcoff | Steve Chamberlain | 1 | -1/+5 | |
1991-05-10 | Test new structure exporting code with 68k coff implementaion. | Steve Chamberlain | 1 | -2/+2 | |
1991-05-10 | Fixed all the places where there were problems with the size and | Steve Chamberlain | 4 | -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-10 | It's new and improved | Steve Chamberlain | 1 | -0/+8 | |
1991-05-09 | * coff-code.h: Remove coff_get_section_contents, and use the | John Gilmore | 1 | -32/+12 | |
generic one instead. | |||||
1991-05-09 | * ieee.c: Cast enums to int before comparing them, for brain- | John Gilmore | 1 | -16/+7 | |
dead compilers. | |||||
1991-05-09 | Add bfd_generic_get_section_contents. | John Gilmore | 2 | -7/+23 | |
1991-05-09 | Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com) | Steve Chamberlain | 1 | -160/+198 | |
* ieee.c (do_one, ieee_slurp_section_data): now supports the load multiple reloc command. | |||||
1991-05-09 | Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com) | Steve Chamberlain | 2 | -6/+14 | |
* sunos.c (sunos4_set_section_contents): Made it so that sections are always padded to their alignment size. | |||||
1991-05-08 | Fixed error message text | Steve Chamberlain | 1 | -1/+1 | |
1991-05-08 | Lint | Steve Chamberlain | 3 | -15/+14 | |
1991-05-08 | Various portability lints. | Steve Chamberlain | 8 | -539/+474 | |
Fixed reloc bug in ieee and oasys. | |||||
1991-05-08 | Added make dep rule. | Steve Chamberlain | 1 | -22/+6 | |
When configure is used, the created makefile will have all the dependencies filled in. | |||||
1991-05-07 | (1) Updated to reflect renamed commands; | Roland Pesch | 1 | -195/+269 | |
(2) Reorganized, bringing more common commands forward, merging "print" and "x" into one section; (3) New sections: "Essential Commands", "GDB Scripts"; (4) Material on convenience vars and value history added to "Expressions"; (5) Uses PostScript fonts by default, also includes (commented out) alternative Computer Modern font definitions that format similarly. |