aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-08-24* gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.Jim Kingdon1-0/+4
1993-08-24* config/vax/xm-vaxult.h: Define NO_PTRACE_H.Jim Kingdon2-0/+10
1993-08-24undo last changeJim Kingdon2-3/+0
1993-08-24* configure.in: vax-*-ultrix3* is like vax-*-ultrix2*.Jim Kingdon2-0/+3
1993-08-24 * target.c, target.h: Add "set remotedebug" command.Jim Kingdon2-1/+13
* remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and "set m88ksnoop" options and use generic "set remotedebug" instead. * NEWS: Describe this change.
1993-08-24 * target.c, target.h: Add "set remotedebug" command.Jim Kingdon2-44/+20
* remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and "set m88ksnoop" options and use generic "set remotedebug" instead.
1993-08-24 * buildsym.h: Remove declaration of dbxread.c functions.Jim Kingdon5-23/+37
* stabsread.h: Group together dbxread.c functions. Move elfstab_build_psymtabs here from symfile.h. Declare pastab_build_psymtabs. * elfread.c, paread.c: Include stabsread.h (for stabsread_new_init declaration, etc).
1993-08-24 * snapshots.readme: Update policy for daily full snapshots andFred Fish2-79/+87
daily diffs. General reformatting of paragraphs.
1993-08-24* remote-bug.c: rename quiet to bug88k_snoop.K. Richard Pixley2-89/+142
(double_scan, multi_scan): generalize double_scan into a scan for multiple patterns. Rename to multi_scan. (bug_wait, bug_write_inferior_memory): adapt to use the new multi_scan in order to catch and represent target bus errors. (bug_scan): currently unused, so comment out. (bug_quiet): removed. Replaced with a standard user settable boolean.
1993-08-24remove include of sys/dir.h. Appears unnecessary and isn't availableK. Richard Pixley2-1/+5
on solaris.
1993-08-23 * config/m88k/{delta88v4.mt,delta88v4.mh}: New filesJim Kingdon10-15/+155
* config/m88k/delta88.mh: Fix comment. * config/m88k/tm-delta88.h: Remove unused BCS define. * config/m88k/{tm-delta88v4.h,xm-delta88v4.h,nm-delta88v4.h}: New files. * configure.in: Recognize m88*-motorola-sysv4*. * m88k-nat.c: Always include sys/types.h; don't depend on USG.
1993-08-23add ChangeLog entry for sef change to aoutx.hJim Kingdon1-0/+1
1993-08-23 * mipsread.c (parse_symbol, parse_type, cross_ref): Pass name of symbolPeter Schauer2-0/+13
as an argument and use it in complaints. * symmisc.c (dump_psymtab): Dump filenames of dependencies.
1993-08-23remove netbsd386.mt; the file was checked in by sef but isn't usedJim Kingdon1-1/+0
1993-08-23nuke chill stuff from MakefileDavid D. Zuhn1-1/+33
1993-08-23Write ChangeLog entry for sef changes.Jim Kingdon3-15/+8
Remove dbxread.c change; I handle this in BFD by making the name start with "a.out".
1993-08-23config.sub also has v9 codeDavid D. Zuhn1-1/+1
1993-08-23remove Sanitize markersDavid D. Zuhn1-12/+2
1993-08-23Write (half-assed) ChangeLog entry for sef changes.Jim Kingdon2-1/+10
Change name of target from netbsd-386 to a.out-netbsd-386 so that GDB can recognize it as an a.out variant.
1993-08-23Remove unused file netbsd386.mtJim Kingdon1-3/+0
1993-08-23new for svr4 on delta 88kJim Kingdon5-0/+0
1993-08-23 * config/tc-mips.c (set_at): Added unsignedp argument. UseIan Lance Taylor2-250/+313
load_register. (set_at_unsigned): Removed; changed callers to use set_at. (load_register): Removed unused ip argument. Changed callers. (append_insn): Don't swap branch and branch likely. (macro_build): Handle 'u'. (load_register): Handle 64 bit constants. (macro): Added M_DABS, removed M_ABSU. Numerous changes to support 64 bit constants. (mips_ip): Use hex constants in range checks for clarity. (md_number_to_chars): Support 8 byte values.
1993-08-23 * mips-opc.c ("absu"): Removed.Ian Lance Taylor1-0/+5
("dabs"): Added.
1993-08-23 * mips.h (M_ABSU): Removed (absolute value of unsigned number??).Ian Lance Taylor1-0/+5
(M_DABS): Added.
1993-08-23Added support for netbsd386 (almost-but-not-quite 386bsd).Sean Eric Fagan2-0/+4
1993-08-23Add support for netbsd386 (almost-but-not-quite 386bsd).Sean Eric Fagan4-5/+149
1993-08-23Don't let netbsd386.c get sanitized out.Sean Eric Fagan1-0/+1
1993-08-22 * stabs.texinfo (XCOFF-differences): Remove references toJim Kingdon2-152/+174
non-existent types N_DECL and N_RPSYM. * stabs.texinfo (String Field): Say that type attributes bug is fixed in GDB 4.10, since it is. * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
1993-08-21more formatting cleanupsDavid MacKenzie1-49/+50
1993-08-21formatting cleanupsDavid MacKenzie1-518/+556
1993-08-21* remote-nindy.c: Remove unused include of sys/ioctl.h.Jim Kingdon2-6/+3
1993-08-21* config.guess: Deal with OSF/1 1.3 on alpha.Jim Kingdon1-1/+11
1993-08-21Rearrange comments regarding Things-to-losJim Kingdon1-7/+4
1993-08-21* frame.h, symtab.h: Revise comments regarding baseregs.Jim Kingdon3-8/+27
1993-08-21 * stabs.texinfo: When explaining the n_type of a stab, standardizeJim Kingdon2-48/+41
how we do it ('#' as a comment indicator, "36 is N_FUN" as text, no tabs, use @r). (Global Variables): Clean up.
1993-08-21a4rc.sed is distributable.Roland Pesch1-1/+1
1993-08-21Add comments about files in Things-to-loseJim Kingdon1-0/+7
1993-08-21 * config/m88k-elf.mt: New file.Jim Kingdon2-0/+6
* config.bfd: Use it for m88*-*-sysv4*.
1993-08-20comments for tc-m88k.h changeK. Richard Pixley1-0/+5
1993-08-20updated copyrights, declare TC_CONS_RELOCK. Richard Pixley1-1/+2
1993-08-20* elfcode.h (elf_build_phdrs): Unused function deleted.Ken Raeburn3-431/+237
(bfd_shdr_from_section): Ditto. (write_relocs): Don't change section contents for addend. (elf_locate_sh): Return type is now always elf_internal_shdr, since the other types were really aliases for this type anyways. Don't compile this function, since it is static and doesn't appear to be used in this file. (sym_is_global): Return non-zero for weak symbols. Abort if sec ptr is null. (swap_out_syms): Reorder tests so function symbols can be weak. (elf_slurp_symbol_table): Don't use BSF_EXPORT. (elf_slurp_reloca_table): Make RELOC_PROCESSING section smaller by extracting out some common code. Abort if BFD section symbol has null name. (elf_slurp_reloc_table): Translate ELF section symbols into BFD section symbols. Don't read section contents to fill in addend field. * Merged from OSF: Tue Jun 15 14:38:32 1993 Michael Meissner (meissner@osf.org) * libelf.h (struct Elf_Sym_Extra): New structure to contain ELF specific information for a symbol. Put in elf_sym_num, which gives the external symbol number in the elf object file, since local symbols must come before global symbols. (elf_sym_extra): New macro. (elf_symtab_map): Delete, in favor of using Elf_Sym_Extra. * elfcode.h (elf_map_symbols): Use Elf_Sym_Extra to map internal symbol number to external number. Store the address of the Elf_Sym_Extra field for the symbol in the udata field. (elf_write_object_contents): Use Elf_Sym_Extra to map out symbols. Sun Jun 20 16:30:11 1993 Michael Meissner (meissner@osf.org) * elfcode.h (elf_obj_tdata): Add field to count the size of the array of pointers to section symbols. (elf_map_symbols): Bump the max index of the section symbols so that we don't overwrite memory. Store the max index into the elf_obj_tdata field. Sat Jun 19 10:12:27 1993 Michael Meissner (meissner@osf.org) * elfcode.h (elf_obj_tdata): Add pointer to an array of pointers to the section symbols we created. Remove unused field internal_syms. (elf_map_symbols): Fill in array of pointers to section symbols. Only create section symbols for sections that have SEC_ALLOC set, and have non-zero size. (elf_symbol_from_bfd_symbol): If udata is NULL, and this is a section symbol, look up the section in the list of section symbols, and set the udata pointer appropriately. Otherwise, if udata is still NULL, fail an assertion, and use 0, instead of dropping core.
1993-08-20 * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1):Peter Schauer4-35/+195
Set language for psymtab and symtab. * mipsread.c (new_symbol): Set language and initialize demangled name for symbol. * symmisc.c (print_symbol): Use SYMBOL_SOURCE_NAME when printing the symbol type. * symtab.c (decode_line_1): Inhibit coredumps with cfront executables.
1993-08-20 * Move KERNEL_U_ADDR from xm-hp300bsd.h to nm-hp300bsd.h and makeJim Kingdon4-40/+39
it conditionalized on 4.3 vs. 4.4. * config/m68k/nm-hp300bsd.h: Move REGISTER_U_ADDR out of 4.3 and 4.4 sections; it was identical and now works for 4.4.
1993-08-20* elf32-i386.c (elf_howto_table): All partial_inplace fields should be "true".Ken Raeburn1-0/+5
1993-08-20remove univel from unixware build config nameDavid D. Zuhn1-1/+1
1993-08-20* mips-tdep.c (is_delayed): Use INSN*BRANCH* not ANY_DELAY.Jim Kingdon1-0/+2
1993-08-20 * config.bfd (mips-*-elfl*, mips-*-elf*): New targets, usingIan Lance Taylor3-1/+13
mipslelf and mipsbelf respectively. * config/mipslelf.mt, config/mipsbelf.mt: New files. * elf32-mips.c: Added some reloc information. * configure.in: Fixed error message.
1993-08-20minor doc tweaksKen Raeburn1-4/+4
1993-08-20* printcmd.c (MAKEVA_END): Update this version to use "aligner".Jim Kingdon2-2/+6
1993-08-20 * ecoff.c (ECOFF_LONG_SIZE): Removed. Just use constants.Ian Lance Taylor1-0/+4