John Gilmore
a6e2b4241e
* coffread.c (end_psymtab): Free named symtabs and psymtabs for
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.
36 years ago
John Gilmore
92a29b47d7
* 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.
36 years ago
John Gilmore
f96238813e
Permit symbols to be superseded when new symbol files have
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.
36 years ago
Michael Tiemann
bb335cf4aa
Don't depend `install' on `all'. Actually, the way things work, all
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.
36 years ago
K. Richard Pixley
71da131654
Initial revision
36 years ago
K. Richard Pixley
bc719a5950
Also build gnulib.
36 years ago
K. Richard Pixley
5083ec81b0
Nearly complete. Still needs pointer to "more doc".
36 years ago
K. Richard Pixley
f149eb99b2
Fixed an ordering bug. Now everything is built, and then installed.
36 years ago
K. Richard Pixley
866fd8cc54
Initial revision
36 years ago
K. Richard Pixley
a358d88319
Now installs.
36 years ago
K. Richard Pixley
ec342d7d9a
Config cut 3. We now almost install a29k.
36 years ago
Steve Chamberlain
321b5f8d3d
Initial revision
36 years ago
Steve Chamberlain
ff64b37687
Added what to pass as YACC
36 years ago
John Gilmore
bd313dad25
Initial revision
36 years ago
K. Richard Pixley
5d98a5cd94
Initial revision
36 years ago
K. Richard Pixley
131a3881f0
Cut 2 config. Subdirs.
36 years ago
K. Richard Pixley
61907f5122
Cut 2 config. Subdirs.
36 years ago
K. Richard Pixley
8fb360783f
Fixed LOCAL_LABELS_FB bug.
36 years ago
K. Richard Pixley
f2e91404e7
Cut 2. Subdirs.
36 years ago
K. Richard Pixley
74cc5508e7
First cut config. builds in place.
36 years ago
K. Richard Pixley
a10d26a1d4
First cut config hits binutils.
36 years ago
Steve Chamberlain
03466f17b7
*** empty log message ***
36 years ago
K. Richard Pixley
2ee11735a2
First minimally usable config checkin.
36 years ago
K. Richard Pixley
a9c7e163af
First minimally usable checkin.
36 years ago
K. Richard Pixley
9a84900784
Initial revision
36 years ago
John Gilmore
447b99fa65
* exec.c (exec_ops): Add_syms_addr is valid in our tvec.
(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.
36 years ago
Steve Chamberlain
de7c1ff613
*** empty log message ***
36 years ago
David Henkel-Wallace
ad19c0a2d1
Fixed some bd in which temp files and directory were left around.
Dir itself has a short enough name to function under sysv.
36 years ago
K. Richard Pixley
726cc6ef80
Added little endian a.out.
36 years ago
K. Richard Pixley
68a96e5326
Initial revision
36 years ago
K. Richard Pixley
3cc6716da4
CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler. i386
support for aout now tested against an installed customers sun4 cross.
Added REVERSE_SORT_RELOCS.
36 years ago
John Gilmore
66eeea27cc
*** empty log message ***
36 years ago
John Gilmore
be2c3f354c
*** empty log message ***
36 years ago
John Gilmore
64e5222463
*** empty log message ***
36 years ago
Roland Pesch
b48914e1e0
Repair missing xrefs.
36 years ago
Roland Pesch
efd784ca05
Added John Gilmore's advice on subdirs to installation appendix.
36 years ago
Roland Pesch
52d9ccbbae
RENAMES: "demangle" and "asm-demangle" now "set print" subcmds.
36 years ago
Roland Pesch
413130bd46
ADDED:
show copying
show warranty
36 years ago
Roland Pesch
41d786f7a5
Changes agreed w/gnu, summarized in mail of Tue Apr 2 15:52:44 1991
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
36 years ago
Roland Pesch
4a69e6d6cf
Introduce @appendix near top, so this doesn't run together with
preceding text.
36 years ago
Roland Pesch
ccc7daa214
Minor cosmetic revisions.
36 years ago
Roland Pesch
c989dc8e6f
General editing pass. Highlights:
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.
36 years ago
John Gilmore
847fd51966
*** empty log message ***
36 years ago
John Gilmore
3f2e006b77
*** empty log message ***
36 years ago
John Gilmore
07d021a6ae
Initial revision
36 years ago
Steve Chamberlain
4e1dc65681
Fixed bug where abs symbols wern't being placed into the right bit of
the symbol table.
36 years ago
K. Richard Pixley
eb02fd64a6
Initial revision
36 years ago
Roland Pesch
55dd74a1a8
shorten some headings to fit better in "smallbook" table of contents
36 years ago
K. Richard Pixley
99a42820d9
Initial revision
36 years ago
K. Richard Pixley
0e39a8bbfe
new gas main line
36 years ago