aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-09-07* configure.in (m88k-*-sysvr4*): Comment out previous change.Jim Kingdon1-0/+4
1993-09-07 * remote.c (remote_wait): Don't call error. Instead, call warningIan Lance Taylor2-93/+105
inside a loop. User can ^C to get out.
1993-09-07 * gdbserver/Makefile.in (TAGS): config files are inJim Kingdon1-0/+3
$(srcdir)/../config, not $(srcdir)/config.
1993-09-07 * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.Jim Kingdon2-0/+12
(STORE_RETURN_VAULE): Pass the correct offset of the return register to write_register_bytes. * hppa-tdep.c: Use target_write_pc if PCOQ_TAIL_REGNUM was not saved.
1993-09-07 * gdb.t15/{return.c,return.exp,Makefile.in}:Jim Kingdon1-0/+5
New test, currently commented out.
1993-09-07* config.sub: Remove h8300hhms alias.David Edelsohn1-0/+8
1993-09-07* stabs.texinfo (Stabs In ELF): Talk about N_FUN value.Jim Kingdon2-20/+33
1993-09-07 * config/m68k/tm-m68k.h (FIX_CALL_DUMMY): Changed name of swappingIan Lance Taylor3-4/+10
routine to match BFD name change. * config/z8k/tm-z8k.h (FIX_CALL_DUMMY): Likewise.
1993-09-07 * libbfd-in.h: Removed swapping routines declarations.Ian Lance Taylor5-141/+642
* bfd-in.h: Added swapping routine declarations, and renamed them from _do_* to bfd_*. * libbfd.c: Renamed swapping routines from _do_* to _bfd_*. * Changed all callers. * libbfd.h, bfd-in2.h: Rebuilt.
1993-09-07 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed callsIan Lance Taylor1-0/+5
to BFD swapping routines to correspond to BFD name changes.
1993-09-07 * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect furtherIan Lance Taylor2-16/+8
change in bfd swapping routine names.
1993-09-07 * dbxread.c (process_one_symbol): If the value of an N_FUN for aJim Kingdon2-1/+14
function is zero, use minimal symbols to get the address.
1993-09-07Changes to support stabs-in-coffStan Shebs6-95/+536
1993-09-07 * elf32-i386.c (elf_howto_table): Set pcrel_offset to true forIan Lance Taylor1-0/+5
R_386_PC32.
1993-09-07 * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfdJim Kingdon2-4/+21
changes.
1993-09-07 * stabs.texinfo (Local Variable Parameters): Talk about namelessJim Kingdon2-7/+37
parameters on VAX.
1993-09-06Changed elf32_symbol_type to elf_symbol_typeJeffrey Wheat2-1/+5
1993-09-06Snapshot of stand alone i386 NLM debugging stub. Currently sanitizedIan Lance Taylor2-0/+1060
out because it contains Novell proprietary code.
1993-09-06 * remote.c (remote_wait): Added 'W' and 'N' responses.Ian Lance Taylor2-0/+73
1993-09-06 * nlmconv.c (total_bss_size): Removed.Ian Lance Taylor1-0/+10
(main): Set the bss vma to always follow the data section. Move symbols into new sections, and adjust values by output_offset. (setup_sections): Don't copy all sections, but instead point all text sections to .text, all data sections to .data, and all bss sections to .bss. (copy_sections): Adjust accordingly.
1993-09-04@up/@down -> @raisesections/@lowersectionsRoland Pesch2-3/+7
1993-09-03 * ld.texinfo: re-enable included config file; conditionalize docRoland Pesch1-3/+4
for -oformat to interact properly with SingleFormat doc config var; rename @up/@down to @raisesections/@lowersections.
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.