Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1991-04-13 | Nearly complete. Still needs pointer to "more doc". | K. Richard Pixley | 1 | -7/+85 | |
1991-04-13 | Fixed an ordering bug. Now everything is built, and then installed. | K. Richard Pixley | 1 | -4/+11 | |
1991-04-13 | Initial revision | K. Richard Pixley | 2 | -0/+122 | |
1991-04-13 | Now installs. | K. Richard Pixley | 1 | -1/+1 | |
1991-04-13 | Config cut 3. We now almost install a29k. | K. Richard Pixley | 8 | -321/+434 | |
1991-04-11 | Initial revision | Steve Chamberlain | 1 | -0/+4 | |
1991-04-11 | Added what to pass as YACC | Steve Chamberlain | 1 | -0/+3 | |
1991-04-11 | Initial revision | John Gilmore | 1 | -0/+980 | |
1991-04-11 | Initial revision | K. Richard Pixley | 2 | -0/+0 | |
1991-04-11 | Cut 2 config. Subdirs. | K. Richard Pixley | 3 | -109/+137 | |
1991-04-11 | Cut 2 config. Subdirs. | K. Richard Pixley | 2 | -89/+138 | |
1991-04-11 | Fixed LOCAL_LABELS_FB bug. | K. Richard Pixley | 1 | -2/+2 | |
1991-04-10 | Cut 2. Subdirs. | K. Richard Pixley | 5 | -262/+358 | |
1991-04-09 | First cut config. builds in place. | K. Richard Pixley | 5 | -1060/+226 | |
1991-04-09 | First cut config hits binutils. | K. Richard Pixley | 2 | -563/+136 | |
1991-04-09 | *** empty log message *** | Steve Chamberlain | 3 | -72/+44 | |
1991-04-09 | First minimally usable config checkin. | K. Richard Pixley | 2 | -556/+139 | |
1991-04-09 | First minimally usable checkin. | K. Richard Pixley | 1 | -524/+86 | |
1991-04-09 | Initial revision | K. Richard Pixley | 1 | -0/+1 | |
1991-04-09 | * exec.c (exec_ops): Add_syms_addr is valid in our tvec. | John Gilmore | 1 | -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 Chamberlain | 8 | -176/+191 | |
1991-04-08 | Fixed some bd in which temp files and directory were left around. | David Henkel-Wallace | 1 | -8/+9 | |
Dir itself has a short enough name to function under sysv. | |||||
1991-04-08 | Added little endian a.out. | K. Richard Pixley | 3 | -24/+77 | |
1991-04-08 | Initial revision | K. Richard Pixley | 5 | -0/+3231 | |
1991-04-08 | CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler. i386 | K. Richard Pixley | 3 | -9/+9 | |
support for aout now tested against an installed customers sun4 cross. Added REVERSE_SORT_RELOCS. | |||||
1991-04-06 | *** empty log message *** | John Gilmore | 1 | -2/+5 | |
1991-04-06 | *** empty log message *** | John Gilmore | 1 | -0/+1 | |
1991-04-06 | *** empty log message *** | John Gilmore | 1 | -1/+3 | |
1991-04-06 | Repair missing xrefs. | Roland Pesch | 1 | -3/+4 | |
1991-04-06 | Added John Gilmore's advice on subdirs to installation appendix. | Roland Pesch | 1 | -5/+13 | |
1991-04-06 | RENAMES: "demangle" and "asm-demangle" now "set print" subcmds. | Roland Pesch | 1 | -10/+10 | |
1991-04-05 | ADDED: | Roland Pesch | 1 | -2/+11 | |
show copying show warranty | |||||
1991-04-05 | Changes agreed w/gnu, summarized in mail of Tue Apr 2 15:52:44 1991 | Roland Pesch | 1 | -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-05 | Introduce @appendix near top, so this doesn't run together with | Roland Pesch | 1 | -2/+3 | |
preceding text. | |||||
1991-04-05 | Minor cosmetic revisions. | Roland Pesch | 1 | -7/+7 | |
1991-04-05 | General editing pass. Highlights: | Roland Pesch | 1 | -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 Gilmore | 5 | -5/+5 | |
1991-04-05 | *** empty log message *** | John Gilmore | 16 | -146/+367 | |
1991-04-05 | Initial revision | John Gilmore | 24 | -0/+10211 | |