Heinz G. Seidl [Fri, 20 Mar 1992 23:58:25 +0000 (23:58 +0000)]
changed prms to send_pr
Per Bothner [Fri, 20 Mar 1992 21:57:17 +0000 (21:57 +0000)]
More C++ improvements (pointers to members, qualified names). See ChangeLog.
Stu Grossman [Fri, 20 Mar 1992 00:53:45 +0000 (00:53 +0000)]
Add .stmp-readline to all.cross...
Stu Grossman [Fri, 20 Mar 1992 00:51:23 +0000 (00:51 +0000)]
* Makefile.in (all.cross): Add .stmp-bfd.
Fred Fish [Thu, 19 Mar 1992 21:57:15 +0000 (21:57 +0000)]
* coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,
elfread.c (coff_symfile_finish): Add function, prototype, and
add to the xxxx_sym_fns struct for each file type. Also reformat
the xxxx_sym_fns vector to a standard format and add comments.
* coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,
elfread.c (xxx_symfile_new_init, xxx_symfile_init, xxx_symfile_read):
Pass pointer to struct objfile rather than pointer to sym_fns.
Change references inside each function accordingly. Allocate any
symbol file specific info in the per-objfile memory region.
* dbxread.c (free_and_init_header_files): Break function into
free_header_files(), called from dbx_symfile_finish(), and
init_header_files(), called from dbx_new_init().
* dbxread.c (dbx_new_init): Move deallocation things to new
dbx_symfile_finish function.
* elfread.c (elf_new_init): Call buildsym_new_init().
* objfiles.c (free_objfile): Call the appropriate symfile_finish()
routine for the objfile before deallocating other stuff.
* sparc-tdep.c (get_longjmp_target): Cast target_read_memory arg.
* symfile.h: Move struct sym_fns to before struct objfile def.
Add sym_finish function pointer and change prototypes of other
function pointers to reflect passing struct objfile pointer rather
than struct sym_fns pointer.
* symfile.c: Remove now obsolete symtab_fns pointer.
* symfile.c (symfile_init): Renamed to find_sym_fns, and now only
locates the correct sym_fns struct for the given objfile.
* symfile.c (syms_from_objfile, symbol_file_add): Restructured
for better support of mapped symbol tables.
* symfile.c (symbol_file_command): Remove obsolete code using
symfile_fns.
* symfile.h: Remove duplicate declarations for symfile_objfile,
entry_point, and object_files.
* target.c (target_info): Compare symfile_objfile to NULL.
* xcoffread.c (aixcoff_new_init): Move deallocation stuff to
aixcoff_symfile_finish().
Fred Fish [Thu, 19 Mar 1992 02:26:25 +0000 (02:26 +0000)]
Add and use definition for IN_SOLIB_TRAMPOLINE which allows wait_for_inferior
to test whether or not it has stepped into the glue that binds an
application to a shared library routine.
Per Bothner [Thu, 19 Mar 1992 00:05:35 +0000 (00:05 +0000)]
Some improvements to g++ debugging.
* symtab.c (list_symbols): demangle before pattern matching.
* symtab.c: Other fixes to improve handing of operators.
* valprint.c (type_print_base): Fix test for constructor.
* values.c (value_static_field): Allow evaluation of
CLASS::METHOD, returning a function pointer.
Fred Fish [Wed, 18 Mar 1992 16:45:54 +0000 (16:45 +0000)]
Remove currently unused state.c and state.h files from list of files
to keep.
Fred Fish [Wed, 18 Mar 1992 16:43:25 +0000 (16:43 +0000)]
Changes to implement the -mapped and -readnow options for commands that
read symbol tables.
Per Bothner [Tue, 17 Mar 1992 22:14:18 +0000 (22:14 +0000)]
* bout.c (b_out_slurp_reloc_table): Use BFD_ASSERT macro,
not internal bfd_assert function (twice).
Steve Chamberlain [Tue, 17 Mar 1992 18:47:16 +0000 (18:47 +0000)]
* aout-target.h: change ar_max_namelen to 15 (the right value)
* coff-a29k, coffcode.h: more hangovers from the bfd_abs_section
change
Steve Chamberlain [Tue, 17 Mar 1992 00:41:11 +0000 (00:41 +0000)]
More bitrot
Steve Chamberlain [Tue, 17 Mar 1992 00:38:14 +0000 (00:38 +0000)]
Fix for new filenames
Steve Chamberlain [Mon, 16 Mar 1992 22:59:58 +0000 (22:59 +0000)]
Remove i960 b.out bitrot.
Steve Chamberlain [Mon, 16 Mar 1992 22:54:51 +0000 (22:54 +0000)]
i960 bitrot fix
Fred Fish [Sun, 15 Mar 1992 03:33:19 +0000 (03:33 +0000)]
Remove unused file mtrace.awk, remove entries from .Sanitize for
mtrace.awk and previously removed files.
Fred Fish [Sun, 15 Mar 1992 03:11:09 +0000 (03:11 +0000)]
Add mmalloc directory to list of files to preserve.
Fred Fish [Sun, 15 Mar 1992 02:16:01 +0000 (02:16 +0000)]
New memory malloc malloc library, based on GNU malloc.
Fred Fish [Sun, 15 Mar 1992 01:33:32 +0000 (01:33 +0000)]
Convert calls to bare malloc() to bfd_xmalloc().
Fred Fish [Sun, 15 Mar 1992 01:21:52 +0000 (01:21 +0000)]
Add support for mmalloc library.
Fred Fish [Sun, 15 Mar 1992 01:13:26 +0000 (01:13 +0000)]
These files are replaced by the mmalloc library.
Fred Fish [Sun, 15 Mar 1992 01:10:01 +0000 (01:10 +0000)]
Missed in last checkin.
Fred Fish [Sun, 15 Mar 1992 01:09:14 +0000 (01:09 +0000)]
Globs of changes. See the ChangeLog for details. Most related to
using the new mmalloc package.
Fred Fish [Sat, 14 Mar 1992 19:47:11 +0000 (19:47 +0000)]
Only enable compilation of debugging functions when IBM6000 is defined
as well as DEBUG. Fails to compile otherwise.
Fred Fish [Sat, 14 Mar 1992 19:41:28 +0000 (19:41 +0000)]
Add config directory to list of things to keep.
Mark Eichin [Sat, 14 Mar 1992 09:04:48 +0000 (09:04 +0000)]
missing backslash on first line of all.normal
John Gilmore [Sat, 14 Mar 1992 05:40:34 +0000 (05:40 +0000)]
* mipsread.c (mipscoff_symfile_read): Eliminate a lot of
useless code, including an lseek to an uninitialized variable.
Reported by Jim Williams <jimbo@wrs.com>.
K. Richard Pixley [Sat, 14 Mar 1992 03:47:55 +0000 (03:47 +0000)]
install man page too
K. Richard Pixley [Sat, 14 Mar 1992 03:09:49 +0000 (03:09 +0000)]
fix cvs merge detritus
K. Richard Pixley [Sat, 14 Mar 1992 03:08:29 +0000 (03:08 +0000)]
pass MAKEINFO macro on info
K. Richard Pixley [Sat, 14 Mar 1992 03:07:12 +0000 (03:07 +0000)]
use MAKEINFO macro
K. Richard Pixley [Sat, 14 Mar 1992 02:54:17 +0000 (02:54 +0000)]
pass MAKEINFO on recursion
K. Richard Pixley [Sat, 14 Mar 1992 02:45:00 +0000 (02:45 +0000)]
add stmp dependencies for a few more things
K. Richard Pixley [Sat, 14 Mar 1992 02:30:18 +0000 (02:30 +0000)]
pass MAKEINFO down on info
Roland Pesch [Sat, 14 Mar 1992 00:07:37 +0000 (00:07 +0000)]
(1) GDB 4.5: another Grossman/Gilmore co-production!
(2) Add fnf to GDB credits for SVr4 stuff. (Need to sift ChangeLog again for
more recent credits).
(3) document "mapped", "readnow" keywords (with file or symbol-file commands;
for now no mention of add-symbol-file in this context), -m and -mapped
cmd-line options, and associated explanations.
Roland Pesch [Sat, 14 Mar 1992 00:05:37 +0000 (00:05 +0000)]
Run TeX *three* times to get better index, xrefs.
Roland Pesch [Fri, 13 Mar 1992 22:56:28 +0000 (22:56 +0000)]
(1) Document printmsyms; slight clarifications to description of printsyms,
printpsyms.
(2) Fix errors found by makeinfo.
(3) Initial docn for "info proc" and its subcommands. Should probably
be expanded somewhat after implementation complete.
Roland Pesch [Fri, 13 Mar 1992 20:57:33 +0000 (20:57 +0000)]
Patches from fnf for SVr4
Steve Chamberlain [Fri, 13 Mar 1992 16:47:29 +0000 (16:47 +0000)]
Reflect file name changes
Steve Chamberlain [Fri, 13 Mar 1992 16:25:26 +0000 (16:25 +0000)]
* config/mt-<foo> renamed to <foo>.mt
* config/mh-<foo> renamed to <foo>.mt
* configure.in changed to reflect this
* genscripts.sh now make .xbn files rather than .xN files
Steve Chamberlain [Fri, 13 Mar 1992 16:04:21 +0000 (16:04 +0000)]
Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* flonum-const.c: renamed flonum-konst.c to stop dos name
conflict.
Steve Chamberlain [Fri, 13 Mar 1992 15:57:41 +0000 (15:57 +0000)]
Fixed the whitespace
Steve Chamberlain [Fri, 13 Mar 1992 15:56:57 +0000 (15:56 +0000)]
Added PROTO
Steve Chamberlain [Fri, 13 Mar 1992 15:43:32 +0000 (15:43 +0000)]
* config/mt-<foo> now <foo>.mt, config/mh-<foo> now <foo>.mh.
host/h-<foo> now just <foo>.
* configure.in: reflect changes
Per Bothner [Fri, 13 Mar 1992 01:42:25 +0000 (01:42 +0000)]
Mostly merged in changes from IBM (Metin); see ChangeLog.
Roland Pesch [Thu, 12 Mar 1992 21:26:01 +0000 (21:26 +0000)]
Reinstate "gdb-all.texi" as target. (Thanks, Rich, for the reminder).
Roland Pesch [Thu, 12 Mar 1992 21:15:32 +0000 (21:15 +0000)]
.Sanitize: reflect removal of gdb-all.texi from repository
lucid.m4: config for Lucid/NCR (like "all.m4" but also turns on _LUCID__)
none.m4: turn _LUCID__ off by default
gdb.texinfo:
1) Use bold rather than italic for user input in intro, to avoid discord
with meta-variable convention throughout manual (jim@wrs.com suggestion).
2) Some mumbling about using GDB under Energize/Cadillac.
(conditionalized on _LUCID__, not included yet in general-doc config)
3) more remarks about debugging optimized code, incl vanishing unused vars
(rms/gnu/net suggestion).
4) @emph replaces @i in a few spots (emphasis should affect info file as
well as printed manual).
5) "memory tracing", "breakpoint on variable modification" index entries
added, pointing to watchpoints (gnu suggestion).
6) Less passive, more index entries, in breakpoint-number description
7) doc new convenience var $bpnum (due to grossman?)
8) Update "info breakpoints" to describe new Grossman format; note now
synonymous with "info watchpoints".
9) Describe negative (GDB internal) breakpoints and new "info all-breakpoints"
10) Slight change to description of colon-colon GDB expression notation,
describing function::var as well as file::var and noting var is static
(lmb question, gnu suggestion)
11) Doc Per's new &(&foo) for debugging C++
12) Rephrase paragraph in configure appendix to avoid overfull box
(in *large* format!)
13) Additional warning re VPATH feature required for --srcdir= config.
(gnu suggestion)
Per Bothner [Thu, 12 Mar 1992 20:18:54 +0000 (20:18 +0000)]
* solib.h, infrun.c, tm-rs6000.h: Add a PID parameter
to SOLIB_CREATE_INFERIOR_HOOK macro.
Per Bothner [Thu, 12 Mar 1992 19:17:28 +0000 (19:17 +0000)]
* libbfd-in.h (set_tdata): Make change of Feb 27 in the
actual source file, not just the generated libbfd.h.
K. Richard Pixley [Thu, 12 Mar 1992 12:56:53 +0000 (12:56 +0000)]
add libiberty stmp to all and all.cross
K. Richard Pixley [Thu, 12 Mar 1992 12:47:36 +0000 (12:47 +0000)]
* configure.in: vxworks68 gets te-sun3.h.
* expr.c: remove limitation that local_labels_dollar or
local_labels_fb must be < 10.
* symbols.c: remove local_labels_dollar, replace with a function
interface for a sparse array. All users adjusted.
K. Richard Pixley [Thu, 12 Mar 1992 12:44:22 +0000 (12:44 +0000)]
* tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
tc-m68k.h to te-sun3.h.
* te-sun3.h: add LOCAL_LABELS_DOLLAR.
John Gilmore [Thu, 12 Mar 1992 06:08:56 +0000 (06:08 +0000)]
mips-big-* target
Michael Tiemann [Wed, 11 Mar 1992 15:42:34 +0000 (15:42 +0000)]
Add .stmp-gcc to all-gcc target.
K. Richard Pixley [Wed, 11 Mar 1992 10:08:54 +0000 (10:08 +0000)]
remove force from dependencies, add grep to all
K. Richard Pixley [Wed, 11 Mar 1992 06:24:19 +0000 (06:24 +0000)]
added check for conflicting configurations (srcdir vs not)
K. Richard Pixley [Wed, 11 Mar 1992 06:07:29 +0000 (06:07 +0000)]
remove trailing slashes from srcdir so gdb-mode won't get cranky
K. Richard Pixley [Wed, 11 Mar 1992 05:57:50 +0000 (05:57 +0000)]
drop flex. make stamp files work
K. Richard Pixley [Wed, 11 Mar 1992 05:50:05 +0000 (05:50 +0000)]
use relative paths for configure and srcdir when possible
Steve Chamberlain [Wed, 11 Mar 1992 02:01:42 +0000 (02:01 +0000)]
Hooks for configuring newlib
K. Richard Pixley [Tue, 10 Mar 1992 00:57:37 +0000 (00:57 +0000)]
keep ChangeLog and gdb-all.texi
K. Richard Pixley [Tue, 10 Mar 1992 00:50:59 +0000 (00:50 +0000)]
keep ChangeLog and as-all.texinfo
Stu Grossman [Mon, 9 Mar 1992 22:46:53 +0000 (22:46 +0000)]
Interface routines for Lucid's tool protocol.
Fred Fish [Mon, 9 Mar 1992 05:23:45 +0000 (05:23 +0000)]
* symfile.h: Add prototype for iterate_over_msymbols().
* symtab.c (cplus_mangled_symbol): Add function.
* symtab.c (lookup_symbol): Call cplus_mangled_symbol via
iterate_over_msymbols to find demangled C++ symbol.
* xcoffexec.c (relocate_minimal_symbol): Return meaningful
value to iterate_over_msymbols().
* xcoffexec.c (vmap_symtab): Ignore return from iterate_over_
msymbols().
K. Richard Pixley [Sun, 8 Mar 1992 09:11:19 +0000 (09:11 +0000)]
This is the third and final batch of makefile changes this round.
These are Makefiles that do not participate in progressive yet have
still been brought current.
* added exec_prefix
* default bindir now exec_prefix/bin
* default libdir now exec_prefix/lib
* default mandir now prefix/man
* default infodir now prefix/info
* added oldincludedir, default NULL
* remove all traces of the old -subdirs and -namesubdir support,
including code, for loops, and all subdir/unsubdir stuff.
* remove old style staging targets {de-}stage[1234], comparison,
bootstrapN, from all but the bootstrappable tools.
* added check targets.
* removed any "Last Mod" lines.
* forced copyrights to '92 and shifted some from Cygnus to FSF.
* added tooldir and program_prefix where needed.
* updated texinfo and man pages, removed all references to multiple
hosts or targets.
K. Richard Pixley [Sun, 8 Mar 1992 07:47:55 +0000 (07:47 +0000)]
This is the second batch of makefile changes. Libg++ makefiles were
checked in earlier. These are Makefiles relevant to the progressive
release currently in progress.
* added exec_prefix
* default bindir now exec_prefix/bin
* default libdir now exec_prefix/lib
* default mandir now prefix/man
* default infodir now prefix/info
* added oldincludedir, default NULL
* remove all traces of the old -subdirs and -namesubdir support,
including code, for loops, and all subdir/unsubdir stuff.
* remove old style staging targets {de-}stage[1234], comparison,
bootstrapN, from all but the bootstrappable tools.
* added check targets.
* removed any "Last Mod" lines.
* forced copyrights to '92 and shifted some from Cygnus to FSF.
* added tooldir and program_prefix where needed.
* updated texinfo and man pages, removed all references to multiple
hosts or targets.
K. Richard Pixley [Sun, 8 Mar 1992 07:11:56 +0000 (07:11 +0000)]
include ansidecl.h
K. Richard Pixley [Sun, 8 Mar 1992 07:08:58 +0000 (07:08 +0000)]
added menu triggers
Steve Chamberlain [Sat, 7 Mar 1992 18:36:38 +0000 (18:36 +0000)]
* coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on little
endian 960 code.
* archive.c (compute_and_write_armap): indirect symbols should go
into the archive header too.
Steve Chamberlain [Sat, 7 Mar 1992 18:32:27 +0000 (18:32 +0000)]
*** empty log message ***
Steve Chamberlain [Sat, 7 Mar 1992 18:31:24 +0000 (18:31 +0000)]
Lint removal, extra prototypes.
Recopied cplus-dem from gdb, makes more things come out right.
Steve Chamberlain [Sat, 7 Mar 1992 02:54:09 +0000 (02:54 +0000)]
* chew.c: now has -w switch turn on warnings
Roland Pesch [Fri, 6 Mar 1992 20:05:04 +0000 (20:05 +0000)]
Fix punctuation error in node Disabling, spotted by gnu.
Roland Pesch [Fri, 6 Mar 1992 19:58:01 +0000 (19:58 +0000)]
Remove (or comment out) local-formatting commands accidentally checked in.
(Fix for info-making problems spotted by Rich.)
Steve Chamberlain [Fri, 6 Mar 1992 15:00:57 +0000 (15:00 +0000)]
* ldmain.c (Q_enter_file_symbols): now aliases work again
Steve Chamberlain [Fri, 6 Mar 1992 12:14:14 +0000 (12:14 +0000)]
Now use EXFUN rather than PROTO, so that things using ansidecl.h and
not bfd.h can use them
Sean Eric Fagan [Fri, 6 Mar 1992 12:01:13 +0000 (12:01 +0000)]
Routines for currently-unsupported architectures. findcall() just returns
in dummy.c, and dummy.h mostly contains copyright. (These were originally
the hp300 files from the UCBerkeley net2 tape.)
Sean Eric Fagan [Fri, 6 Mar 1992 11:59:10 +0000 (11:59 +0000)]
For currently-unsupported machines. Causes a null-routine to be called
for some of the subroutine tracing stuff.
Sean Eric Fagan [Fri, 6 Mar 1992 11:57:22 +0000 (11:57 +0000)]
Fixed a typo in an if statement -- gcc caught it ('=' vs. '==').
Sean Eric Fagan [Fri, 6 Mar 1992 11:56:31 +0000 (11:56 +0000)]
Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof's
on both the sparc (SunOS) and Mach386 systems, more or less. (The differences
are at least partially due to what I think might be bugs in the native
gprof.)
Sean Eric Fagan [Fri, 6 Mar 1992 11:54:37 +0000 (11:54 +0000)]
Fixed some serious bugs in the configuration of gprof. It now works with
the latest bfd and company.
K. Richard Pixley [Fri, 6 Mar 1992 11:32:42 +0000 (11:32 +0000)]
this file will be needed as long as we use a tool that we do not distribute (m4)
K. Richard Pixley [Fri, 6 Mar 1992 11:30:45 +0000 (11:30 +0000)]
this file will be needed as long as we use a tool that we don't support (m4)
John Gilmore [Fri, 6 Mar 1992 09:27:47 +0000 (09:27 +0000)]
* mips-tdep.c (heuristic_proc_start): Avoid long delays
for remote MIPS by limiting heuristic to 200 byte search.
(heuristic_proc_desc): Byte-swapping.
(mips_print_register): Cope with failure of
read_relative_register_raw_bytes. Byte-swap integers for
printing.
* mips-pinsn.c (print_insn): Byte-swap instruction.
John Gilmore [Fri, 6 Mar 1992 09:16:52 +0000 (09:16 +0000)]
* remote.c (): Add newline to initial +.
(remote_resume): Mention how to cope with signals.
(remote_interrupt): Add debug msg.
(remote-wait): Implement new 'T' reply, which includes
status, PC, and FP all in a single short message.
(putpkt): Add further debugging of packet acks.
* Makefile.in (VERSION): Roll to 4.4.5.
John Gilmore [Fri, 6 Mar 1992 09:12:42 +0000 (09:12 +0000)]
* mipsread.c (fixup_symtab): Also swap RFD's.
(parse_partial_symbols): Avoid bug on unknown symbol types.
John Gilmore [Fri, 6 Mar 1992 08:57:33 +0000 (08:57 +0000)]
Remove sym.h and symconst.h from 'depend'.
John Gilmore [Fri, 6 Mar 1992 08:42:41 +0000 (08:42 +0000)]
Add rule for coff-msym.
John Gilmore [Fri, 6 Mar 1992 08:14:01 +0000 (08:14 +0000)]
* ecoff.c: Move to ../bfd/coff-msym.c.
* config/mt-*mips: Remove ecoff.o from the configuration.
John Gilmore [Fri, 6 Mar 1992 08:11:26 +0000 (08:11 +0000)]
Add relative file descriptors.
John Gilmore [Fri, 6 Mar 1992 08:06:56 +0000 (08:06 +0000)]
Add swapping of RFD's.
John Gilmore [Fri, 6 Mar 1992 08:05:20 +0000 (08:05 +0000)]
* ecoff.c: Move to ../bfd/coff-msym.c.
* config/mt-*mips: Remove ecoff.o from the configuration.
John Gilmore [Fri, 6 Mar 1992 07:53:38 +0000 (07:53 +0000)]
* coff-msym.c: Move this file from gdb/ecoff.c. It
handles byte-swapping for ECOFF (MIPS symbol) files.
John Gilmore [Fri, 6 Mar 1992 07:53:37 +0000 (07:53 +0000)]
Initial revision
Stu Grossman [Fri, 6 Mar 1992 01:08:37 +0000 (01:08 +0000)]
Keep ecoff-ext.h.
Fred Fish [Thu, 5 Mar 1992 22:17:53 +0000 (22:17 +0000)]
Add gdbtest to list of directories to preserve.
Stu Grossman [Thu, 5 Mar 1992 20:35:20 +0000 (20:35 +0000)]
* config.sub configure.in config/.Sanitize config/mh-irix4
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
Actually, just pick up a couple of files that I forgot.
Stu Grossman [Thu, 5 Mar 1992 20:20:27 +0000 (20:20 +0000)]
* config.sub configure.in config/.Sanitize config/mh-irix4
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
Fred Fish [Wed, 4 Mar 1992 20:50:10 +0000 (20:50 +0000)]
* defs.h, utils.c: xrealloc takes PTR as first arg.
* defs.h: Reword confusing comment about ANSI prototypes.
* defs.h: Some minor whitespace changes.
* infrun.c (wait_for_inferior): Compare int tmp to int 0,
not NULL, which can be (void *).
* tm-amix.h, tm-i386v4.h: Add defines for setjmp/longjmp handling.
* tm-i386v.h (SP_ARG0): Define
* xm-sysv4.h: Back out of change for missing prototypes.
* i386-tdep.c (get_longjmp_target): Add function.
Roland Pesch [Wed, 4 Mar 1992 01:08:47 +0000 (01:08 +0000)]
H8/300 config, startup doc, and related mods.