John Gilmore
3ba6a043d4
* 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.
* 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".
36 years ago
John Gilmore
dcf5473aff
* symfile.h (free_named_symtabs): Rename from free_named_symtab.
36 years ago
Jim Kingdon
a7d50b0adf
*** empty log message ***
36 years ago
Jim Kingdon
e74d7b43a8
* symfile.c: Rename add_syms_command to add_symbol_file_command.
(_initialize_symfile, add_syms_addr_command):
Rename add-syms to add-symbol-file.
36 years ago
Jim Kingdon
d1343a2a72
* source.c: Rename directories_info to show_directories.
(_initialize_values): Rename "info directories" to "show directories".
36 years ago
Jim Kingdon
f2fc6e7a5c
* target.h: Add to_doc and target_preopen.
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.
36 years ago
Jim Kingdon
70dcc196e1
* inftarg.c (child_open), remote-vx{,.68}.c (vx_proc_open):
New function to give correct error message.
36 years ago
Jim Kingdon
f266e5641b
*** empty log message ***
36 years ago
John Gilmore
543e29f11a
Update for Jim Kingdon to merge his stuff in.
36 years ago
John Gilmore
fc47a10d9b
* target.c (dummy_target): Permit add_syms_addr_command.
36 years ago
John Gilmore
3f83182d58
* dbxread.c (end_symtab, end_psymtab): Change comments.
(initialize_dbxread): Call dbx_new_init() in case the first
command is add-symbols.
36 years ago
John Gilmore
5c43db6b38
* symtab.c (free_symtab): Declare as exported void fn now.
36 years ago
John Gilmore
029981e273
* symfile.c (clear_symtab_users_once, cashier_psymtab,
free_named_symtabs): Move these routines from symmisc.c.
* symmisc.c (same): same.
36 years ago
John Gilmore
9d19971230
* symfile.c (clear_symtab_users_once, cashier_psymtab,
free_named_symtabs): Move these routines from symmisc.c.
36 years ago
Steve Chamberlain
3cc2ca3f5c
Added patch from chrisb
36 years ago
Steve Chamberlain
5f288d8af8
Put spaces around the / signs
36 years ago
Steve Chamberlain
b0f368691e
Fixed a bug where wild scripts stopped working.
Fixed another bug in -R symbol handling
36 years ago
Steve Chamberlain
1d45ccb383
Yet more diffs due to my incompetence.
36 years ago
Steve Chamberlain
df33394f8f
Fixed an include
36 years ago
Steve Chamberlain
bf66105649
Fixed some prototypes
36 years ago
Steve Chamberlain
75a082e25e
Send the right # of args to an fprintf
36 years ago
K. Richard Pixley
e7921bd4c5
Pulled host & target dependancies out of Makefile. allow more
flexibility in config.h.
36 years ago
K. Richard Pixley
59e91936c5
Pulling host and target dependancies out of the Makefile.in.
36 years ago
K. Richard Pixley
49913ad311
Initial revision
36 years ago
K. Richard Pixley
7d774e0167
Working toward configuring targets.
36 years ago
K. Richard Pixley
5176a6bcd8
Some cleanup and some new targets.
36 years ago
K. Richard Pixley
a6dab0710c
Killed a few warnings.
36 years ago
Steve Chamberlain
93d8be3c7c
Force target architecture
36 years ago
Steve Chamberlain
ac00487023
Fixed some bugs.
36 years ago
Steve Chamberlain
301dfc71d4
Stuff
36 years ago
David Henkel-Wallace
8ab76aa732
fix two small bugs: quick-append no longer used to create fresh archives;
ar t on a non-existant file does not claim to create it.
36 years ago
Steve Chamberlain
7685579456
*** empty log message ***
36 years ago
Steve Chamberlain
d4c02e2923
Cleaned up a load of declarations
Fixed bug in unary - , ! and ~
36 years ago
Steve Chamberlain
d646b568d0
Moved declarations from header file into here.
36 years ago
Steve Chamberlain
5e83d38ef9
Removed extern declarations
36 years ago
K. Richard Pixley
9bba778491
Now uses getopt from ../getopt.
36 years ago
K. Richard Pixley
04dc1a6246
Fixed a problem with host dependent parts.
36 years ago
K. Richard Pixley
2b34da49e5
Added getopt for binutils, fixed problem with host dependancies in
configure.template.
36 years ago
Steve Chamberlain
2a525d0c6c
Changed bad call of fstat to stat
36 years ago
Steve Chamberlain
1f4d3c7911
Cosmetic changes to bfd_perform_relocation
36 years ago
Steve Chamberlain
3874a23cde
Some changes from chrisb and some more DEFUNS.
Also some work on C_FILE stuff, which still doesn't work correctly.
36 years ago
Steve Chamberlain
3e9aade183
Lots of fixes to make it work
36 years ago
Steve Chamberlain
4432f8ad29
Fixed some casts
36 years ago
Steve Chamberlain
097879bc04
Added support for OUTPUT_FORMAT keyword
Fixed problem where cofflike common was being badly sized due to
incorrectly owned common symbols.
36 years ago
Steve Chamberlain
3a39952366
Better error messages for forward and undefined refs for ADDR and
SIZEOF
36 years ago
Steve Chamberlain
13a0e8d7fc
Added support for OUTPUT_FORMAT(name) and FORCE_COMMON_ALLOCATION
36 years ago
Steve Chamberlain
fd846434f0
Added keywords
FORCE_COMMON_ALLOCATION
OUTPUT_FORMAT
36 years ago
Steve Chamberlain
070aa81923
*** empty log message ***
36 years ago
K. Richard Pixley
6408afbac5
Now handles multiple hosts and targets.
36 years ago
K. Richard Pixley
b5132a6b85
Now handles multiple hosts and targets.
36 years ago