Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-04-18 | Pulled host & target dependancies out of Makefile. allow more | K. Richard Pixley | 2 | -37/+56 | |
flexibility in config.h. | |||||
1991-04-18 | Pulling host and target dependancies out of the Makefile.in. | K. Richard Pixley | 2 | -6/+4 | |
1991-04-18 | Initial revision | K. Richard Pixley | 2 | -0/+3 | |
1991-04-18 | Working toward configuring targets. | K. Richard Pixley | 1 | -16/+51 | |
1991-04-18 | Some cleanup and some new targets. | K. Richard Pixley | 1 | -16/+37 | |
1991-04-18 | Killed a few warnings. | K. Richard Pixley | 2 | -8/+8 | |
1991-04-18 | Force target architecture | Steve Chamberlain | 1 | -0/+2 | |
1991-04-18 | Fixed some bugs. | Steve Chamberlain | 4 | -117/+135 | |
1991-04-17 | Stuff | Steve Chamberlain | 5 | -362/+409 | |
1991-04-17 | fix two small bugs: quick-append no longer used to create fresh archives; | David Henkel-Wallace | 1 | -13/+33 | |
ar t on a non-existant file does not claim to create it. | |||||
1991-04-17 | *** empty log message *** | Steve Chamberlain | 1 | -2/+2 | |
1991-04-17 | Cleaned up a load of declarations | Steve Chamberlain | 2 | -177/+157 | |
Fixed bug in unary - , ! and ~ | |||||
1991-04-17 | Moved declarations from header file into here. | Steve Chamberlain | 2 | -1/+4 | |
1991-04-17 | Removed extern declarations | Steve Chamberlain | 1 | -2/+2 | |
1991-04-17 | Now uses getopt from ../getopt. | K. Richard Pixley | 1 | -7/+4 | |
1991-04-17 | Fixed a problem with host dependent parts. | K. Richard Pixley | 4 | -146/+44 | |
1991-04-17 | Added getopt for binutils, fixed problem with host dependancies in | K. Richard Pixley | 3 | -11/+27 | |
configure.template. | |||||
1991-04-17 | Changed bad call of fstat to stat | Steve Chamberlain | 1 | -1/+1 | |
1991-04-17 | Cosmetic changes to bfd_perform_relocation | Steve Chamberlain | 1 | -98/+111 | |
1991-04-17 | Some changes from chrisb and some more DEFUNS. | Steve Chamberlain | 1 | -123/+156 | |
Also some work on C_FILE stuff, which still doesn't work correctly. | |||||
1991-04-17 | Lots of fixes to make it work | Steve Chamberlain | 2 | -320/+525 | |
1991-04-17 | Fixed some casts | Steve Chamberlain | 2 | -62/+66 | |
1991-04-17 | Added support for OUTPUT_FORMAT keyword | Steve Chamberlain | 1 | -13/+31 | |
Fixed problem where cofflike common was being badly sized due to incorrectly owned common symbols. | |||||
1991-04-17 | Better error messages for forward and undefined refs for ADDR and | Steve Chamberlain | 1 | -6/+9 | |
SIZEOF | |||||
1991-04-17 | Added support for OUTPUT_FORMAT(name) and FORCE_COMMON_ALLOCATION | Steve Chamberlain | 1 | -3/+9 | |
1991-04-17 | Added keywords | Steve Chamberlain | 1 | -1/+3 | |
FORCE_COMMON_ALLOCATION OUTPUT_FORMAT | |||||
1991-04-16 | *** empty log message *** | Steve Chamberlain | 5 | -5/+9 | |
1991-04-16 | Now handles multiple hosts and targets. | K. Richard Pixley | 1 | -2/+8 | |
1991-04-16 | Now handles multiple hosts and targets. | K. Richard Pixley | 5 | -517/+768 | |
1991-04-15 | Now handles multiple hosts and targets. | K. Richard Pixley | 3 | -264/+495 | |
1991-04-15 | Now handles multiple hosts and targets. | K. Richard Pixley | 6 | -316/+1030 | |
1991-04-15 | Now handles multiple host and targets. | K. Richard Pixley | 2 | -263/+383 | |
1991-04-15 | Initial revision | Roland Pesch | 1 | -0/+1014 | |
1991-04-15 | Minor adjustments for clean info-formatting. | Roland Pesch | 1 | -5/+4 | |
1991-04-15 | Initial revision | Steve Chamberlain | 4 | -0/+189 | |
1991-04-15 | Merges from Intel. | Steve Chamberlain | 9 | -161/+228 | |
Chrisb bug fixes. | |||||
1991-04-15 | Merged in some changes from Intel, | Steve Chamberlain | 10 | -454/+569 | |
Added some more prototypes. | |||||
1991-04-15 | Personal checkpoint. | K. Richard Pixley | 1 | -30/+446 | |
1991-04-14 | Checkpoint before a merge | Steve Chamberlain | 1 | -16/+37 | |
1991-04-14 | checkpoint before a merge | Steve Chamberlain | 20 | -1605/+1338 | |
1991-04-14 | Initial revision | Steve Chamberlain | 11 | -0/+376 | |
1991-04-14 | Just before a merge with chrisbs stuff | Steve Chamberlain | 3 | -152/+153 | |
1991-04-13 | Permit symbols to be superseded when new symbol files have | John Gilmore | 1 | -5/+11 | |
been read in, particularly for VxWorks. * symfile.c (symbol_file_add): Use filtered printing and wrap it. If we have wiped out any old symbol tables, clean up at end of symbol reading. (symbol_file_command): Don't reference symfile_fns if it's zero. | |||||
1991-04-13 | * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New | John Gilmore | 1 | -20/+27 | |
defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours. * mipsread.c: Use them. * coffread.c (end_psymtab): Free named symtabs and psymtabs for a file, once a new symtab has been read for it. * mipsread.c: FIXME. We need to do the same for MIPS, but it looks harder to determine the top-level block before it's been queued to the psymtab list. | |||||
1991-04-13 | * coffread.c (end_psymtab): Free named symtabs and psymtabs for | John Gilmore | 1 | -2/+5 | |
a file, once a new symtab has been read for it. * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours. * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line, decode_line_1, make_symbol_completion_list): Use the above. * coffread.c (end_symtab, patch_opaque_types): Ditto. | |||||
1991-04-13 | * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New | John Gilmore | 2 | -1/+7 | |
defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours. | |||||
1991-04-13 | Permit symbols to be superseded when new symbol files have | John Gilmore | 1 | -9/+24 | |
been read in, particularly for VxWorks. * dbxread.c (read_dbx_symtab): Allow N_SOL to cleanly take us back to the main file, as well as to include files. Also, put global functions into the global psymtab, to make "i fun" work. (end_psymtab): Free named symtabs and psymtabs for a file, once a new psymtab for it has been read. | |||||
1991-04-13 | Don't depend `install' on `all'. Actually, the way things work, all | Michael Tiemann | 1 | -3/+13 | |
depends on things being incrementally installed, and install depends on everything happening in a topological fashion. This will need to be worked on further, but for now it's ok. | |||||
1991-04-13 | Initial revision | K. Richard Pixley | 2 | -0/+43 | |
1991-04-13 | Also build gnulib. | K. Richard Pixley | 1 | -1/+1 | |