aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-09-03* main.c, utils.c: Add comments about immediate_quit.Jim Kingdon1-0/+2
1993-09-03tiny additions & fixesDavid MacKenzie1-9/+11
1993-09-03PA and ELF changesKen Raeburn1-0/+64
1993-09-03obj-elf.h changeKen Raeburn1-0/+5
1993-09-03more Utah changes, some cleanup of mineKen Raeburn3-380/+537
1993-09-03(elf_symbol): Fixed name of elf_symbol_type.Ken Raeburn1-8/+9
No longer conditionalized on sparcv9.
1993-09-03 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"Jim Kingdon1-1/+6
to minimal symbols.
1993-09-03configure.in, libbfd, elf, elf-hppa (utah) changesKen Raeburn1-0/+62
1993-09-03Reorganized setting of makefile variables so 64-bit stuff works again.Ken Raeburn1-21/+32
1993-09-03more changes from Utah, see log for detailsKen Raeburn1-430/+559
1993-09-03Deleted some fields of elf*_symbol_type and elf_obj_tdata that were gettingKen Raeburn1-31/+4
set but not used. Merged elf*_symbol_type into a single elf_symbol_type.
1993-09-03regenerated after doc fixKen Raeburn1-1/+1
1993-09-03(_do_get*, _do_put*): Renamed via macros to clean up namespace.Ken Raeburn2-27/+74
1993-09-03* stabs.texinfo: Make info author notice match the TeX author notice.Jim Kingdon2-1/+6
1993-09-03 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"Jim Kingdon2-0/+6
to minimal symbols.
1993-09-03* stabs.texinfo: Many minor cleanups.Jim Kingdon1-9/+11
1993-09-03* stabs.texinfo: Many minor cleanups.Jim Kingdon1-3/+5
1993-09-03remove obsolete comment about call function stuff being duplicatedJim Kingdon1-7/+0
1993-09-03 * target.c (pop_target): Don't try to deal with the stack becomingJim Kingdon1-0/+3
empty. Shouldn't happen and the code that tried was broken.
1993-09-03 * dcache.c: Cast return value from xmalloc.Jim Kingdon3-4/+16
* remote.c: Move setting of immediate_quit from remote_open to remote_start_dummy and set it back to zero when done.
1993-09-02* m88k-tdep.c: Remove a bunch of unused #includes.Jim Kingdon2-18/+2
1993-09-02* libhppa.h (hppa_field_adjust): Remove unused `init_value' variable.Jim Kingdon1-0/+2
1993-09-02* language.h: Add comment about current_language.Jim Kingdon2-1/+15
1993-09-02Reverted previous change, and added this one instead:Ian Lance Taylor2-15/+20
* config/tc-mips.c (macro_build): Accept 'z', and ignore it. (macro): Use "z,s,t" for div instructions to match corresponding change in opcode table. (mips_ip): Added 'z'--must be zero register.
1993-09-02 * mips-opc.c: Change div machine instruction to be z,s,t ratherIan Lance Taylor3-14/+23
than s,t. Change div macro to be d,v,t rather than d,s,t. Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu, rem and remu which generates only the corresponding div instruction. This is for compatibility with the MIPS assembler, which only generates the simple machine instruction when an explicit destination of $0 is used. * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
1993-09-02 * mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-postJim Kingdon1-0/+3
from var_uinteger to var_zinteger.
1993-09-02 Only build nlmconv if configured for a NetWare target.Ian Lance Taylor2-1/+9
* configure.in: If we have some *-*-netware* target, or are using all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile. * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than $(NLMCONV_PROG).
1993-09-02 * config/tc-mips.c (macro): If $0 is destination of divide, justIan Lance Taylor2-0/+40
generate the simple machine instruction, for compatibility with the MIPS assembler.
1993-09-02 * mips-opc.c: Move div machine instruction after macro forms.Ian Lance Taylor2-8/+25
Change d,s,t form to d,v,t. Likewise for divu, ddiv and ddivu. This is for compatibility with the MIPS assembler, which only generates the simple machine instruction when an explicit destination of $0 is used.
1993-09-02 * m88k-tdep.c: Include sys/dir.h before sys/user.h.Jim Kingdon4-7/+13
Include sys/types.h regardless of USG. * configure.in: Fix typo (delta88r4 -> delta88v4). * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was to make this work on SVR4 before SVR4 had its own configuration, and it breaks SVR3.
1993-09-02* config/m88k/delta88v4.h (NATDEPFILES): Remove infptrace.o inftarg.o.Jim Kingdon3-1/+6
1993-09-02 * hosts/delta88v4.h: New for SVR4.Jim Kingdon4-3/+19
* configure.hosts: Use it.
1993-09-02 * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.Jim Kingdon3-1/+3
* config/m88k/m88k.mh: Use xm-dgux.h. * config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER, MAKEVA_END and MAKEVA_ARG. * config/m88k/xm-*.h: Include m88k/xm-m88k.h. * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
1993-09-02new for /proc support on svr4 delta88Jim Kingdon1-0/+0
1993-09-02* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.Jim Kingdon1-1/+1
1993-09-02* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.Jim Kingdon1-2/+7
1993-09-02 * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.Jim Kingdon6-57/+100
* config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER, MAKEVA_END and MAKEVA_ARG. * config/m88k/xm-*.h: Include m88k/xm-m88k.h. * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
1993-09-02renamed from xm-m88k.hJim Kingdon1-0/+0
1993-09-02* remote-udi.c (udi_wait): Call `warning' not `error'.Jim Kingdon1-0/+2
1993-09-02* remote-udi.c (udi_wait): Call `warning' not `error'.Jim Kingdon1-1/+4
1993-09-02 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has aJim Kingdon2-2/+9
demangling, don't put the mangled form in the completion list.
1993-09-02 * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,Jim Kingdon15-23/+32
symfile.h, stabsread.c, minsyms.c, solib.c, nlmread.c, dwarfread.c partial-stab.h, symmisc.c, gdbtypes.c: Lint. Remove (or put inside #if) unused variables and labels. Fix unclosed comment. Deal with enumeration values unhandled in switch statements. Make sure non-void functions return values. Include appropriate headers. * dbxread.c (elfstab_build_psymtabs): Don't check for unsigned value < 0.
1993-09-02Load the udi library procedures.Rob Savoye1-0/+1
1993-09-02 * symtab.c (find_pc_line, find_line_common),Jim Kingdon1-1/+2
symtab.h (struct linetable), xcoffread.c (arrange_linetable): Revise comments re linetable sorting. * buildsym.c (compare_line_numbers): Sort by pc, not by line. * coffread.c: Tell end_symtab to sort the line table. * coffread.c: Re-work a lot of the coff-specific stuff to use stuff in buildsym.c. This includes coff_finish_block, coff_context_stack, coff_local_symbols, coff_file_symbols, coff_global_symbols, coff_end_symtab and coff_add_symbol_to_list. (read_enum_type): Deal with it now that we have a "struct pending" not a "struct coff_pending". * buildsym.c (end_symtab): Don't realloc subfile->linetable.
1993-09-01 * coffread.c: Re-work a lot of the coff-specific stuff to use stuffJim Kingdon1-2/+3
in buildsym.c. This includes coff_finish_block, coff_context_stack, coff_local_symbols, coff_file_symbols, coff_global_symbols, coff_end_symtab and coff_add_symbol_to_list. (read_enum_type): Deal with it now that we have a "struct pending" not a "struct coff_pending".
1993-09-01 * coffread.c: Re-work a lot of the coff-specific stuff to use stuffJim Kingdon1-2/+4
in buildsym.c. This includes coff_finish_block, coff_context_stack, coff_local_symbols, coff_file_symbols, coff_global_symbols, coff_end_symtab and coff_add_symbol_to_list. (read_enum_type): Deal with it now that we have a "struct pending" not a "struct coff_pending".
1993-09-01index -> strchrK. Richard Pixley5-5/+9
1993-09-01 * remote.c: Add comment explaining why dcache is disabled.Jim Kingdon1-2/+9
(remote_fetch_word, remote_store_word): Make static and #if 0. They are not called from anywhere. Wed Sep 1 11:35:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * symtab.c (find_pc_line, find_line_common), symtab.h (struct linetable), xcoffread.c (arrange_linetable): Revise comments re linetable sorting. * buildsym.c (compare_line_numbers): Sort by pc, not by line. * coffread.c: Tell end_symtab to sort the line table.
1993-09-01 * remote.c: Add comment explaining why dcache is disabled.Jim Kingdon1-3/+14
(remote_fetch_word, remote_store_word): Make static and #if 0. They are not called from anywhere.
1993-09-01 * symtab.c (find_pc_line, find_line_common),Jim Kingdon1-21/+27
symtab.h (struct linetable), xcoffread.c (arrange_linetable): Revise comments re linetable sorting. * buildsym.c (compare_line_numbers): Sort by pc, not by line. * coffread.c: Tell end_symtab to sort the line table.