Sean Eric Fagan
2aed990cf0
Fixed a typo (no '/' before a '*' in a comment)
36 years ago
John Gilmore
50651e5e43
ieee.h, oasys.h: Add some struct and enum tags for debugging.
internalcoff.h: Comment changes.
ecoff.h: Add back in the relocation entries, deleted accidentally,
and the sizes of ordinary COFF symbol fields for internalcoff.h.
36 years ago
John Gilmore
ef98d5ac06
Mostly MIPS symbol-reading and general symbol-reading fixups.
36 years ago
John Gilmore
eb752e4e4e
Add information about the symbol-reading interface.
36 years ago
John Gilmore
fb3ee1c0d5
Give all enums names. Helps in debugging.
36 years ago
John Gilmore
d6c01d81db
Eliminate normal-COFF things from ecoff.h that are really not present in
ecoff files. Eliminate traces of ecoff support in intel-coff.h.
36 years ago
K. Richard Pixley
68359a924f
Changes for %d and %q registers.
36 years ago
K. Richard Pixley
c07f757526
*** empty log message ***
36 years ago
John Gilmore
f588ffc2c1
Update for gdb version of configure. Still needs more doc on how
to hack configure itself.
36 years ago
John Gilmore
c65cca22d6
Roll in the configure that handles gdb.
36 years ago
John Gilmore
21a56d6d5e
Roll in configure that handles GDB.
36 years ago
John Gilmore
063efd10aa
Roll in new configure that handles GDB. Make sure that the "configure"
that is checked-in reflects the latest "configure.in", which includes gdb.
36 years ago
Sean Eric Fagan
dfedb39a5c
Fixed a stupid error (used '+=' instead of '=').
36 years ago
Sean Eric Fagan
cc5697d7a4
Initial revision
36 years ago
Steve Chamberlain
ac677dad95
Patches from David Wood
36 years ago
Steve Chamberlain
c1c70e6894
Initial revision
36 years ago
Steve Chamberlain
fcc654cbfd
Changes in reloc numbers, lint, and removal of const
36 years ago
Steve Chamberlain
78f3d2c924
From David WOod
36 years ago
Steve Chamberlain
821f042dfe
From David Wood
36 years ago
Steve Chamberlain
2f8d9c1c08
* newsos3.c, targets.c, coffcode.h: new patches from David
Wood
36 years ago
Steve Chamberlain
81f3996f75
*** empty log message ***
36 years ago
John Gilmore
101f259c8f
Make mipsread.c handle static symbols, both in psymtabs and symtabs.
36 years ago
John Gilmore
c3a2180180
Eliminate LOC_EXTERNAL. Improve select_source_symtab. Bug fixes.
36 years ago
Sean Eric Fagan
3d6c650189
Initial revision
36 years ago
K. Richard Pixley
1b2d0bf260
"brz <register>, label" bug fix.
36 years ago
Steve Chamberlain
d25efc25a6
*** empty log message ***
36 years ago
Steve Chamberlain
0d6321eba2
*** empty log message ***
36 years ago
Steve Chamberlain
e8929c8dee
*** empty log message ***
36 years ago
Steve Chamberlain
8fd6eb087b
Added #define for special gdb coff entry points
36 years ago
K. Richard Pixley
e7218a07c7
Correct the rule for mkscript. The explicit rule failed in subdirs.
The default rule works just fine.
36 years ago
Steve Chamberlain
ee32cba6ce
*** empty log message ***
36 years ago
Steve Chamberlain
fb1c44811d
*** empty log message ***
36 years ago
Steve Chamberlain
a4c407e5b9
*** empty log message ***
36 years ago
Steve Chamberlain
5209444a40
*** empty log message ***
36 years ago
Steve Chamberlain
7bc4a0d7a8
Fixed a few bugs, added 29k coff support.
36 years ago
Steve Chamberlain
2013f9b4e1
Initial revision
36 years ago
Steve Chamberlain
a737c70bde
*** empty log message ***
36 years ago
Steve Chamberlain
41f50af07b
* aoutf1.h archive.c bfd.c coffcode.h core.c ecoff.c ieee.c
bfd.texinfo oasys.c opncls.c reloc.c srec.c: More documentation on
lint fixes.
* amdcoff.c bfd.texinfo Makefile.in : Folded in changes for amd
29k coff by David Wood (wood@lab.ultra.nyu.edu ).
36 years ago
John Gilmore
36b9d39cf4
* findvar.c (find_var_value): Handle &function better.
* TODO: Document work needed on &fn and &array.
* printcmd.c (print_address_symbolic): New arg is the prefix
to print if a name is printed.
(print_address_demangle): Honor "set print address" now.
Use new arg above to improve spacing of output.
* valprint.c (val_print): When printing function pointers,
print symbolic form too.
* breakpoint.c (breakpoint_1): Use new print_address_symbolic.
36 years ago
Jim Wilson
116a34785a
Ifdef out bogus `relocation overflow' tests.
36 years ago
Jim Wilson
ea361b4ab5
Add movgeu and movlu insns. Add `,a' for the fbcc insns.
36 years ago
K. Richard Pixley
9b856b4f9c
more v9 fixes. This time %hhi() and %hlo().
36 years ago
K. Richard Pixley
c7236eee80
More v9 fixes.
36 years ago
K. Richard Pixley
52686f5037
Working out v9 bugs.
36 years ago
John Gilmore
8acc9e0558
Avoid "statement not reached" error.
36 years ago
John Gilmore
b8c50f0918
* core.c (memory_error): Reword error msg to mislead less.
* mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name.
* mipsread.c (read_mips_symtab, read_the_mips_symtab,
parse_partial_symbols): Use newer BFD internals (external_filehdr
and external_aouthdr), byte-swap the fields that we care about
before using them, and make the file header data local to
read_the_mips_symtab rather than global.
36 years ago
K. Richard Pixley
2d413945c9
Once more, this time with sane opcodes.
36 years ago
K. Richard Pixley
e8b85e2e2d
upgrade from v9 delta doc 2.02 to delta 2.1.
36 years ago
John Gilmore
2886a9a9ad
Give external_aouthdr struct a name. This lets its type be shown
more reasonably by gdb.
36 years ago
John Gilmore
d2ca8714e7
*** empty log message ***
36 years ago