deliverable/binutils-gdb.git
32 years ago* Makefile.in (all.cross): Add .stmp-bfd.
Stu Grossman [Fri, 20 Mar 1992 00:51:23 +0000 (00:51 +0000)] 
* Makefile.in (all.cross):  Add .stmp-bfd.

32 years ago * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,
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().

32 years agoAdd and use definition for IN_SOLIB_TRAMPOLINE which allows wait_for_inferior
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.

32 years ago Some improvements to g++ debugging.
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.

32 years agoRemove currently unused state.c and state.h files from list of files
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.

32 years agoChanges to implement the -mapped and -readnow options for commands that
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.

32 years ago * bout.c (b_out_slurp_reloc_table): Use BFD_ASSERT macro,
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).

32 years ago * aout-target.h: change ar_max_namelen to 15 (the right value)
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

32 years agoMore bitrot
Steve Chamberlain [Tue, 17 Mar 1992 00:41:11 +0000 (00:41 +0000)] 
More bitrot

32 years agoFix for new filenames
Steve Chamberlain [Tue, 17 Mar 1992 00:38:14 +0000 (00:38 +0000)] 
Fix for new filenames

32 years agoRemove i960 b.out bitrot.
Steve Chamberlain [Mon, 16 Mar 1992 22:59:58 +0000 (22:59 +0000)] 
Remove i960 b.out bitrot.

32 years agoi960 bitrot fix
Steve Chamberlain [Mon, 16 Mar 1992 22:54:51 +0000 (22:54 +0000)] 
i960 bitrot fix

32 years agoRemove unused file mtrace.awk, remove entries from .Sanitize for
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.

32 years agoAdd mmalloc directory to list of files to preserve.
Fred Fish [Sun, 15 Mar 1992 03:11:09 +0000 (03:11 +0000)] 
Add mmalloc directory to list of files to preserve.

32 years agoNew memory malloc malloc library, based on GNU malloc.
Fred Fish [Sun, 15 Mar 1992 02:16:01 +0000 (02:16 +0000)] 
New memory malloc malloc library, based on GNU malloc.

32 years agoConvert calls to bare malloc() to bfd_xmalloc().
Fred Fish [Sun, 15 Mar 1992 01:33:32 +0000 (01:33 +0000)] 
Convert calls to bare malloc() to bfd_xmalloc().

32 years agoAdd support for mmalloc library.
Fred Fish [Sun, 15 Mar 1992 01:21:52 +0000 (01:21 +0000)] 
Add support for mmalloc library.

32 years agoThese files are replaced by the mmalloc library.
Fred Fish [Sun, 15 Mar 1992 01:13:26 +0000 (01:13 +0000)] 
These files are replaced by the mmalloc library.

32 years agoMissed in last checkin.
Fred Fish [Sun, 15 Mar 1992 01:10:01 +0000 (01:10 +0000)] 
Missed in last checkin.

32 years agoGlobs of changes. See the ChangeLog for details. Most related to
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.

32 years agoOnly enable compilation of debugging functions when IBM6000 is defined
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.

32 years agoAdd config directory to list of things to keep.
Fred Fish [Sat, 14 Mar 1992 19:41:28 +0000 (19:41 +0000)] 
Add config directory to list of things to keep.

32 years agomissing backslash on first line of all.normal
Mark Eichin [Sat, 14 Mar 1992 09:04:48 +0000 (09:04 +0000)] 
missing backslash on first line of all.normal

32 years ago* mipsread.c (mipscoff_symfile_read): Eliminate a lot of
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>.

32 years agoinstall man page too
K. Richard Pixley [Sat, 14 Mar 1992 03:47:55 +0000 (03:47 +0000)] 
install man page too

32 years agofix cvs merge detritus
K. Richard Pixley [Sat, 14 Mar 1992 03:09:49 +0000 (03:09 +0000)] 
fix cvs merge detritus

32 years agopass MAKEINFO macro on info
K. Richard Pixley [Sat, 14 Mar 1992 03:08:29 +0000 (03:08 +0000)] 
pass MAKEINFO macro on info

32 years agouse MAKEINFO macro
K. Richard Pixley [Sat, 14 Mar 1992 03:07:12 +0000 (03:07 +0000)] 
use MAKEINFO macro

32 years agopass MAKEINFO on recursion
K. Richard Pixley [Sat, 14 Mar 1992 02:54:17 +0000 (02:54 +0000)] 
pass MAKEINFO on recursion

32 years agoadd stmp dependencies for a few more things
K. Richard Pixley [Sat, 14 Mar 1992 02:45:00 +0000 (02:45 +0000)] 
add stmp dependencies for a few more things

32 years agopass MAKEINFO down on info
K. Richard Pixley [Sat, 14 Mar 1992 02:30:18 +0000 (02:30 +0000)] 
pass MAKEINFO down on info

32 years ago(1) GDB 4.5: another Grossman/Gilmore co-production!
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.

