aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-05-07 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:Fred Fish1-3/+3
Cast second arg to read_memory_func to "bfd_byte *", as necessary.
1993-05-07* gdb.texinfo (Shell Commands): do not mention SHELL env var inRoland Pesch2-4/+6
DOSHOST configuration of manual. (At least for the nonce, since precisely how this works under DOS seems to depend on mysteries known only to DJ Delorie, which are not easily fathomed from his source.)
1993-05-07*** empty log message ***Roland Pesch1-0/+2
1993-05-07 * gdb.texinfo (MIPS Stack): new node.Roland Pesch1-0/+37
1993-05-06New material for MIPS Remote thanks to Ian, and minor miscellany:Roland Pesch4-14/+75
* all-config.texi (MIPS) new switch. * gdbinv-s.texi (Nindy Options) Remove two instances of future tense; (MIPS Remote) new node. * gdb.texinfo (passim) rephrases to work around makeinfo @value bug; (Environment) less passive, other small cleanups in text about .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; (Remote) new MIPS Remote menu entry.
1993-05-06 * More patches from Jeffrey Law (law@cs.utah.edu).Stu Grossman1-0/+6
* gdb/config/pa/tm-hppah.h (millicode_start, millicode_end): Delete unnecessary declarations.
1993-05-06 * ser-unix.c (wait_for): Use VTIME to do timeouts instead ofStu Grossman2-16/+51
poll() for termio{s}.
1993-05-06 * i386-tdep.c (i386_frame_num_args): Always return -1.Jim Kingdon1-0/+4
1993-05-06Mention support for IDT MIPS board.Ian Lance Taylor1-1/+1
1993-05-06Fix typo, meant --srcdir not --subdir.Fred Fish1-1/+1
1993-05-06 * snapshots.readme: Add notes for UNIX make and GNU make.Fred Fish2-1/+22
1993-05-06keep new files; get rid of trailing spaces after sh-support file namesKen Raeburn2-3/+10
1993-05-06keep new filesKen Raeburn1-0/+8
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+33
* gdb/hppa-tdep.c: Declare frame_saved_pc. (frameless_function_invocation): New function. (frame_saved_pc, init_extra_frame_info): Use frameless_function_invocation. * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after call instead of just grabbing the value currently in %r2. (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation. * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private definition and use the common one in tm-hppa.h.
1993-05-05Fix directory on edit log.Stu Grossman1-2/+2
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-2/+32
* gdb/hppa-tdep.c: Declare frame_saved_pc. (frameless_function_invocation): New function. (frame_saved_pc, init_extra_frame_info): Use frameless_function_invocation. * gdb/config/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after call instead of just grabbing the value currently in %r2. (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation. * gdb/config/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private definition and use the common one in tm-hppa.h.
1993-05-05 * elf32-hppa.c (elf_hppa_reloc_type_lookup): Cast enums toPer Bothner1-0/+13
int, for the sake of the old Portable C Compiler.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-5/+22
* gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then use unwind descriptors to determine if the frame chain is valid.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-13/+15
* gdb/hppa-tdep.c (find_dummy_frame_regs): Rework so that it does not assume %r4 is the frame pointer.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman3-0/+28
* gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm, and ssm instructions. * gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New helper functions for print_insn.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-30/+3
* gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.
1993-05-05 * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a returnStu Grossman2-0/+573
which nullifies the following instruction. (From law@cs.utah.edu).
1993-05-05 * config/tc-mips.c (macro): Correct floating point double wordIan Lance Taylor1-0/+5
loads and stores for big endian target.
1993-05-05lots o' changesKen Raeburn1-0/+118
1993-05-05hp300 support. Emulation mode fix for 386bsd and linux.Ken Raeburn1-161/+128
Reworded some messages. Warn if bfd-assembler explicit selection on command line is overridden by target requiring it be set. (No targets override to clear currently.)
1993-05-05BFD_ASSEMBLER md_convert_frag section arg is not a pointerKen Raeburn1-61/+55
1993-05-05PR fix for debug symbols referring to other symbols, then same name definedKen Raeburn1-68/+48
as common. (crawl_symbols): Don't clear sy_forward field. (yank_symbols): Merge symbols only if sy_forward is null.
1993-05-05 * config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seemsIan Lance Taylor1-0/+22
to want it that way. (ecoff_build_symbols): Turn local st_Proc symbols into st_StaticProc symbols. Set index field of external st_Proc and st_staticProc symbols correctly. * config/tc-mips.h (NO_LISTING): Don't define. People might want listings.
1993-05-05Fix typos (configure.in -> configure)Jim Kingdon1-1/+5
1993-05-05hppa configurationKen Raeburn1-0/+34
1993-05-05hp300 hpux configurationKen Raeburn3-0/+111
1993-05-05Update again to latest automatically generated version.Fred Fish1-3/+0
1993-05-05 * Makefile.in (depend): Don't include command for *.tab.c.Jim Kingdon1-0/+4
1993-05-05hppaosf host & target makefile fragsKen Raeburn2-0/+4
1993-05-05*** empty log message ***Ken Raeburn1-0/+23
1993-05-05 * Makefile.in (VERSION): Bump to 4.8.5Fred Fish3-74/+188
* Makefile.in (INCLUDE_CFLAGS): Add BFD_DIR and READLINE_DIR directories to include search path. * Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS): Clean up whitespace. * Makefile.in (depend): For gcc -MM line, use INTERNAL_CFLAGS * Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o, elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o, xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o, udr.o, udip2soc.o): Remove explicit rules, use the ones that are automatically generated in "depend". * Makefile.in (paread.o): Document why a dependency doesn't get automatically generated in "depend" and leave this explicit rule in for now (FIXME). * depend: Update to latest automatically generated version.
1993-05-05missed a fileKen Raeburn1-0/+8
1993-05-04Doc fixJim Kingdon2-3/+5
1993-05-04Add list of things explicitly sanitize away, and description of each.Fred Fish1-0/+4
1993-05-04Update list of things explicitly sanitize away.Fred Fish1-1/+2
1993-05-04 * mips.sc-sh: Put constructors in the .data section.Ian Lance Taylor3-1/+7
* Makefile.in (cdtest): Added dependency on ld.new.
1993-05-04 * Makefile.in (depend): Include $(CC) command in generated output.Jim Kingdon2-2/+20
1993-05-04Forgot to check in. (Change definition of tool_dir.)Per Bothner1-9/+17
1993-05-04 * nindy-share/Onindy.c, nindy-share/nindy.c: convert malloc callsK. Richard Pixley1-0/+7
to xmalloc. Include defs.h. Rename local macro from REGISTER_BYTES to NINDY_REGISTER_BYTES to avoid conflict with defs.h.
1993-05-04 * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c.Fred Fish3-10/+16
* Makefile.in (SFILES): Add ${srcdir}/putenv.c. * depend: Update to latest automatically built version.
1993-05-04 * Makefile.in: Change definition of $(tooldir) to match FSF.Per Bothner5-237/+71
* vax.sh, config/vax.mt, configure.in, Makefile.in: Support VAX Ultrix and BSD.
1993-05-04 * config/vax.mt: Support VAX Ultrix and BSD.Per Bothner2-0/+2
1993-05-04 * sparclite/Makefile.in: Create default target that does nothingStu Grossman1-0/+3
in order to force user to build by hand.
1993-05-04 * sparclite/Makefile: Remove. It's not necessary anymore.Stu Grossman1-0/+2
1993-05-04 * ser-unix.c (wait_for): New routine to handle read timeouts,Stu Grossman2-97/+68
etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.