aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-04-18Pulled host & target dependancies out of Makefile. allow moreK. Richard Pixley2-37/+56
flexibility in config.h.
1991-04-18Pulling host and target dependancies out of the Makefile.in.K. Richard Pixley2-6/+4
1991-04-18Initial revisionK. Richard Pixley2-0/+3
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-18Force target architectureSteve Chamberlain1-0/+2
1991-04-18Fixed some bugs.Steve Chamberlain4-117/+135
1991-04-17StuffSteve Chamberlain5-362/+409
1991-04-17fix two small bugs: quick-append no longer used to create fresh archives;David Henkel-Wallace1-13/+33
ar t on a non-existant file does not claim to create it.
1991-04-17*** empty log message ***Steve Chamberlain1-2/+2
1991-04-17Cleaned up a load of declarationsSteve Chamberlain2-177/+157
Fixed bug in unary - , ! and ~
1991-04-17Moved declarations from header file into here.Steve Chamberlain2-1/+4
1991-04-17Removed extern declarationsSteve Chamberlain1-2/+2
1991-04-17Now uses getopt from ../getopt.K. Richard Pixley1-7/+4
1991-04-17Fixed a problem with host dependent parts.K. Richard Pixley4-146/+44
1991-04-17Added getopt for binutils, fixed problem with host dependancies inK. Richard Pixley3-11/+27
configure.template.
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-17Added support for OUTPUT_FORMAT keywordSteve Chamberlain1-13/+31
Fixed problem where cofflike common was being badly sized due to incorrectly owned common symbols.
1991-04-17Better error messages for forward and undefined refs for ADDR andSteve Chamberlain1-6/+9
SIZEOF
1991-04-17Added support for OUTPUT_FORMAT(name) and FORCE_COMMON_ALLOCATIONSteve Chamberlain1-3/+9
1991-04-17Added keywordsSteve Chamberlain1-1/+3
FORCE_COMMON_ALLOCATION OUTPUT_FORMAT
1991-04-16*** empty log message ***Steve Chamberlain5-5/+9
1991-04-16Now handles multiple hosts and targets.K. Richard Pixley1-2/+8
1991-04-16Now handles multiple hosts and targets.K. Richard Pixley5-517/+768
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley3-264/+495
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley6-316/+1030
1991-04-15Now handles multiple host and targets.K. Richard Pixley2-263/+383
1991-04-15Initial revisionRoland Pesch1-0/+1014
1991-04-15Minor adjustments for clean info-formatting.Roland Pesch1-5/+4
1991-04-15Initial revisionSteve Chamberlain4-0/+189
1991-04-15Merges from Intel.Steve Chamberlain9-161/+228
Chrisb bug fixes.
1991-04-15Merged in some changes from Intel,Steve Chamberlain10-454/+569
Added some more prototypes.
1991-04-15Personal checkpoint.K. Richard Pixley1-30/+446
1991-04-14Checkpoint before a mergeSteve Chamberlain1-16/+37
1991-04-14checkpoint before a mergeSteve Chamberlain20-1605/+1338
1991-04-14Initial revisionSteve Chamberlain11-0/+376
1991-04-14Just before a merge with chrisbs stuffSteve Chamberlain3-152/+153
1991-04-13 Permit symbols to be superseded when new symbol files haveJohn Gilmore1-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): NewJohn Gilmore1-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 forJohn Gilmore1-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): NewJohn Gilmore2-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 haveJohn Gilmore1-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-13Don't depend `install' on `all'. Actually, the way things work, allMichael Tiemann1-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-13Initial revisionK. Richard Pixley2-0/+43
1991-04-13Also build gnulib.K. Richard Pixley1-1/+1