aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-04-24default is the tree supports X11David D. Zuhn1-2/+2
1993-04-24gdbinv-s.texi, gdb.texinfo: include Hitachi SH targetRoland Pesch5-72/+109
gdb.texinfo: advance manual revision dates to present gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi: stop using silly Roman numerals in @set variable names
1993-04-24 * Merge in HPPA/BSD changes from Utah.Stu Grossman3-2/+12
* hppa.c: Use this for both HPUX & BSD. * targets.c: Enable hppa_vec for both HPUX & BSD. * config/hppabsd.mt: TDEFINES => TDEFAULTS. * hosts/hppabsd.h: #define HOST_HPPABSD.
1993-04-23 * Merge in HPPA/BSD patches from Utah:Stu Grossman10-2618/+963
* defs.h: Add const to 2nd arg of psignal prototype. * hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with BSD now. * hppab-core.c: Deleted. No longer useful. * hppab-nat.c: #include more files. Use PT_WUREGS, not PT_WRITE_U. * hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c. * config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o. * config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o * config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o * config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE.
1993-04-23 * Fix two bugs found by deja-gnu. One is the incorrect reportingStu Grossman3-12/+98
of the PC being in a stack dummy when looking at a core file without symbols. The other is the incorrect passing of char arguments during expression evaluation (ie: p foo('a','b') would mess up the passing of it's args because it wasn't coercing the char's to ints). * hppah-tdep.c: Rename global functions to have consistent hppa_ prefix. Make more functions static. Drop hp_ prefix from static functions. (hppa_push_arguments): Call value_arg_coerce to cast char to int args if necessary. (hppa_fix_call_dummy): Create this routine from FIX_CALL_DUMMY macro in tm-hppa.h. * inferior.h (PC_IN_CALL_DUMMY): Check for frame_address being valid (ie: != 0) before doing comparison against PC. * valops.c (call_function_by_hand): Adjust call to FIX_CALL_DUMMY to reflect new arguments. * config/pa/tm-hppa.h (POP_FRAME, PUSH_ARGUMENTS): Use new hppa_ prefix for func name. (FIX_CALL_DUMMY): Move code into hppah-tdep.c. * testsuite/gdb.t16/gdbme.c, testsuite/gdb.t17/gdbme.c: Add calls to malloc() so that we can test GDB eval of dynamically created arrays (like char strings in `print "foo"').
1993-04-23more on ParametersJim Kingdon1-0/+11
1993-04-23Doc fixes to previous doc fixes.Jim Kingdon1-2/+2
1993-04-23* stabs.texinfo (Parameters): Keep trying to get this right.Jim Kingdon1-13/+32
1993-04-23* stabs.texinfo (Parameters): Keep trying to get this right.Jim Kingdon2-27/+26
1993-04-23 * printcmd.c (print_address_symbolic): Search symtabs as well as thePeter Schauer2-10/+34
minimal symbols for a nearby symbol.
1993-04-23Comment changes around minimal symbol recording.John Gilmore1-1/+5
1993-04-22document FRAME_SAVED_PC and FRAME_CHAIN.K. Richard Pixley1-0/+4
1993-04-22comment changes onlyK. Richard Pixley2-2/+8
1993-04-22 * mips-tdep.c (heuristic_fence_post): new static variable.K. Richard Pixley2-6/+42
(heuristic_proc_start): use heuristic_fence_post, print better warnings, but only if not stop_soon_quietly. (_initialize_mips_tdep): add_set_cmd for heuristic-fence-post.
1993-04-22Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com)Jim Kingdon6-18/+86
* symtab.h: Fix LOC_REF_ARG comment. Wed Apr 22 20:21:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) and Jim Kingdon (kingdon@cygnus.com) * stabsread.c (define_symbol): Combine a 'p', 'r' arg pair to a LOC_REGPARM symbol. * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Revise comments. symfile.c (compare_symbols): Don't check first character; STRCMP does that. * stabsread.c (define_symbol): Generate a LOC_REGPARM_ADDR for structures that are passed by address in a register. * symtab.h (enum address_class): Add LOC_REGPARM_ADDR. * findvar.c (read_var_value), printcmd.c (address_info, print_frame_args), stack.c (print_frame_arg_vars), symmisc.c (print_{,partial_}symbol), * symtab.c (lookup_block_symbol): Deal with it.
1993-04-22 * objfiles.h (obj_section), objfiles.c (build_objfile_section_table):Jim Kingdon7-25/+110
Add objfile field. * objfiles.c (find_pc_section): Return a struct obj_section *. * sparc-tdep.c (in_solib_trampoline): Deal with find_pc_section return. * symfile.c (syms_from_objfile) [IBM6000_TARGET]: Don't use obj_section hack. * xcoffexec (vmap_symtab): Relocate obj_sections. * printcmd.c (containing_function_bounds): Use find_pc_section.
1993-04-22Save the README file for gdb snapshots here for now. Make note inFred Fish2-0/+160
the .Sanitize file that snapshots.readme is explicitly not kept by default.
1993-04-22 * symtab.h: Clean up SYMBOL_VALUE comments.Jim Kingdon2-37/+34
1993-04-22 * gdb.t07/watchpoint.exp: Removed a29k expected failure which nowIan Lance Taylor1-0/+5
works.
1993-04-22makefile.in changeKen Raeburn1-0/+19
1993-04-22add rule for building snapshot of gas+ld+binutilsKen Raeburn1-1/+6
1993-04-22keep new utility scriptsKen Raeburn1-0/+7
1993-04-22keep new test casesKen Raeburn1-0/+6
1993-04-22keep change logKen Raeburn1-0/+1
1993-04-22version.c is goneKen Raeburn1-2/+4
1993-04-22Remove so cvs -P will work right.Rob Savoye1-31/+0
1993-04-22Moved the only file to dejagnu/lib, so this is empty.Rob Savoye1-2/+0
1993-04-22Moved to dejagnu/lib since it's now real generic.Rob Savoye1-108/+0
1993-04-22Updated since all the init module names changed.Rob Savoye1-6/+7
1993-04-22hange nm.all to binutils.all. Remove chill stuff.Rob Savoye1-51/+1
1993-04-22Add testsuite directory.Rob Savoye1-0/+1
1993-04-22revise comment for last changeJim Kingdon1-2/+13
1993-04-21* stabs.texinfo (Parameters): More on "local parameters".Jim Kingdon2-11/+19
1993-04-21 * stack.c (print_frame_arg_vars), printcmd.c (print_frame_args):Jim Kingdon3-15/+36
Expand comments about LOC_ARG/LOC_LOCAL pairs.
1993-04-21 * coffread.c (read_coff_symtab): Use rewind before fseek.Jim Kingdon2-12/+26
1993-04-21 * ch-exp.y: Removed unused structure_primitive_value and FIXME_23.Per Bothner2-3/+7
* Makefile.in: Add $(YFLAGS) when using $(YACC). * Makefile.in: Remove message to expect conflicts and unused rules in ch-exp.y, since there no longer are any such.
1993-04-21fix stabs.texinfo xref bugsDavid D. Zuhn2-2/+6
1993-04-21Update to match bfd changes.John Gilmore1-14/+38
1993-04-21* libbfd.c: Whitespace changes around byteswap macros.John Gilmore1-0/+5
* libbfd-in.h: Whitespace changes around byteswap declarations.
1993-04-21Handle new tests, and new testing modes.Ken Raeburn1-13/+18
Now gas_test accepts an argument listing options to be tried, individually or in combination, and whether output should be expected. Proc gas_test_error says output should be expected. Still not checking exit status properly, though.
1993-04-21The customer's test case is p2430a.s; p2430.s has different whitespace,Ken Raeburn2-9/+6
comments, who knows what else, but something makes them different. This should be checked by the driver, because they shouldn't be different...
1993-04-21use %-form, so test can be run on m68k-coff tooKen Raeburn1-49/+49
1993-04-21Get version string from config.h now.Ken Raeburn2-71/+56
Fix several functions to compile under traditional C. Deleted _doprnt. Moved some VMS-specific code here from ../symbols.c.
1993-04-21Fixed typos so paths for executables works again.Rob Savoye1-10/+14
1993-04-21adhere to "start-sanitize-FOO" and "end-sanitize-FOO" conventionRoland Pesch2-28/+31
1993-04-21(1) reduce the amount of text highlighted in warning at end ofRoland Pesch1-10/+16
"Program variables" section (2) introduce a few blank lines in menus to work around remaining makeinfo bugs
1993-04-21This is the real generic configuration. Earlier versions checked inRoland Pesch1-22/+83
seem to be copies of H8 config.
1993-04-20 * aoutf1.h (sunos4_core_file_p): Don't default bfd_error toStu Grossman1-0/+5
system_error anymore. It confuses bfd_check_format().
1993-04-20don't try to keep old mt-* targetsDavid D. Zuhn1-7/+0
1993-04-20 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<Fred Fish1-0/+5
in explicit rules. Apparently this is not supported by some makes.