Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-04-20 | Fix comment (coff-encap -> dbx-in-coff). | Jim Kingdon | 1 | -2/+2 | |
1991-04-20 | * tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun. | Jim Kingdon | 3 | -1/+6 | |
tm-sun3.h: Define TARGET_SUN3. | |||||
1991-04-20 | Updated, amplified, and reorganized linker manual. Option-flag | Roland Pesch | 1 | -577/+1044 | |
description believed complete as of today; still holes---small ones---in "commands" section. BFD section also needs better table of supported archs and formats; see FIXMEs for scattered q's and desiderata. | |||||
1991-04-19 | * utils.c: Use CPLUS_MARKER not '$'. | Jim Kingdon | 3 | -5/+18 | |
* cplus-dem.c: Use CPLUS_MARKER not '$'. If CPLUS_MARKER isn't defined, define it to '$'. | |||||
1991-04-19 | * arm-opcode.h: New file (same contents as before; it had | Jim Kingdon | 1 | -0/+3 | |
just been left out of the distribution for a long time). | |||||
1991-04-19 | Initial revision | Jim Kingdon | 1 | -0/+294 | |
1991-04-19 | * tm-68k.h: Put declaration of ext_format_68881 outside the macros. | Jim Kingdon | 2 | -4/+6 | |
1991-04-19 | * main.c: New HAVE_SIGSETMASK #ifdefs. | Jim Kingdon | 2 | -0/+17 | |
1991-04-19 | * coffread.c (read_coff_symtab): Check for "LF%" with all the | Jim Kingdon | 1 | -3/+14 | |
other L*% things. * coffread.c (SDB_TYPE): New macro. various: Use it instead of checking against T_NULL. | |||||
1991-04-19 | fix a smallie but nasttie. | David Henkel-Wallace | 1 | -2/+2 | |
1991-04-19 | allow the user to specify a file more than once on the command line -- | David Henkel-Wallace | 1 | -1/+8 | |
the duplicate references are ignored. ::wq | |||||
1991-04-19 | *** empty log message *** | David Henkel-Wallace | 1 | -4/+53 | |
1991-04-19 | * Makefile.dist (cplus-dem.o): Hack in an #include "param.h" | Jim Kingdon | 5 | -2/+31 | |
before we compile it. defs.h: Protect against multiple inclusion. param.h: Include defs.h. | |||||
1991-04-19 | * i386-pinsn.c (OP_E): Change %d to 0x%x for consistency. | Jim Kingdon | 2 | -1/+3 | |
1991-04-19 | *** empty log message *** | Jim Kingdon | 1 | -0/+11 | |
1991-04-19 | *** empty log message *** | Jim Kingdon | 5 | -12/+100 | |
1991-04-19 | Initial revision | Jim Kingdon | 1 | -0/+117 | |
1991-04-19 | One more time | John Gilmore | 1 | -1/+2 | |
1991-04-19 | *** empty log message *** | Jim Kingdon | 2 | -5/+10 | |
1991-04-19 | * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New | John Gilmore | 1 | -19/+18 | |
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. * symtab.c (list_symbols): Process the first symbol of the static psymbols list. (types_info): Restore this function from its untimely #if 0. It's not perfect, but it is better than nothing. (_initialize_symtab): Restore "info types". | |||||
1991-04-19 | * symfile.h (free_named_symtabs): Rename from free_named_symtab. | John Gilmore | 1 | -1/+1 | |
1991-04-19 | *** empty log message *** | Jim Kingdon | 1 | -0/+129 | |
1991-04-19 | * symfile.c: Rename add_syms_command to add_symbol_file_command. | Jim Kingdon | 1 | -4/+4 | |
(_initialize_symfile, add_syms_addr_command): Rename add-syms to add-symbol-file. | |||||
1991-04-19 | * source.c: Rename directories_info to show_directories. | Jim Kingdon | 1 | -6/+8 | |
(_initialize_values): Rename "info directories" to "show directories". | |||||
1991-04-19 | * target.h: Add to_doc and target_preopen. | Jim Kingdon | 6 | -76/+101 | |
target.c: Add target_preopen and target_command. Remove target_info. (add_target): Call add_cmd and mess with targetlist->doc. core.c, exec.c, remote-eb.c, remote-nindy.c, remote-vx.c, remote-vx.68.c, inftarg.c, remote.c: Add doc field to target struct. Call target_preopen from open routine. | |||||
1991-04-19 | * inftarg.c (child_open), remote-vx{,.68}.c (vx_proc_open): | Jim Kingdon | 3 | -3/+41 | |
New function to give correct error message. | |||||
1991-04-19 | *** empty log message *** | Jim Kingdon | 6 | -73/+162 | |
1991-04-19 | Update for Jim Kingdon to merge his stuff in. | John Gilmore | 1 | -0/+65 | |
1991-04-19 | * target.c (dummy_target): Permit add_syms_addr_command. | John Gilmore | 1 | -8/+20 | |
1991-04-19 | * dbxread.c (end_symtab, end_psymtab): Change comments. | John Gilmore | 1 | -1/+5 | |
(initialize_dbxread): Call dbx_new_init() in case the first command is add-symbols. | |||||
1991-04-19 | * symtab.c (free_symtab): Declare as exported void fn now. | John Gilmore | 1 | -0/+3 | |
1991-04-19 | * symfile.c (clear_symtab_users_once, cashier_psymtab, | John Gilmore | 1 | -84/+2 | |
free_named_symtabs): Move these routines from symmisc.c. * symmisc.c (same): same. | |||||
1991-04-19 | * symfile.c (clear_symtab_users_once, cashier_psymtab, | John Gilmore | 1 | -0/+186 | |
free_named_symtabs): Move these routines from symmisc.c. | |||||
1991-04-19 | Added patch from chrisb | Steve Chamberlain | 1 | -17/+7 | |
1991-04-19 | Put spaces around the / signs | Steve Chamberlain | 2 | -4/+4 | |
1991-04-19 | Fixed a bug where wild scripts stopped working. | Steve Chamberlain | 2 | -3/+4 | |
Fixed another bug in -R symbol handling | |||||
1991-04-19 | Yet more diffs due to my incompetence. | Steve Chamberlain | 2 | -124/+104 | |
1991-04-18 | Fixed an include | Steve Chamberlain | 1 | -2/+2 | |
1991-04-18 | Fixed some prototypes | Steve Chamberlain | 1 | -56/+5 | |
1991-04-18 | Send the right # of args to an fprintf | Steve Chamberlain | 1 | -3/+6 | |
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. |