aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-23Add support for sh-pe and arm-wince-pe targets.Nick Clifton4-0/+36
2000-02-23Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney59-318/+16199
Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option.
2000-02-22*** empty log message ***Jim Blandy1-0/+1
2000-02-22 * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp toChandra Chavva2-4/+10
determine if an instruction can be used in parallel with an ADDppp or SUBppp instruction.
2000-02-22 * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannotChandra Chavva2-1/+8
be combined in parallel with ADD/SUBppp.
2000-02-22 * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp toChandra Chavva2-10/+15
ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel procedure.
2000-02-22Updated comment.Nick Clifton1-1/+1
2000-02-22Remove use of ELF_ST_OTHER.Nick Clifton4-9/+16
2000-02-22*** empty log message ***Jim Blandy2-0/+27
2000-02-22* gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.Jim Blandy1-0/+23
2000-02-22* gdbarch.sh: Make the `default' field really default to zero, asJim Blandy1-2/+15
documented. Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control. * valops.c (COERCE_FLOAT_TO_DOUBLE): Rework definition to be more function-like. (default_coerce_float_to_double, standard_coerce_float_to_double): New functions. (value_arg_coerce): Adjust for new definition. * value.h (default_coerce_float_to_double, standard_coerce_float_to_double): New declarations for the above. * gdbarch.sh (coerce_float_to_double): New entry, replacing macro. * gdbarch.c, gdbarch.h: Regenerated. * tm-alpha.h, tm-fr30.h, tm-m32r.h, tm-mips.h, tm-hppa.h, tm-rs6000.h, tm-sh.h, tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Change definitions. * mips-tdep.c (mips_coerce_float_to_double): Supply our own custom function here. (mips_gdbarch_init): Install that as our coerce_float_to_double function.
2000-02-22Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control.Jim Blandy13-18/+111
* valops.c (COERCE_FLOAT_TO_DOUBLE): Rework definition to be more function-like. (default_coerce_float_to_double, standard_coerce_float_to_double): New functions. (value_arg_coerce): Adjust for new definition. * value.h (default_coerce_float_to_double, standard_coerce_float_to_double): New declarations for the above. * gdbarch.sh (coerce_float_to_double): New entry, replacing macro. * gdbarch.c, gdbarch.h: Regenerated. * tm-alpha.h, tm-fr30.h, tm-m32r.h, tm-mips.h, tm-hppa.h, tm-rs6000.h, tm-sh.h, tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Change definitions. * mips-tdep.c (mips_coerce_float_to_double): Supply our own custom function here. (mips_gdbarch_init): Install that as our coerce_float_to_double function.
2000-02-22g2000-02-22 Andrew Haley <aph@cygnus.com>Andrew Haley2-1/+8
* mips.h: (OPCODE_IS_MEMBER): Add comment.
2000-02-222000-02-22 Andrew Haley <aph@cygnus.com>Andrew Haley2-0/+17
* doc/c-mips.texi (MIPS Opts): Document -mgp32 and -mgp64.
2000-02-22Cleanups and signal handler backtrace fix for GNU/Linux PPC port.Kevin Buettner4-22/+39
2000-02-22ChangeLog change only.Andrew Haley1-1/+3
2000-02-22merge with include from egcs 2000-02-22Ian Lance Taylor2-7/+112
2000-02-22This commit was generated by cvs2svn to track changes on a CVS vendorIan Lance Taylor5-30/+165
branch.
2000-02-22import libiberty from egcsIan Lance Taylor7-90/+301
2000-02-22merge with libiberty from egcs 2000-02-22Ian Lance Taylor10-370/+902
2000-02-22import libiberty from egcsIan Lance Taylor33-369/+4422
2000-02-22This commit was generated by cvs2svn to track changes on a CVS vendorIan Lance Taylor20-29/+3372
branch.
2000-02-221999-12-30 Andrew Haley <aph@cygnus.com>Andrew Haley2-2/+40
* config/tc-mips.c (mips_gp32): New variable. (macro_build) Use mips_gp32. (mips_ip): Ditto. (md_longopts): Add "-mgp32" and "-mgp64". (md_parse_option): Add OPTION_GP32 and OPTION_GP64.
2000-02-221999-12-30 Andrew Haley <aph@cygnus.com>Andrew Haley3-1/+11
* mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER: force gp32 to zero. * mips-opc.c (G6): New define. (mips_builtin_op): Add "move" definition for -gp32.
2000-02-221999-12-30 Andrew Haley <aph@cygnus.com>Andrew Haley2-2/+10
* mips.h (OPCODE_IS_MEMBER): Add gp32 arg.
2000-02-22When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracingAndrew Cagney9-29/+80
instead of sim_trace() to run the program; include support for ``-o'' option (operating environment); when a signal occurs, only continue execution when operating environment mode. Update d10v.
2000-02-222000-02-22 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-1/+8
* elflink.h (elf_link_add_object_symbols): If a version symbol is not defined, don't add a second ELF_VER_CHR.
2000-02-222000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>Ian Lance Taylor2-3/+8
* config/obj-coff.c (add_lineno): Accept non-positive lineno with warning, and bump it to 1.
2000-02-22 From Grant Erickson <gerickso@Brocade.COM>:Ian Lance Taylor2-2/+7
* ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
2000-02-222000-02-22 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-1/+7
* common.h (ELFOSABI_LINUX): Define.
2000-02-22 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor4-6/+17
* i386.c (i386_find_call): Add cast to ensure that printf argument matches format. * tahoe.c (tahoe_find_call): Likewise. * vax.c (vax_find_call): Likewise.
2000-02-22 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-2/+9
* dwarf2dbg.c (print_stats): Add cast to force printf argument to match format.
2000-02-22 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-16/+25
* readelf.c (process_version_sections): Add casts to make sure argument to %* is an int. (process_mips_specific): Add casts to make printf arguments match format.
2000-02-22 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning forIan Lance Taylor2-3/+19
invalid relocation types, and change them to R_386_NONE.
2000-02-222000-02-22 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-4/+6
* elflink.h (elf_bfd_final_link): Call output_extsym for global symbols converted to local symbols even when stripping all symbols. (elf_link_output_extsym): Process global symbols converted to local symbols even if they are being stripped.
2000-02-22Changes for GNU/Linux PPC native gdb port.Kevin Buettner2-2/+5
2000-02-22Changes for GNU/Linux PPC native gdb port.Kevin Buettner1-0/+20
2000-02-22Changes for GNU/Linux PPC native port of gdb.Kevin Buettner8-14/+911
2000-02-22Changes for GNU/Linux PPC native port.Kevin Buettner2-1/+9
2000-02-21*** empty log message ***Jim Blandy1-0/+10
2000-02-21 * config/tc-mips.c (MF_HILO_INSN): Define.Catherine Moore3-0/+67
(mips_7000_hilo_fix): Declare. (append_insn): Conditionally insert nops after an mfhi/mflo insn. (md_parse_option): Check for 7000_HILO_FIX options. (OPTION_M7000_HILO_FIX): Define. (OPTION_NO_M7000_HILO_FIX): Define. * doc/c-mips.texi (-mfix7000): Describe.
2000-02-212000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-6/+14
From Philippe De Muyter <phdm@macqel.be> * event-loop.c (handle_file_event): In case of poll, enable printing of informational message if an error/exception is detected on the file descriptor.
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra18-85/+159
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
2000-02-21* MAINTAINERS (Misc): Clarify that yes, anyone can edit web pages.Jim Kingdon2-1/+5
2000-02-21 ELF HPPA doesn't work at present; remove it until it does.Ian Lance Taylor5-16/+24
* config.bfd: Comment out setting targ_defvec to bfd_elf32_hppa_vec. * Makefile.am: Rebuild dependencies. (BFD32_BACKENDS): Remove elf32-hppa.lo. (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c. (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h. * Makefile.in: Rebuild. * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
2000-02-21cygwin32 -> cygwin.Christopher Faylor1-0/+4
2000-02-21cygwin32 -> cygwinChristopher Faylor1-1/+1
2000-02-21Include "expression.h" which "language.h" depends on.Andrew Cagney2-1/+2
2000-02-21Include "language.h" for longest_local_hex_string_custom().Andrew Cagney2-0/+6
2000-02-21Update gdbarch.sh so that it generates code including <gdb_wait.h>.Andrew Cagney2-1/+7