John Gilmore [Mon, 13 Jul 1992 11:59:22 +0000 (11:59 +0000)]
Lint
John Gilmore [Mon, 13 Jul 1992 10:36:39 +0000 (10:36 +0000)]
* config/sun4sol2.mh: Remove -xs flag, default INSTALL to cp.
John Gilmore [Mon, 13 Jul 1992 02:54:30 +0000 (02:54 +0000)]
* config/mt-{tahoe,vax}: Add, to match existing support files.
* config/tmake-*: Remove leftover crud.
John Gilmore [Mon, 13 Jul 1992 02:54:10 +0000 (02:54 +0000)]
* configure.in: Remove host section, expand target section.
John Gilmore [Mon, 13 Jul 1992 02:25:32 +0000 (02:25 +0000)]
Oops
John Gilmore [Mon, 13 Jul 1992 02:24:24 +0000 (02:24 +0000)]
* blurbs.c: New file, created from gprof.flat and gprof.callg by
* make-c-prog.awk: which processes text files into C programs.
* printgprof.c (flatprofheader, gprofheader): Call new functions
to print blurbs.
(printblurb): Remove.
* Makefile.in: Infrastructure to build blurbs.
* pathnames.h: has been removed. Gprof now has no filename
dependencies in it.
* gprof.c: Lint.
Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* Makefile.in: define man1dir and install the man page
Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com)
* Makefile.in: added dummy info and install-info targets
Per Bothner [Sun, 12 Jul 1992 08:09:14 +0000 (08:09 +0000)]
#define PSIGNAL_IN_SIGNAL_H.
Roland Pesch [Sat, 11 Jul 1992 03:08:13 +0000 (03:08 +0000)]
First attempt at doc for general uses of quotes around symbols.
Roland Pesch [Sat, 11 Jul 1992 02:12:00 +0000 (02:12 +0000)]
(1) C and C++ treated as separate languages, not one as originally doc'd
(2) [temporarily, until "maint" details avail] hide explanations of commands
moved to "maint" so we don't risk releasing doc with obsolete names:
printsyms, printmsyms, printpsyms, info all-breakpoints.
Per Bothner [Fri, 10 Jul 1992 23:30:40 +0000 (23:30 +0000)]
* gdbtypes.c, gdbtypes.h: New function lookup_signed_typename.
* c-exp.y: Call lookup_signed_typename() after seeing
"signed". This handles "signed char" correctly.
* c-exp.y: Recognize (but ignore) 'const' and 'volatile'
keywords before a type specifier.
Roland Pesch [Fri, 10 Jul 1992 23:22:16 +0000 (23:22 +0000)]
Structural changes for Info file only (no effect on printed manual),
mostly thanks to Gumby suggestions:
1: move copyright/copying explanation up before top node as usual for
info files
2: coalesce main menu and descriptive list of binutils
3: point directly into separate ld info file from binutils main menu
K. Richard Pixley [Fri, 10 Jul 1992 22:56:50 +0000 (22:56 +0000)]
changes to support in-place builds
K. Richard Pixley [Fri, 10 Jul 1992 21:54:44 +0000 (21:54 +0000)]
GNUmakefile now called test-build.mk
Roland Pesch [Fri, 10 Jul 1992 21:53:44 +0000 (21:53 +0000)]
New title "Debugging with GDB", the fruit of protracted delicate
negotiations with the FSF...
K. Richard Pixley [Fri, 10 Jul 1992 21:29:16 +0000 (21:29 +0000)]
corrected for devo
K. Richard Pixley [Fri, 10 Jul 1992 21:24:19 +0000 (21:24 +0000)]
copied from progressive
David Henkel-Wallace [Fri, 10 Jul 1992 18:37:35 +0000 (18:37 +0000)]
Support -program_suffix (and make -program_prefix actually work).
Fred Fish [Fri, 10 Jul 1992 17:22:35 +0000 (17:22 +0000)]
* command.c (lookup_cmd_1): Clarify descriptive comments.
* gdbcmd.h (maintenanceprintlist): Add declaration.
* main.c (maintenanceprintlist): Add definition.
* main.c (gdb_completer_command_word_break_characters): Add.
* main.c (symbol_completion_function): Switch completer word
break character sets dynamically, based on whether completion is
being done on commands or on something else.
* main.c (initialize_cmd_lists): Init maintenanceprintlist.
* maint.c: Include demangle.h.
* maint.c (maintenance_demangle): New function.
* maint.c (maintenance_print_command): New function.
* maint.c (_initialize_maint_cmds): Reorganize some commands
under new maintenance print subcommand.
Per Bothner [Fri, 10 Jul 1992 03:56:17 +0000 (03:56 +0000)]
Various fixes to improve C++ debugging. See ChangeLog.
Ken Raeburn [Fri, 10 Jul 1992 00:33:05 +0000 (00:33 +0000)]
print symbolic version of addresses as well as hex
Ken Raeburn [Fri, 10 Jul 1992 00:07:40 +0000 (00:07 +0000)]
If at first the network screws you over, try, try again...
Ken Raeburn [Thu, 9 Jul 1992 23:54:02 +0000 (23:54 +0000)]
Fixed some bugs in handling vxworks960 -- not reading registers right,
trying to use FP regs (not supported by target), botching IP.
Ken Raeburn [Thu, 9 Jul 1992 23:48:29 +0000 (23:48 +0000)]
Fixed some bugs in handling vxworks960 -- not reading registers right,
trying to use FP regs (not supported by target), botching IP.
Ken Raeburn [Thu, 9 Jul 1992 23:40:01 +0000 (23:40 +0000)]
Fixed some bugs in handling vxworks960 -- not reading registers right,
trying to use FP regs (not supported by target), botching IP.
Roland Pesch [Thu, 9 Jul 1992 20:40:39 +0000 (20:40 +0000)]
(Finally) doc that GDB sometimes inserts quotes for you, on overloaded
symbol completion requests.
Michael Tiemann [Thu, 9 Jul 1992 11:47:50 +0000 (11:47 +0000)]
Minor changes to make these work with bison again.
Fred Fish [Thu, 9 Jul 1992 07:15:11 +0000 (07:15 +0000)]
Only treat "class" as a token if the current language is C++.
Heinz G. Seidl [Thu, 9 Jul 1992 06:21:03 +0000 (06:21 +0000)]
added prms
Fred Fish [Thu, 9 Jul 1992 04:40:39 +0000 (04:40 +0000)]
* dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type
to create new blank types, instead of handcrafting them.
* defs.h (printfi_filtered): Add prototype.
* utils.c (printfi_filtered): New function.
* gdbtypes.c (recursive_dump_type): Use printfi_filtered to
to simplify the code. Other cleanups.
* gdbtypes.c (check_stub_method): Demangle using DMGL_ANSI.
* gdbtypes.h (struct cplus_struct_type): Add comments describing
use of various fields.
* gdbtypes.c (print_bit_vector, print_cplus_stuff): New functions.
* c-exp.y (%token): Add CLASS as a token for C++, add grammar
production that currently treats it exactly the same as STRUCT.
* c-exp.y (yylex): Recognize "class" as token CLASS.
* symtab.c (gdb_mangle_name): Rewrite to match current g++ stabs.
* symtab.c (decode_line_1): Fix to pass quoted args on down to
general symbol handling code. Call cplus_mangle_opname with
DMGL_ANSI.
* symtab.c (decode_line_2): Print demangled function names in
breakpoint menus, instead of just file and line number.
* symtab.c (name_match): Call cplus_demangle with DMGL_ANSI.
* valprint.c (type_print_base): Print "class" for C++ classes,
rather than "struct". Print section labels for public, protected
and private members of C++ classes.
* values.c: Include demangle.h.
* values.c (value_headof): Call cplus_demangle with DMGL_ANSI.
Stu Grossman [Thu, 9 Jul 1992 00:24:24 +0000 (00:24 +0000)]
* Makefile.in (VERSION): Update to 4.5.8.
Steve Chamberlain [Wed, 8 Jul 1992 23:28:21 +0000 (23:28 +0000)]
* archive.c (bsd_write_armap): write the timestamp of the
archive header to be just a little bit later than the timestamp of
the file, otherwise the linker will complain that the index is
out of date.
Fred Fish [Wed, 8 Jul 1992 13:44:31 +0000 (13:44 +0000)]
Remove tm-es1800.h and remote-es1800.c from distribution files until
copyright assignment with Ericsson is completed.
Stu Grossman [Wed, 8 Jul 1992 08:00:30 +0000 (08:00 +0000)]
* dbxread.c (dbx_symfile_init): Init stab_section_info to NULL to
prevent crashes when examining cross-targets.
* dbxread.c (process_one_symbol): Include directory name when
calling start_subfile for SOL & BINCL symbols. This allows gdb to
find include files, and yacc/lex sources when the cwd doesn't match
that in which the object was compiled.
* objfiles.h (ALL_MSYMBOLS): Don't seg fault when there are no
msymbols.
* symtab.c (lookup_symtab_1): Rewrite. It now handles include
files.
Stu Grossman [Wed, 8 Jul 1992 07:04:02 +0000 (07:04 +0000)]
* config/mh-solaris: Use -xs when compiling so that Sun-C puts
a symbol-table into the executable.
K. Richard Pixley [Tue, 7 Jul 1992 21:48:41 +0000 (21:48 +0000)]
get the CROSS macro into gcc's flags
Sean Eric Fagan [Tue, 7 Jul 1992 19:47:28 +0000 (19:47 +0000)]
Tired of watching byacc be sanitized out. :)
Fred Fish [Tue, 7 Jul 1992 16:00:30 +0000 (16:00 +0000)]
* maint.c (maintenance_command, maintenance_info_command):
Install with allow_unknown as 0 and call help_list to show
list of possibilities when no subcommand is specified.
Fred Fish [Tue, 7 Jul 1992 07:25:41 +0000 (07:25 +0000)]
* config.sub: Add es1800 (m68k-ericsson-es1800).
Fred Fish [Tue, 7 Jul 1992 07:24:25 +0000 (07:24 +0000)]
* configure.in: Add m68k-ericsson-*.
Fred Fish [Tue, 7 Jul 1992 07:22:56 +0000 (07:22 +0000)]
* configure.in: Add m68k-ericsson-*.
* remote-es1800.c, tm-es1800.h, config/es1800.mt: New files.
Steve Chamberlain [Tue, 7 Jul 1992 00:11:55 +0000 (00:11 +0000)]
*** empty log message ***
K. Richard Pixley [Mon, 6 Jul 1992 23:25:46 +0000 (23:25 +0000)]
updated to July 1
Fred Fish [Mon, 6 Jul 1992 02:38:03 +0000 (02:38 +0000)]
Add gdb-stabs.h to list of files to keep.
Fred Fish [Mon, 6 Jul 1992 00:22:57 +0000 (00:22 +0000)]
* maint.c: New file.
* Makefile.in (SFILES_MAINDIR): Add new file maint.c.
* Makefile.in (OBS): Add new file maint.o.
* defs.h (command_class): Add class_maintenance.
* defs.h (MAINTENANCE_CMDS): Default to including maintenance
commands. Allow for them (and other nonessential parts of gdb)
to be selectively left out under special circumstances.
* gdbtypes.c (recursive_dump_type): New function; supports
maintenance print-type command.
* gdbtypes.h (recursive_dump_type, maintenance_print_type):
Add prototypes.
* main.c (maintenancelist, maintenanceinfolist): Add maintenance
command lists.
* main.c (initialize_cmd_lists): Eliminate unnecessary casts on
initializers. Add initializations for setprintlist, showprintlist,
setchecklist, showchecklist, maintenancelist, and maintenanceinfolist.
* printcmd.c (maintenance_print_type): New maintenance cmd.
* valprint.c (setprintlist, showprintlist): Move to main.c, as
implied by comment that all cmd lists are owned by main.c.
* infcmd.c (unsetlist): Move to main.c, as implied by comment
that all cmd lists are owned by main.c.
* language.c (setchecklist, showchecklist): Move to main.c, as
implied by comment that all cmd lists are owned by main.c
* breakpoint.c (enablelist, enablebreaklist, disablelist, cmdlist,
deletelist): Remove redundant declarations (also in gdbcmd.h).
* symmisc.c (printsyms_command): Now maintenance_print_symbols.
* symmisc.c (printmsyms_command): Now maintenance_print_msymbols.
* symmisc.c (printpsyms_command): Now maintenance_print_psymbols.
* symmisc.c (printobjfiles_command): Now maintenance_print_objfiles.
* symtab.h (maintenance_print_symbols, maintenance_print_psymbols,
maintenance_print_msymbols, maintenance_print_objfiles):
Add prototypes.
* symmisc.c (printsyms_command, printpsyms_command,
printmsyms_command, printobjfiles_command): Removed from
_initialize_symmisc.
* main.c (dump_me_command): Moved to maint.c and renamed to
maintenance_dump_me.
* breakpoint.c (all_breakpoints_info): Rename to
maintenance_info_breakpoints.
* breakpoint.c (_initialize_breakpoint): Convert add_info of
all_breakpoints_info to add maintenance_info_breakpoints to the
maintenanceinfolist instead.
main.c (initialize_main): Set up maintenance class commands.
Stu Grossman [Sun, 5 Jul 1992 19:09:38 +0000 (19:09 +0000)]
* energize-patches: Fix minor problems with building energize lib.
(Also all energize.h to .Sanitize).
Stu Grossman [Sun, 5 Jul 1992 18:07:52 +0000 (18:07 +0000)]
* energize-patches: Change names of all cadillac procedure calls
to be energize procedure calls. Simplify many hooks by moving
tests energize.c. Configure energize, and build it automatically now.
Fred Fish [Sun, 5 Jul 1992 17:21:13 +0000 (17:21 +0000)]
* Makefile.in (VERSION): Bump to 4.5.7.
* cplus-dem.c (demangle_args): Validate index for previously
seen type to guard against bogus values from malformed manglings.
* valops.c (value_struct_elt_for_reference): Guard against
blindly using NULL return value from lookup_symbol.
Stu Grossman [Sun, 5 Jul 1992 17:07:54 +0000 (17:07 +0000)]
* cadillac.c, cadillac-patches: Rename to energize.c and
energize-patches. Change all routines and variables named
'cadillac*' to 'energize*'. Create new file called energize.h to
hold all interface declarations.
* deblib/connection/*: Move all of this stuff into energize/, but
delete unneeded files.
Stu Grossman [Sun, 5 Jul 1992 17:06:47 +0000 (17:06 +0000)]
* cadillac.c, cadillac-patches: Rename to energize.c and
energize-patches. Change all routines and variables named
'cadillac*' to 'energize*'. Create new file called energize.h to
hold all interface declarations.
John Gilmore [Sun, 5 Jul 1992 11:54:06 +0000 (11:54 +0000)]
Typo
John Gilmore [Sun, 5 Jul 1992 11:29:16 +0000 (11:29 +0000)]
SVR4 names don't have underscores, according to the ABI.
John Gilmore [Sun, 5 Jul 1992 10:26:53 +0000 (10:26 +0000)]
* buildsym.c (finish_block): Fix thinko `inner block' complaints.
* dbxread.c (process_one_symbol): Parse N_OPT "gcc2_compiled.".
* procfs.c (proc_set_exec_trap): Set run-on-last-close flag on
child processes, to avoid dead ones "hanging around" after GDB exits.
(attach): Always stop the process if it needs it. Set RLC flag
when attaching running processes, so it will continue if we detach
it, quit, or are killed.
(detach): Clear faults and set RLC flag to make process run
when we close it.
(open_proc_file): New `mode' argument for O_RDONLY or O_RDWR.
Callers changed.
(info_proc): Open process O_RDONLY, so we can see any process,
even those controlled by debuggers.
* tm-sun4sol2.h (SUN_FIXED_LBRAC_BUG): They did (in Sol 2).
Sean Eric Fagan [Sat, 4 Jul 1992 21:47:03 +0000 (21:47 +0000)]
Since sconix is treated as an OS (as opposed to vendor), we need to
explicitly check for it.
Sean Eric Fagan [Sat, 4 Jul 1992 21:45:42 +0000 (21:45 +0000)]
Don't really want <sys/file.h> on a SysV system, and need to make sure
a couple of necessary defines are done.
John Gilmore [Sat, 4 Jul 1992 21:03:34 +0000 (21:03 +0000)]
Relocate symbols using an array of section_offsets, rather than a
single `addr' or `offset'. This makes Solaris-2 support work, and
permits better VxWorks (and maybe xcoff) support later.
* dbxread.c: Conforming changes.
(struct dbx_symfile_info): Move to gdb-stabs.h.
(start_psymtab): Call elfstab_offset_sections to calculate good
offsets for this source file, based on the ELF symbol table info.
(read_ofile_symtab): Yank N_CATCH, which is dead.
(process_one_symbol, N_CATCH): Yank.
(", N_FUN, N_FNAME, N_FN, N_FN_SEQ, N_SO, N_SOL, N_ENTRY):
Relocate with SECT_OFF_TEXT.
(", N_STSYM, N_LCSYM, N_ROSYM): Grope around in the stab string
to distinguish relocatable from absolute symbols. Then, if not
absolute, do:
(", N_STSYM, N_DSLINE): SECT_OFF_DATA.
(", N_LCSYM, N_BSLINE): SECT_OFF_BSS.
(", N_ROSYM): SECT_OFF_RODATA.
(elfstab_build_psymtabs): Caller has allocated dbx_symfile_info.
(dbx_symfile_offsets): Add to translate addr to offset.
David D. Zuhn [Sat, 4 Jul 1992 14:17:13 +0000 (14:17 +0000)]
> * xm-rs6000.h: define MEM_FNS_DECLARED
John Gilmore [Sat, 4 Jul 1992 13:59:03 +0000 (13:59 +0000)]
Relocate symbols using an array of section_offsets, rather than a
single `addr' or `offset'. This makes Solaris-2 support work, and
permits better VxWorks (and maybe xcoff) support later. See ChangeLog.
John Gilmore [Sat, 4 Jul 1992 12:23:23 +0000 (12:23 +0000)]
Tidy innerblock_complaint and blockvector_complaint.
John Gilmore [Sat, 4 Jul 1992 12:21:01 +0000 (12:21 +0000)]
* main.c (main): Read the $HOME/.gdbinit file before processing
the argv arguments (e.g. reading symbol files or core
files). This allows global parameters to be set, which will apply
during the symbol reading. The ./.gdbinit is still read after
argv processing.
* symtab.c (list_symbols): `i variables' shouldn't show enum values.
John Gilmore [Sat, 4 Jul 1992 10:41:16 +0000 (10:41 +0000)]
Regen after bfd/syms.c change: BSF_FILE.
John Gilmore [Sat, 4 Jul 1992 10:38:33 +0000 (10:38 +0000)]
* syms.h: Define BSF_FILE, update BSF_SECTION_SYM desc.
* elf.c: Remove unconditional debug printf's.
(elf_write_object_contents, elf_slurp_symbol_table): Handle
BSF_SECTION_SYM <=> STT_SECTION, BSF_FILE <=> STT_FILE.
(elf_slurp_symbol_table): Hand out symbols in forward, not
reverse order. Simplify duplicate code.
David D. Zuhn [Sat, 4 Jul 1992 06:29:02 +0000 (06:29 +0000)]
more docs on srcdir in makefiles, patch accepted by rms
Fred Fish [Sat, 4 Jul 1992 03:24:37 +0000 (03:24 +0000)]
* elf.c: Remove "(void)" casts from function calls where the
return value is ignored, in accordance with GNU coding standards.
Fred Fish [Sat, 4 Jul 1992 03:22:08 +0000 (03:22 +0000)]
* breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,
core.c, cplus-dem.c, dbxread.c, dwarfread.c, elfread.c, environ.c,
eval.c, findvar.c, gdbtypes.c, hppabsd-tdep.c, hppahpux-tdep.c,
i386-tdep.c, ieee-float.c, infcmd.c, inflow.c, infptrace.c,
infrun.c, m2-exp.y, mipsread.c, objfiles.c, parse.c, procfs.c,
putenv.c, remote-mm.c, remote-vx.c, solib.c, sparc-tdep.c,
sparc-xdep.c, stack.c, symfile.c, symtab.c, symtab.h, target.c,
tm-i386v.h, tm-sparc.h, utils.c, valarith.c, valops.c, valprint.c,
values.c, xcoffread.c:
Remove "(void)" casts from function calls where the return value
is ignored, in accordance with GNU coding standards.
John Gilmore [Fri, 3 Jul 1992 07:08:31 +0000 (07:08 +0000)]
* dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris.
* partial-stab.h: Ignore N_ENDM.
* elfread.c (elf_symtab_read): Ignore symbols that don't have a
CODE or DATA section attachment. This eliminates a lot of random
values from shared libraries, which screw up the ordinary symbols
in the address ranges they happen to overlap.
* buildsym.c (define_symbol): Eliminate special tests
for function types; move into "function" cases in switch statement.
(define_symbol: 'f', 'F', 'P'): Process all parameter types
in case they define new type numbers. But ignore them (FIXME).
('k', 'B'): Ignore const and volatile if we see them (FIXME).
(read_sun_builtin_type): Add commentary.
Steve Chamberlain [Thu, 2 Jul 1992 00:53:25 +0000 (00:53 +0000)]
,
Steve Chamberlain [Thu, 2 Jul 1992 00:53:14 +0000 (00:53 +0000)]
Aliasing bug fixes
Mark Eichin [Wed, 1 Jul 1992 22:52:47 +0000 (22:52 +0000)]
restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris,
should be correct for anything else.)
Jim Wilson [Wed, 1 Jul 1992 17:53:32 +0000 (17:53 +0000)]
Make sparcfrw/sparcfrwcompat/sparclitefrw/sparclitefrwcompat valid
configurations for gcc.
Fred Fish [Tue, 30 Jun 1992 23:50:04 +0000 (23:50 +0000)]
* hppa.c: Apply John's standard fix to avoid "empty translation
unit" warnings from some ANSI-C compilers.
Fred Fish [Tue, 30 Jun 1992 23:48:44 +0000 (23:48 +0000)]
Go ahead and make the TODO file part of the distribution, so we have a
recognized place to note things which are not yet implemented.
Fred Fish [Tue, 30 Jun 1992 23:45:42 +0000 (23:45 +0000)]
* mmalloc.h (struct mdesc): Add FIXME comments to point out the
need to save some data on a per-process basis for mapped regions
that are shared.
* attach.c (reuse): Update the morecore field for reused mapped
regions to be correct for the current process.
Roland Pesch [Tue, 30 Jun 1992 18:17:31 +0000 (18:17 +0000)]
Small clarification in description of Jxx FOO expansion for 680x0.
John Gilmore [Tue, 30 Jun 1992 09:27:41 +0000 (09:27 +0000)]
Make cross compilation work better.
* tm-mips.h (GDB_TARGET_IS_MIPS): Define for mips-xdep.c.
(READ_MIPS_FORMAT, COFF_FORMAT): Remove, unused now.
* mips-xdep.c: Remove most include files (unused, caused errs).
(fetch_core_registers): Use right parameters in dummy fn.
John Gilmore [Tue, 30 Jun 1992 08:53:28 +0000 (08:53 +0000)]
* buildsym.c (scan_file_globals): Beware the null file.
Fix from Jim Williams.
* stack.c (return_command): Evaluate expression *before* popping
off the stack frames! Fix inspired by Jim Williams.
(up_silently_command, down_silently_command): No sel frame is error.
* defs.h (memcpy, memset): Conditionalize decls on
#ifndef MEM_FNS_DECLARED, since DECstation differs.
(alloca): Break out the STDC and non-STDC alloca cases, to make
it work on old preprocessors as well as "picky ANSI" ones.
* xm-mips.h (memcpy, memset): Declare, and set MEM_FNS_DECLARED.
* mips-tdep.c (heuristic_proc_start): Zero arg produces zero.
* utils.c (fputs_demangled): Rename SLOP since DECstation system
header files define it!
John Gilmore [Tue, 30 Jun 1992 01:34:18 +0000 (01:34 +0000)]
Allow BREAKPOINT to be overridden by -D (for Adobe).
Jim Wilson [Tue, 30 Jun 1992 01:22:59 +0000 (01:22 +0000)]
Update to gcc 2.2.2. New basic machine type we32k. Hppa split into hppa1.0
and hppa1.1. (hppa is no longer valid.)
Fred Fish [Mon, 29 Jun 1992 23:38:26 +0000 (23:38 +0000)]
* mmtrace.c: Lint.
Fred Fish [Mon, 29 Jun 1992 23:37:10 +0000 (23:37 +0000)]
* obstack.h: Convert bcopy() use to memcpy(), which is more
portable, more standard, and can take advantage of gcc's builtin
functions for increased performance.
Fred Fish [Mon, 29 Jun 1992 23:34:38 +0000 (23:34 +0000)]
* dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,
symtab.h, tm-i386v4.h, valprint.c, values.c: Lint.
* breakpoint.c, c-exp.y, coffread.c, command.c, environ.c, eval.c,
findvar.c, infcmd.c, infptrace.c, infrun.c, m2-exp.y, parse.c,
putenv.c, solib.c, sparc-xdep.c, symtab.c, tm-i386v.h, tm-sparc.h,
utils.c, valarith.c, valops.c, valprint.c, values.c:
Replace bcopy() use with memcpy(), which is more standard and can
take advantage of gcc's builtin functions for increased performance.
* breakpoint.c, buildsym.c, coffread.c, dbxread.c, i386-tdep.c,
ieee-float.c, infcmd.c, sparc-tdep.c, stack.c, symtab.c, symtab.h,
target.c, values.c:
Replace bzero() use with memset(), which is more standard and can
take advantage of gcc's builtin functions for increased performance.
* i386-tdep.c, main.c, valprint.c:
Replace bcmp() use with memcmp(), which is more standard and can
take advantage of gcc's builtin functions for increased performance.
Fred Fish [Sun, 28 Jun 1992 20:31:11 +0000 (20:31 +0000)]
* remote.c (remote_wait): Fix cast on signal() call.
* defs.h (alloca): More diddling with alloca. Have to ensure
that it has a prototype, so that if alloca is defined as a macro
that takes an arg, the definition is seen as a use of a macro
that takes an arg, to satisfy picky ANSI preprocessors.
Fred Fish [Sun, 28 Jun 1992 20:30:01 +0000 (20:30 +0000)]
* h8300.h: Finish filling in all the holes in the opcode table,
so that the Lucid C compiler can digest this as well...
Fred Fish [Sat, 27 Jun 1992 19:41:24 +0000 (19:41 +0000)]
Update Cadillac patch kit.
Fred Fish [Sat, 27 Jun 1992 19:16:47 +0000 (19:16 +0000)]
* sparc-pinsn.c: Use <string.h> rather than "string.h", for
consistency with all other gdb files.
* cadillac.c: Use <string.h> rather than <strings.h>.
* cadillac.c (kernel_dispatch): Convert rindex usage to strrchr.
* Makefile.in (MAKE): Remove definition for consistency with
other Makefile.in files and to fix problem with recursive makes.
John Gilmore [Sat, 27 Jun 1992 05:01:14 +0000 (05:01 +0000)]
Use tabs to indent comments, so they line up.
John Gilmore [Sat, 27 Jun 1992 04:56:08 +0000 (04:56 +0000)]
* i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases.
Fix opcodes on various sizes of fild/fist instructions
(16bit=no suffix, 32bit="l" suffix, 64bit="ll" suffix).
Fixes suggested by Minh Tran-Le.
Roland Pesch [Sat, 27 Jun 1992 03:53:10 +0000 (03:53 +0000)]
(1) corrections to command-line completion material
(more text on quotes still needed)
(2) warning re problems in coff
John Gilmore [Sat, 27 Jun 1992 02:28:05 +0000 (02:28 +0000)]
Avoid PT_WDUSER because it crashes H-PUX.
Steve Chamberlain [Fri, 26 Jun 1992 22:42:15 +0000 (22:42 +0000)]
Install into the right place for cross
Steve Chamberlain [Fri, 26 Jun 1992 18:12:17 +0000 (18:12 +0000)]
* source.c (print_source_lines): for DOS interoperability; don't
print CR (013) as ^M.
Stu Grossman [Fri, 26 Jun 1992 03:55:28 +0000 (03:55 +0000)]
Default dir_so_symnum to -10 to avoid even the slightest possibility of
screwage. This is a continuation of the redundant SO record fixup for the
Lucid C++ compiler.
Stu Grossman [Fri, 26 Jun 1992 03:49:00 +0000 (03:49 +0000)]
Fixup PRSVADDR problem as per Johns suggestions.
Stu Grossman [Thu, 25 Jun 1992 23:16:16 +0000 (23:16 +0000)]
* configure.in: Make bsd based systems use sysdep-obsd.h.
Stu Grossman [Thu, 25 Jun 1992 23:11:26 +0000 (23:11 +0000)]
Declare free() for hpux.
Stu Grossman [Thu, 25 Jun 1992 23:02:57 +0000 (23:02 +0000)]
* dbxread.c (dbx_symfile_init): Move more code under hp9000s800
conditional.
* hppabsd-core.c: Don't include "param.h", include <sys/param.h>
instead.
* remote.c (remote_wait): Cast signal to void * to avoid warning
from busted HP compiler.
Roland Pesch [Thu, 25 Jun 1992 22:58:28 +0000 (22:58 +0000)]
Catch up Cygnus-logo version of GDB refcard with last few changes to
FSF version:
- threecol.tex now embedded, not separate file
- folding guides
- "gdb --help" recommended rather than "gdb -help"
Stu Grossman [Thu, 25 Jun 1992 22:46:04 +0000 (22:46 +0000)]
* partial-stab.h (N_SO): Rearrange code a little so that all SO
stabs cause end_psymtab to be called.
Stu Grossman [Thu, 25 Jun 1992 22:35:09 +0000 (22:35 +0000)]
* buildsym.c (read_sun_builtin_type): Handle new FCS Sun CC
compiler feature of putting 'c' into basic type descriptors for
all forms of char.
Stu Grossman [Thu, 25 Jun 1992 22:22:40 +0000 (22:22 +0000)]
* procfs.c (child_resume): Work around Solaris (on Sparc) lossage
where there is no place for nPC in prrun struct.
Fred Fish [Thu, 25 Jun 1992 19:10:49 +0000 (19:10 +0000)]
* mipsread.c: Pass NULL name pointer to init_type, not 0.
* gdbtypes.c (init_type): Use copy of typename on type_obstack.
* dwarfread.c (enum_type): Save enum names on type_obstack.
* dwarfread.c (struct_type): Save member name on type_obstack.
* symtab.c (_initialize_symtab): Fix misspelling.
* regex.c (store_jump, insert_jump): Return void.