Steve Chamberlain
0d6321eba2
*** empty log message ***
1991-07-16 20:50:29 +00:00
Steve Chamberlain
e8929c8dee
*** empty log message ***
1991-07-16 16:21:13 +00:00
Steve Chamberlain
8fd6eb087b
Added #define for special gdb coff entry points
1991-07-16 16:12:29 +00:00
K. Richard Pixley
e7218a07c7
Correct the rule for mkscript. The explicit rule failed in subdirs.
...
The default rule works just fine.
1991-07-16 15:35:37 +00:00
Steve Chamberlain
ee32cba6ce
*** empty log message ***
1991-07-16 13:46:17 +00:00
Steve Chamberlain
fb1c44811d
*** empty log message ***
1991-07-16 00:39:03 +00:00
Steve Chamberlain
a4c407e5b9
*** empty log message ***
1991-07-16 00:35:56 +00:00
Steve Chamberlain
5209444a40
*** empty log message ***
1991-07-16 00:07:19 +00:00
Steve Chamberlain
7bc4a0d7a8
Fixed a few bugs, added 29k coff support.
1991-07-15 23:43:26 +00:00
Steve Chamberlain
2013f9b4e1
Initial revision
1991-07-15 23:43:15 +00:00
Steve Chamberlain
a737c70bde
*** empty log message ***
1991-07-15 23:41:06 +00:00
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 ).
1991-07-15 23:30:28 +00:00
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.
1991-07-14 07:48:06 +00:00
Jim Wilson
116a34785a
Ifdef out bogus `relocation overflow' tests.
1991-07-10 13:18:07 +00:00
Jim Wilson
ea361b4ab5
Add movgeu and movlu insns. Add `,a' for the fbcc insns.
1991-07-10 13:16:07 +00:00
K. Richard Pixley
9b856b4f9c
more v9 fixes. This time %hhi() and %hlo().
1991-07-10 02:45:05 +00:00
K. Richard Pixley
c7236eee80
More v9 fixes.
1991-07-10 02:44:13 +00:00
K. Richard Pixley
52686f5037
Working out v9 bugs.
1991-07-09 19:19:15 +00:00
John Gilmore
8acc9e0558
Avoid "statement not reached" error.
1991-07-09 02:36:38 +00:00
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.
1991-07-09 02:08:13 +00:00
K. Richard Pixley
2d413945c9
Once more, this time with sane opcodes.
1991-07-09 00:57:44 +00:00
K. Richard Pixley
e8b85e2e2d
upgrade from v9 delta doc 2.02 to delta 2.1.
1991-07-09 00:43:24 +00:00
John Gilmore
2886a9a9ad
Give external_aouthdr struct a name. This lets its type be shown
...
more reasonably by gdb.
1991-07-09 00:34:45 +00:00
John Gilmore
d2ca8714e7
*** empty log message ***
1991-07-07 05:29:03 +00:00
John Gilmore
f4b13194e1
Bugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200,
...
fixing opcodes movmw, movmd.
1991-07-07 05:27:54 +00:00
Steve Chamberlain
27d9b689bf
Added core.c prototypes to bfd.h
1991-07-06 23:46:01 +00:00
John Gilmore
f0514586c3
Add declarations for bfd_coff_swap_aux_in, swap_sym_in, swap_lineno_in,
...
bfd_core_file_failing_command, failing_signal, matches_executable_p.
Apparently these were lost in Steve's documentation merge.
1991-07-06 08:39:24 +00:00
John Gilmore
295cce3ca6
Use set_tdata to set the ieee tdata field, avoiding casting left of
...
assignment.
1991-07-06 08:37:45 +00:00
John Gilmore
2a8afebabf
* main.c (command_line_input): Flush stdout and stderr
...
before every call to readline. This reportedly fixes a bug
that comes up in Sys V running emacs-gdb and/or xxgdb,
when stdin/out are pipes or sockets.
1991-07-06 08:36:34 +00:00
John Gilmore
391e5612c6
Fix bug in configure when iterating targets.
...
Depend on alldeps.mak, not ${srcdir}/alldeps.mak, so it can be found
in either spot.
1991-07-06 04:35:51 +00:00
John Gilmore
ca18a446bc
Add comment about commented-out bfd_release calls.
1991-07-06 02:33:08 +00:00
John Gilmore
6988f5c0ae
Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com)
...
* configure.in, Makefile.in: Avoid rebuilding "depend" as much.
Avoid declaring Makefile dependencies, because GNU Make stupidly
tries to update it if we do.
* coffread.c: Revise for minor changes to bfd internal coff
indexes.
* configure: If -template= is given a relative path, make it
absolute before recurring in subdirectories.
1991-07-05 00:04:59 +00:00
John Gilmore
4708037854
Add gdb, rearrange the things that gdb needs so they get built first.
1991-07-04 23:46:05 +00:00
John Gilmore
4eda21f2f6
* Add dec3100 as equivalent to littlemips. Indicate in all host &
...
target config files that they are for the host. When the lines
get copied into the Makefile, this makes it more obvious what's
up.
1991-07-04 21:56:20 +00:00
John Gilmore
dfb12287fe
Initial revision
1991-07-04 21:55:36 +00:00
John Gilmore
6617e3464b
Add dec3100 as equivalent to littlemips.
...
Indicate in all host config files that they are for the host. When the
lines get copied into the Makefile, this makes it more obvious what's up.
1991-07-04 21:51:41 +00:00
Steve Chamberlain
6f7912b9fb
Modified fctnl proto
1991-07-04 17:00:42 +00:00
Steve Chamberlain
7a276b09e5
*** empty log message ***
1991-07-04 16:56:17 +00:00
Steve Chamberlain
6f715d66ad
Now full of documentation. Yum Yum.
1991-07-04 16:52:56 +00:00
Steve Chamberlain
985fca1293
Initial revision
1991-07-04 16:52:19 +00:00
John Gilmore
bdf3621b9e
Make gdb work with configure. Only thing that doesn't work is the -list
...
option (as far as I know).
1991-07-04 15:59:47 +00:00
Roland Pesch
0b5b143aed
Clean up some more _GENERIC___ contexts.
...
(Also attest to editor more modestly...)
1991-06-25 19:40:21 +00:00
John Gilmore
76b4be1296
* sparc-opcode.h (trap opcodes): Avoid leading spaces or
...
tabs, which end up in the disassembler output inadvertently.
1991-06-25 06:50:31 +00:00
K. Richard Pixley
e46cdcdd36
Changes to use yacc and/or bison in place.
1991-06-20 22:04:41 +00:00
K. Richard Pixley
6321e9eaf5
Changes for v9 gas.
1991-06-20 21:47:57 +00:00
K. Richard Pixley
21c97f13c7
Changes for v9.
1991-06-20 21:47:21 +00:00
K. Richard Pixley
3ebb9aab6d
Added prms.
1991-06-18 15:30:35 +00:00
K. Richard Pixley
c95b6fd116
v9 checkpoint.
1991-06-16 17:48:13 +00:00
Steve Chamberlain
17e6f61f1f
*** empty log message ***
1991-06-14 22:54:48 +00:00
Steve Chamberlain
a5090de953
Initial revision
1991-06-14 22:30:17 +00:00