32 years agoRun TeX *three* times to get better index, xrefs.
Roland Pesch [Sat, 14 Mar 1992 00:05:37 +0000 (00:05 +0000)] 
Run TeX *three* times to get better index, xrefs.

32 years ago(1) Document printmsyms; slight clarifications to description of printsyms,
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.

32 years agoPatches from fnf for SVr4
Roland Pesch [Fri, 13 Mar 1992 20:57:33 +0000 (20:57 +0000)] 
Patches from fnf for SVr4

32 years agoReflect file name changes
Steve Chamberlain [Fri, 13 Mar 1992 16:47:29 +0000 (16:47 +0000)] 
Reflect file name changes

32 years ago * config/mt-<foo> renamed to <foo>.mt
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

32 years agoFri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
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.

32 years agoFixed the whitespace
Steve Chamberlain [Fri, 13 Mar 1992 15:57:41 +0000 (15:57 +0000)] 
Fixed the whitespace

32 years agoAdded PROTO
Steve Chamberlain [Fri, 13 Mar 1992 15:56:57 +0000 (15:56 +0000)] 
Added PROTO

32 years ago * config/mt-<foo> now <foo>.mt, config/mh-<foo> now <foo>.mh.
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

32 years agoMostly merged in changes from IBM (Metin); see ChangeLog.
Per Bothner [Fri, 13 Mar 1992 01:42:25 +0000 (01:42 +0000)] 
Mostly merged in changes from IBM (Metin); see ChangeLog.

32 years agoReinstate "gdb-all.texi" as target. (Thanks, Rich, for the reminder).
Roland Pesch [Thu, 12 Mar 1992 21:26:01 +0000 (21:26 +0000)] 
Reinstate "gdb-all.texi" as target.  (Thanks, Rich, for the reminder).

32 years ago.Sanitize: reflect removal of gdb-all.texi from repository
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)

32 years ago * solib.h, infrun.c, tm-rs6000.h: Add a PID parameter
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.

32 years ago * libbfd-in.h (set_tdata): Make change of Feb 27 in the
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.

32 years agoadd libiberty stmp to all and all.cross
K. Richard Pixley [Thu, 12 Mar 1992 12:56:53 +0000 (12:56 +0000)] 
add libiberty stmp to all and all.cross

32 years ago * configure.in: vxworks68 gets te-sun3.h.
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.

32 years ago * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
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.

32 years agomips-big-* target
John Gilmore [Thu, 12 Mar 1992 06:08:56 +0000 (06:08 +0000)] 
mips-big-* target

32 years agoAdd .stmp-gcc to all-gcc target.
Michael Tiemann [Wed, 11 Mar 1992 15:42:34 +0000 (15:42 +0000)] 
Add .stmp-gcc to all-gcc target.

32 years agoremove force from dependencies, add grep to all
K. Richard Pixley [Wed, 11 Mar 1992 10:08:54 +0000 (10:08 +0000)] 
remove force from dependencies, add grep to all

32 years agoadded check for conflicting configurations (srcdir vs not)
K. Richard Pixley [Wed, 11 Mar 1992 06:24:19 +0000 (06:24 +0000)] 
added check for conflicting configurations (srcdir vs not)

32 years agoremove trailing slashes from srcdir so gdb-mode won't get cranky
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

32 years agodrop flex. make stamp files work
K. Richard Pixley [Wed, 11 Mar 1992 05:57:50 +0000 (05:57 +0000)] 
drop flex. make stamp files work

32 years agouse relative paths for configure and srcdir when possible
K. Richard Pixley [Wed, 11 Mar 1992 05:50:05 +0000 (05:50 +0000)] 
use relative paths for configure and srcdir when possible

32 years agoHooks for configuring newlib
Steve Chamberlain [Wed, 11 Mar 1992 02:01:42 +0000 (02:01 +0000)] 
Hooks for configuring newlib

32 years agokeep ChangeLog and gdb-all.texi
K. Richard Pixley [Tue, 10 Mar 1992 00:57:37 +0000 (00:57 +0000)] 
keep ChangeLog and gdb-all.texi

32 years agokeep ChangeLog and as-all.texinfo
K. Richard Pixley [Tue, 10 Mar 1992 00:50:59 +0000 (00:50 +0000)] 
keep ChangeLog and as-all.texinfo

32 years agoInterface routines for Lucid's tool protocol.
Stu Grossman [Mon, 9 Mar 1992 22:46:53 +0000 (22:46 +0000)] 
Interface routines for Lucid's tool protocol.

32 years ago * symfile.h: Add prototype for iterate_over_msymbols().
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().

32 years agoThis is the third and final batch of makefile changes this round.
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.

32 years agoThis is the second batch of makefile changes. Libg++ makefiles were
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.

32 years agoinclude ansidecl.h
K. Richard Pixley [Sun, 8 Mar 1992 07:11:56 +0000 (07:11 +0000)] 
include ansidecl.h

32 years agoadded menu triggers
K. Richard Pixley [Sun, 8 Mar 1992 07:08:58 +0000 (07:08 +0000)] 
added menu triggers

32 years ago * coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on little
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.

