aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-09-30 * gdb.texinfo: Remove stuff about ar and 14 character filenames.Jim Kingdon2-16/+6
I believe this was fixed by the 13 Sep 89 change to print_frame_info. Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
1993-09-30* cp-valprint.c (cp_is_vtbl_ptr_type): Continue to accept old form.Jim Kingdon2-4/+17
1993-09-30* Makefile.in: Add deps for i386lynx-nat.o and i386lynx-tdep.o toStu Grossman1-0/+5
keep non-gnu makes happy.
1993-09-29 * m88k-dis.c (m88kdis): comment change. Remove space afterK. Richard Pixley1-0/+6
printing mnemonic. (printop): handle new arg types DEC and XREG for m88110.
1993-09-29correct a few mistakes found while extending the dissassembler.K. Richard Pixley2-3/+8
1993-09-29Modified Files:Kung Hsu1-0/+4
cp-valprint.c Log Messages: * cp-valprint.c: change vtble field name to __vtbl (pr2695)
1993-09-29Modified Files:Kung Hsu1-4/+5
symtab.c * symtab.c: fix a bug in gdb_mangle_name, to get mangled name right
1993-09-29check in ChangeLog entry for kung changeJim Kingdon1-0/+4
1993-09-29Modified Files:Kung Hsu1-1/+18
c-valprint.c Log messages: * c-valprint.c: to fix virtual table print bug (pr2695)
1993-09-29 * readline.c (parser_if): Free tname when done with it (changeJim Kingdon1-0/+5
imported from from bash 1.12 readline).
1993-09-29 * target.c (target_detach): Call generic_mourn_inferior.Jim Kingdon3-28/+161
* inflow.c (generic_mourn_inferior): Call flush_cached_frames.
1993-09-29* dbxread.c, coffread.c, elfread.c: A few changes to comments.Jim Kingdon2-2/+5
1993-09-29* dbxread.c, coffread.c: A few changes to comments.Jim Kingdon2-2/+13
1993-09-29Additions to support stabs-in-coff.Stan Shebs3-18/+182
1993-09-29Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)Jim Kingdon1-0/+26
* hppa-dis.c (print_insn_hppa): Handle 'z' operand type for absolute branch addresses. Delete special "ble" and "be" code in 'W' operand code.
1993-09-29Tue Sep 28 19:19:08 1993 Jeffrey A Law (law@snake.cs.utah.edu)Jim Kingdon1-0/+9
* hppa.h (be, ble): Use operand type 'z' to denote absolute branch addresses.
1993-09-29 * gdb.t24 (demangle.exp): Constructors of templates have names likeJim Kingdon1-0/+8
vector<int>::vector(int) not vector<int>::vector<int>(int). See section 14.6 of the ARM. * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they accomplish little and slow down the testsuite. * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX". Accept spaces various places.
1993-09-28 * infcmd.c (run_stack_dummy): Set the frame in the bp_call_dummyJim Kingdon1-0/+5
breakpoint.
1993-09-28 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".Jim Kingdon1-0/+8
Accept spaces various places.
1993-09-28 * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS.Ian Lance Taylor7-9/+20
* config/tm-sysv4.h: Don't include solib.h. * config/xm-sysv4.h: Don't define SVR4_SHARED_LIBS. * config/i386/i386v4.mt (TDEPFILES): Move solib.o from here... * config/i386/i386v4.mh (NATDEPFILES): ...to here. * config/i386/nm-i386v4.h: Include nm-sysv4.h. * config/m68k/amix.mt (TDEPFIES): Move solib.o from here... * config/m68k/amix.mh (NATDEPFILES): ...to here.
1993-09-28 * section.c (bfd_make_section_anyway): New function.Jim Kingdon1-0/+10
* section.c: Change comments to say several sections can have the same name. * bfd-in2.h: Re-generate to reflect above change. * coffgen.c (make_a_section_from_file): Call bfd_make_section_anyway if still no section after the bfd_coff_make_section_hook. * coffcode.h: Add comment about TWO_DATA_SECS.
1993-09-28Lynx supportStan Shebs6-0/+22
1993-09-28Lynx supportStan Shebs2-7/+7
1993-09-28 * section.c (bfd_make_section_anyway): New function.Jim Kingdon1-1/+11
* section.c: Change comments to say several sections can have the same name. * bfd-in2.h: Re-generate to reflect above change. * coffgen.c (make_a_section_from_file): Call bfd_make_section_anyway if still no section after the bfd_coff_make_section_hook. * coffcode.h: Add comment about TWO_DATA_SECS.
1993-09-28Keep m68klynx.hStan Shebs1-0/+1
1993-09-28Keep m68klynx.cStan Shebs1-0/+1
1993-09-28Keep te-lynx.hStan Shebs1-0/+1
1993-09-28More Lynx support, plus better stabs-in-coff generation.Stan Shebs4-4/+126
1993-09-28Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon24-211/+250
* symmisc.c (print_symbol): Use %02x not %2x for LOC_CONST_BYTES. Clean up problems with targets and hosts that have 64 bit longs and pointers and 32 bit ints. * breakpoint.c, buildsym.c, c-lang.c, c-valprint.c, ch-lang.c, ch-valprint.c, core.c, cp-valprint.c, dbxread.c, exec.c, expprint.c, gdbtypes.c, infcmd.c, language.c, language.h, m2-lang.c, maint.c, mips-tdep.c, mipsread.c, partial-stab.h, printcmd.c, remote-vx.c, solib.c, source.c, stack.c, symfile.c, symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c: Change all printf formats from %x to %lx if outputting an address. Change la_*_format to use long format. local_hex_string, local_hex_string_custom now take an unsigned long argument, change all callers. * coffread.c (read_coff_symtab): Remove superfluous cast for complaint output. * dbxread.c (end_psymtab): Cast MSYMBOL_INFO to long, not int. * findvar.c, value.h (write_register): Change register value to long. * gdbtypes.h (struct type): Change `bitsize' to long as TYPE_FIELD_STATIC_PHYSNAME uses this field as a pointer. * inferior.h (struct inferior_status): Change type of stop_pc to CORE_ADDR. * language.h (local_octal_string, local_octal_string_custom): Remove prototype, the functions are neither defined nor used. * mipsread.c (parse_symbol): Use temporary variable for bitsize as f->bitsize is a long now. * objfiles.c (add_to_objfile_sections, build_objfile_section_table): Use unsigned long casts instead of int for abusing sections_end pointer as integer. * stack.c (parse_frame_specification): Change type of `args' to CORE_ADDR for SETUP_ARBITRARY_FRAME. * printcmd.c (make_vasize): Allow redefinition via MAKEVA_SIZE. * mipsread.c (parse_type): Alpha cc now supports the t->continued bit, update algorithm to match the way the compiler uses it.
1993-09-28* utils.c (fprintfi_filtered): Fix comments.Jim Kingdon1-0/+4
1993-09-28* main.c, utils.c: Add comments about immediate_quit.Jim Kingdon1-36/+81
1993-09-28 * ecoff.c (ecoff_slurp_symbolic_info): Always determine raw_sizePeter Schauer1-0/+7
explicitly. * ecoff.c (ecoff_sec_to_styp_flags, ecoff_styp_to_sec_flags): Handle .fini section.
1993-09-28Whitespace/comment cleanup. Use PARAMS in tc-vax.c.Ken Raeburn6-12/+27
Make various routines return null pointer instead of empty string for success indication.
1993-09-28Fix a typoStan Shebs1-1/+1
1993-09-28New and improved Lynx support.Stan Shebs4-0/+315
1993-09-28* coffread.c (read_coff_symtab): Don't call getfilename if thereStu Grossman2-1/+11
are no auxents.
1993-09-28hp300/hpux9 uses X11r5David D. Zuhn1-2/+2
1993-09-27 * archive.c: Define offsetof here.Jim Kingdon19-94/+5
* hosts/*.h: Don't define it here.
1993-09-27 * elfcode.h (bfd_section_from_shdr): Set filepos for SHT_STRTABIan Lance Taylor1-0/+5
section.
1993-09-27* symtab.c (find_pc_line): Fix comments.Jim Kingdon2-13/+11
1993-09-27* remote-udi.c (udi_mourn): Don't pop target.Jim Kingdon2-2/+12
1993-09-27expr.c (expr) [DIFF_EXPR_OK]: Permit subtraction of symbols in different segs.Ken Raeburn1-0/+3
1993-09-27some 68k pic stuffKen Raeburn1-0/+12
1993-09-27define DIFF_EXPR_OKKen Raeburn1-26/+33
1993-09-27(flag_want_pic): New variable, mostly ignored.Ken Raeburn1-0/+19
(md_parse_option) [TE_SUN3]: Set it for "-k". (m68k_ip): Generate proper fixup for mode 7.3.
1993-09-26* hpux-core.c: Add comment about hpux version 7.Jim Kingdon1-0/+4
1993-09-25minor tc-m68k.c changesKen Raeburn1-0/+7
1993-09-25Moved struct m68k_incant and related macros earlier in the file.Ken Raeburn1-278/+286
Make insop and add_exp functions for readability. Whitespace/comment changes.
1993-09-25* corelow.c: Add multi thread/process support for core files withStu Grossman5-266/+54
.reg/XXX pseudo-sections. * i386lynx-nat.c thread.h thread.c: Remove unnecessary core file support.
1993-09-24* lynx-core.c (lynx_core_file_p): Change per-thread registerStu Grossman1-0/+32
section names from .regXXX to .reg/XXX to avoid parsing ambiguity in gdb/corelow.c. Create alias .reg section for the currently running thread.