aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1991-04-13Nearly complete. Still needs pointer to "more doc".K. Richard Pixley1-7/+85
1991-04-13Fixed an ordering bug. Now everything is built, and then installed.K. Richard Pixley1-4/+11
1991-04-13Initial revisionK. Richard Pixley2-0/+122
1991-04-13Now installs.K. Richard Pixley1-1/+1
1991-04-13Config cut 3. We now almost install a29k.K. Richard Pixley8-321/+434
1991-04-11Initial revisionSteve Chamberlain1-0/+4
1991-04-11Added what to pass as YACCSteve Chamberlain1-0/+3
1991-04-11Initial revisionJohn Gilmore1-0/+980
1991-04-11Initial revisionK. Richard Pixley2-0/+0
1991-04-11Cut 2 config. Subdirs.K. Richard Pixley3-109/+137
1991-04-11Cut 2 config. Subdirs.K. Richard Pixley2-89/+138
1991-04-11Fixed LOCAL_LABELS_FB bug.K. Richard Pixley1-2/+2
1991-04-10Cut 2. Subdirs.K. Richard Pixley5-262/+358
1991-04-09First cut config. builds in place.K. Richard Pixley5-1060/+226
1991-04-09First cut config hits binutils.K. Richard Pixley2-563/+136
1991-04-09*** empty log message ***Steve Chamberlain3-72/+44
1991-04-09First minimally usable config checkin.K. Richard Pixley2-556/+139
1991-04-09First minimally usable checkin.K. Richard Pixley1-524/+86
1991-04-09Initial revisionK. Richard Pixley1-0/+1
1991-04-09 * exec.c (exec_ops): Add_syms_addr is valid in our tvec.John Gilmore1-0/+16
(set_section_command): New command ("section xxx yyy" -- should be renamed to "set section xxx yyy" FIXME) which sets the base address of a section of the exec file, overriding the virtual address that BFD reports.
1991-04-08*** empty log message ***Steve Chamberlain8-176/+191
1991-04-08Fixed some bd in which temp files and directory were left around.David Henkel-Wallace1-8/+9
Dir itself has a short enough name to function under sysv.
1991-04-08Added little endian a.out.K. Richard Pixley3-24/+77
1991-04-08Initial revisionK. Richard Pixley5-0/+3231
1991-04-08CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler. i386K. Richard Pixley3-9/+9
support for aout now tested against an installed customers sun4 cross. Added REVERSE_SORT_RELOCS.
1991-04-06*** empty log message ***John Gilmore1-2/+5
1991-04-06*** empty log message ***John Gilmore1-0/+1
1991-04-06*** empty log message ***John Gilmore1-1/+3
1991-04-06Repair missing xrefs.Roland Pesch1-3/+4
1991-04-06Added John Gilmore's advice on subdirs to installation appendix.Roland Pesch1-5/+13
1991-04-06RENAMES: "demangle" and "asm-demangle" now "set print" subcmds.Roland Pesch1-10/+10
1991-04-05ADDED:Roland Pesch1-2/+11
show copying show warranty
1991-04-05Changes agreed w/gnu, summarized in mail of Tue Apr 2 15:52:44 1991Roland Pesch1-88/+78
RENAMES: add-syms -> add-symbol-file info->show convenience info->show directories info editing->show commands info->help targets info->show values info->show version set subcommands: addressprint->print address arrayprint->print array prettyprint->print pretty screen-height->height screen-width->width unionprint->print union vtblprint->print vtbl DELETED: info history (syn "show values" remains) ADDED: help target BLAH
1991-04-05Introduce @appendix near top, so this doesn't run together withRoland Pesch1-2/+3
preceding text.
1991-04-05Minor cosmetic revisions.Roland Pesch1-7/+7
1991-04-05General editing pass. Highlights:Roland Pesch1-424/+559
Update stuff on option flags, full text, mention -help; Better localization of target-specific stuff; introduce 'path' command and discussion of exec path as opp src path; document which commands don't repeat w RTN; update and improve several examples, eg deleting (...) Throughout: attempts to clarify etc.
1991-04-05*** empty log message ***John Gilmore5-5/+5
1991-04-05*** empty log message ***John Gilmore16-146/+367
1991-04-05Initial revisionJohn Gilmore24-0/+10211