32 years ago*** empty log message ***
Steve Chamberlain [Sat, 7 Mar 1992 18:32:27 +0000 (18:32 +0000)] 
*** empty log message ***

32 years agoLint removal, extra prototypes.
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.

32 years ago * chew.c: now has -w switch turn on warnings
Steve Chamberlain [Sat, 7 Mar 1992 02:54:09 +0000 (02:54 +0000)] 
* chew.c: now has -w switch turn on warnings

32 years agoFix punctuation error in node Disabling, spotted by gnu.
Roland Pesch [Fri, 6 Mar 1992 20:05:04 +0000 (20:05 +0000)] 
Fix punctuation error in node Disabling, spotted by gnu.

32 years agoRemove (or comment out) local-formatting commands accidentally checked in.
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.)

32 years ago * ldmain.c (Q_enter_file_symbols): now aliases work again
Steve Chamberlain [Fri, 6 Mar 1992 15:00:57 +0000 (15:00 +0000)] 
* ldmain.c (Q_enter_file_symbols): now aliases work again

32 years agoNow use EXFUN rather than PROTO, so that things using ansidecl.h and
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

32 years agoRoutines for currently-unsupported architectures. findcall() just returns
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.)

32 years agoFor currently-unsupported machines. Causes a null-routine to be called
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.

32 years agoFixed a typo in an if statement -- gcc caught it ('=' vs. '==').
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. '==').

32 years agoFixed bugs (both typos and algorithmic) bugs. It now matches native gprof's
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.)

32 years agoFixed some serious bugs in the configuration of gprof. It now works with
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.

32 years agothis 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:32:42 +0000 (11:32 +0000)] 
this file will be needed as long as we use a tool that we do not distribute (m4)

32 years agothis file will be needed as long as we use a tool that we don't support (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)

32 years ago* mips-tdep.c (heuristic_proc_start): Avoid long delays
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.

32 years ago* remote.c (): Add newline to initial +.
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.

32 years ago* mipsread.c (fixup_symtab): Also swap RFD's.
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.

32 years agoRemove sym.h and symconst.h from 'depend'.
John Gilmore [Fri, 6 Mar 1992 08:57:33 +0000 (08:57 +0000)] 
Remove sym.h and symconst.h from 'depend'.

32 years agoAdd rule for coff-msym.
John Gilmore [Fri, 6 Mar 1992 08:42:41 +0000 (08:42 +0000)] 
Add rule for coff-msym.

32 years ago* ecoff.c: Move to ../bfd/coff-msym.c.
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.

32 years agoAdd relative file descriptors.
John Gilmore [Fri, 6 Mar 1992 08:11:26 +0000 (08:11 +0000)] 
Add relative file descriptors.

32 years agoAdd swapping of RFD's.
John Gilmore [Fri, 6 Mar 1992 08:06:56 +0000 (08:06 +0000)] 
Add swapping of RFD's.

32 years ago* ecoff.c: Move to ../bfd/coff-msym.c.
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.

32 years ago* coff-msym.c: Move this file from gdb/ecoff.c. It
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.

32 years agoInitial revision
John Gilmore [Fri, 6 Mar 1992 07:53:37 +0000 (07:53 +0000)] 
Initial revision

32 years agoKeep ecoff-ext.h.
Stu Grossman [Fri, 6 Mar 1992 01:08:37 +0000 (01:08 +0000)] 
Keep ecoff-ext.h.

32 years agoAdd gdbtest to list of directories to preserve.
Fred Fish [Thu, 5 Mar 1992 22:17:53 +0000 (22:17 +0000)] 
Add gdbtest to list of directories to preserve.

32 years ago* config.sub configure.in config/.Sanitize config/mh-irix4
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.

32 years ago* config.sub configure.in config/.Sanitize config/mh-irix4
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.

32 years ago * defs.h, utils.c: xrealloc takes PTR as first arg.
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.

32 years agoH8/300 config, startup doc, and related mods.
Roland Pesch [Wed, 4 Mar 1992 01:08:47 +0000 (01:08 +0000)] 
H8/300 config, startup doc, and related mods.

32 years agoTue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)
Michael Tiemann [Tue, 3 Mar 1992 23:26:26 +0000 (23:26 +0000)] 
Tue Mar  3 15:11:52 1992  Michael Tiemann  (tiemann@cygnus.com)

* All GDB files that #include defs.h: Removed stdio.h.
(defs.h): #include stdio.h.

This has been tested by building GDBs for all targets hosted on Sun4.
None of the build problems were related to stdio.h inclusion.  (n.b.
many configurations don't build for other reasons.)

32 years agoremoved gnulib
K. Richard Pixley [Tue, 3 Mar 1992 22:25:55 +0000 (22:25 +0000)] 
removed gnulib

32 years ago * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, use
Steve Chamberlain [Tue, 3 Mar 1992 07:07:26 +0000 (07:07 +0000)] 
* printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, use
it before printing out the hex shape of an address.

This page took 0.038489 seconds and 4 git commands to generate.