aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-13* s390-tdep.c (s390_gdbarch_init): Register the functionJim Blandy2-0/+6
`standard_coerce_float_to_double', since GCC for the S/390 follows the standard rules for passing floats.
2001-11-13* valops.c (default_coerce_float_to_double,Jim Blandy2-14/+31
standard_coerce_float_to_double): Doc fixes.
2001-11-13Patch from Peter Schauer:Jim Blandy2-0/+16
* symtab.c (find_pc_sect_line): If we can't find the function containing PC, we certainly won't have line number information for that location, so return zero immediately.
2001-11-13remove diff indicatorsTimothy Wall1-1/+0
2001-11-13Fix tic54x testsuite failures and Lmem disassembly bugs.Timothy Wall25-821/+808
2001-11-13merge from gccDJ Delorie6-127/+145
2001-11-13 * section.c (bfd_make_section_anyway): Don't increment section_idAlan Modra3-7/+21
and the BFD's section_count if adding the section failed. * vms.c (vms_new_section_hook): Adjust for bfd_make_section_anyway change.
2001-11-13 * config/obj-elf.c (obj_elf_version): Ensure terminating NUL isAlan Modra2-13/+12
put in note section. Use sizeof instead of hard-coded constants.
2001-11-13Eliminate REGISTER_CONVERTIBLE().Andrew Cagney4-30/+23
2001-11-13Zap REGISTER_CONVERTIBLE from m88k.Andrew Cagney3-31/+24
2001-11-13 * i386.h (i386_optab): Add entries for "sldr", "smsw" and "str" toAlan Modra4-6/+21
accept WordReg. * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand category instead of Ew.
2001-11-13*** empty log message ***gdbadmin1-1/+1
2001-11-12 * elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match newHans-Peter Nilsson2-2/+7
core dump format.
2001-11-12daily updateAlan Modra1-1/+1
2001-11-12* i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.Mark Kettenis5-10/+8
* i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h". * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed. (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
2001-11-12 * config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.Thiemo Seufer4-77/+98
(md_longopts): Allow OPTION_MABI for ELF compilation only. RE-allow OPTION_GP32, OPTION_GP64, OPTION_FP32 for non-ELF compilation. Sort options a bit more logical. (md_parse_option): Allow OPTION_32, OPTION_N32, OPTION_N64, OPTION_MABI only for elf targets. * gas/mips/mips.exp: Change naming of some conditionals to reflect the object format they actually mean. Don't try mips-abi32 and mips-abi32-pic tests for ecoff.
2001-11-12 * config/tc-mips.c (set_at): Add cast needed for varargs.Thiemo Seufer2-181/+248
(load_register): Likewise. (macro): Likewise. Some code reformatting. (macro2): Add cast needed for varargs. (mips16_macro): Likewise.
2001-11-12 * config/tc-mips.c (md_assemble): Remove superflous casts.Thiemo Seufer2-42/+38
(append_insn): Likewise. (mips16_macro_build): Likewise. (macro): Likewise. (mips16_ip): Likewise. (s_cpload): Likewise. (mips_relax_frag): Likewise.
2001-11-12Patch from Andreas Schwab <schwab@suse.de>:Jim Blandy2-2/+8
* eval.c (evaluate_subexp_standard): Fix memory leak: use alloca instead of xmalloc.
2001-11-12* corefile.c (write_memory_unsigned_integer,Jim Blandy3-11/+46
write_memory_signed_integer): New functions. (write_memory): Move to be with other write_memory_* functions. * gdbcore.h (write_memory_unsigned_integer, write_memory_signed_integer): New declarations.
2001-11-122001-11-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2-1/+17
* COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
2001-11-12 * dwarf2read.c (dwarf_decode_lines): Properly deal withGeoffrey Keating2-9/+26
unknown standard opcodes.
2001-11-12 * lib/mi-support.exp (mi_run_to_helper): Move commentsDaniel Jacobowitz2-6/+8
outside of gdb_expect.
2001-11-12 * config/tc-mips.c (mips_abi_level): Move in front ofThiemo Seufer2-79/+95
mips_set_options. (mips_set_options): Add members gp32, fp32, abi. (file_mips_gp32): New flag. (file_mips_fp32): New flag. (mips_opts): Initialize the new members. (mips_gp32): Remove. (mips_fp32): Remove. (HAVE_32BIT_GPRS): Use the new values from mips_opts. (HAVE_32BIT_FPRS): Likewise. (HAVE_NEWABI): Likewise. (HAVE_64BIT_OBJECTS): Likewise. (md_begin): Likewise. Save default (file) values. (md_parse_option): Use the new values from mips_opts. (s_mipsset): Likewise. Fix logic to keep the ABI selection if possible. Let .set mipsN work together with .set push/pop. Enhance error messages. (mips_elf_final_processing): Use file_mips_* for header processing.
2001-11-12Fix definitions of wddata[bwl].Nick Clifton2-3/+7
2001-11-12Only compare the tail end of the two binary files produced in order to avoidNick Clifton2-3/+17
date stamp present in PE binaries.
2001-11-12Use mkstemp in place of mktemp.Nick Clifton2-11/+15
2001-11-12New symbol: DATA_START_SYMBOLSNick Clifton2-0/+6
2001-11-12 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.Alan Modra3-2/+7
* Makefile.in: Regenerate.
2001-11-12*** empty log message ***gdbadmin1-1/+1
2001-11-112001-11-11 H.J. Lu <hjl@gnu.org>H.J. Lu3-2/+10
* elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Call _bfd_elf_strtab_size instead of _bfd_stringtab_size. * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Change dynstr type to `struct elf_strtab_hash *'.
2001-11-11daily updateAlan Modra1-1/+1
2001-11-11 * elf-strtab.c (_bfd_elf_strtab_finalize): Make first variable iHans-Peter Nilsson2-3/+14
size_t. Rename second i to j.
2001-11-11 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,Daniel Jacobowitz6-281/+160
mi_step_to, mi_next_to, mi_continue_to, mi_finish_to, mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to, mi0_run_to): New functions. * gdb.mi/mi-simplerun.exp: Use them. * gdb.mi/mi0-simplerun.exp: Likewise. * gdb.mi/mi-var-cmd.exp: Likewise. * gdb.mi/mi0-var-cmd.exp: Likewise.
2001-11-11 Change target name from stormy16 to xstormy16.Corinna Vinschen1-2/+2
2001-11-11* README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.Andrew Cagney2-3/+21
(sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x. (i586-sco-sysv5uw7.1.1): Mention problem with threads.
2001-11-11From Mark Kettenis <kettenis@gnu.org>:Andrew Cagney2-3/+31
* breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB breakpoints when they fail.
2001-11-11Clarify length reference in commentTimothy Wall2-2/+6
2001-11-11 * ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.Hans-Peter Nilsson2-1/+5
2001-11-11 * gas/mmix/bspec-2.d, gas/mmix/bspec-1.d, gas/mmix/comment-1.d:Hans-Peter Nilsson4-90/+28
Prune and generalize, adjusting to generic ELF file layout changes.
2001-11-11*** empty log message ***gdbadmin1-1/+1
2001-11-10daily updateAlan Modra1-1/+1
2001-11-10s/value_ptr/struct value */Andrew Cagney12-40/+46
2001-11-10s/value_ptr/struct value */Andrew Cagney9-59/+69
2001-11-10s/value_ptr/struct value */Andrew Cagney2-46/+53
2001-11-10* gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.Andrew Cagney4-19/+24
* gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2001-11-10 * binary.c: Include safe-ctype.h after bfd.h and sysdep.h.Jeff Law2-1/+5
2001-11-10 * avr.h: Update for new devices.Denis Chertykov1-4/+8
2001-11-10 * config/tc-avr.c (mcu_types): Update for new devices.Denis Chertykov2-9/+25
2001-11-10* gdb.asm/asm-source.exp: Supress file, instead of skip, when notAndrew Cagney2-1/+6
implemented.