aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-01Run "make dep-am"Alan Modra15-199/+298
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder3-29/+43
* breakpoint.c (break_at_finish_command): Export. (break_at_finish_at_depth_command): Export. (tbreak_at_finish_command): Export. (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands. * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and "tbreak" commands, which are HPPA specific.
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder2-15/+4
* printcmd.c (disassemble_command): Remove an ancient artifact of an old merge.
2002-02-01merge from gccDJ Delorie2-8/+13
2002-02-01 * basic_blocks.c: Replace bool with boolean, TRUE with true andAlan Modra19-109/+123
FALSE with false throughout. * basic_blocks.h: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * mips.c: Likewise. * source.c: Likewise. * source.h: Likewise. * sym_ids.c: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * gprof.h: Likewise. (TRUE): Don't define. (FALSE): Don't define.
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder3-8/+18
* symfile.h (enum overlay_debugging_state): Define enum constant values for overlay mode. * symfile.c (overlay_debugging): Use enums instead of literals. (overlay_is_mapped, overlay_auto_command, overlay_manual_command): Ditto.
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder2-49/+56
* breakpoint.c (insert_breakpoints, remove_breakpoint, breakpoint_here_p, breakpoint_inserted_here_p, breakpoint_thread_match, bpstat_stop_status, describe_other_breakpoints, check_duplicates, clear_command): Coding standard fixes.
2002-02-01Move doc/ entries to correct changelogAlan Modra2-18/+25
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+4
* target.c (target_xfer_memory): Add spaces, coding standard.
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+10
* target.c (do_xfer_memory): Add missing line to trust-readonly code: check bfd SEC_READONLY flag for section.
2002-02-01*** empty log message ***gdbadmin1-1/+1
2002-01-31daily updateAlan Modra1-1/+1
2002-01-31Fix tipo.Andrew Cagney2-3/+7
2002-01-31Deal with target architecture that have a pointer size that is different fromJason Thorpe1-3/+0
the host architectures pointer size. (Nick missed this file when he committed the patch.)
2002-01-31merge from gccDJ Delorie4-2/+11
2002-01-312002-01-31 David O'Brien <obrien@FreeBSD>David O'Brien3-303/+295
* configure.in: Recognize the differences in core files from FreeBSD 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as 5-CURRENT. * configure: Regenerate. Approved by: Nick Clifton <nickc@cambridge.redhat.com> <m3k7tyuzzd.fsf@north-pole.nickc.cambridge.redhat.com>
2002-01-31Deal with target architecture that have a pointer size that is different fromNick Clifton9-368/+488
the host architectures pointer size.
2002-01-31 * cgen-ops.h (ADDCQI, ADDCFQI, ADDOFQI, SUBCQI, SUBCFQI, SUBOFQI):Hans-Peter Nilsson2-1/+59
New functions.
2002-01-31Add support for OpenRISC 32-bit embedded processorNick Clifton67-6466/+14615
2002-01-31 * alpha.c (alpha_Instruction): Don't use.Alan Modra34-175/+204
(alpha_find_call): Avoid use of bitfields and casts between pointers and integers of different sizes. Avoid endian problems when cross-compiling. * vax.c (vax_find_call): Likewise. (struct modebyte): Don't use. (vax_operandmode): Pass in an unsigned char *. (vax_operandlength): Likewise. (vax_reladdr): Rename to vax_offset and return relative offset rather than address. * i386.c (i386_find_call): Avoid casts between pointers and integers of different sizes. * sparc.c (sparc_find_call): Likewise. Avoid endian problems. * tahoe.c (tahoe_find_call): Likewise. (tahoe_reladdr): Rename to tahoe_offset and return relative offset rather than address. * basic_blocks.h: Don't include headers here. * call_graph.h: Likewise. * cg_arcs.h: Likewise. * cg_print.h: Likewise. * corefile.h: Likewise. * gmon_io.h: Likewise. * gmon_out.h: Likewise. * hertz.h: Likewise. * hist.h: Likewise. * source.h: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * gprof.h: Don't include ansidecl.h, do include bfd.h. (bool): Don't typedef. * alpha.c: Adjust #include's for above header changes. * basic_blocks.c: Likewise. * call_graph.c: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * hertz.c: Likewise. * hist.c: Likewise. * i386.c: Likewise. * mips.c: Likewise. * sparc.c: Likewise. * sym_ids.c: Likewise. * symtab.c: Likewise. * tahoe.c: Likewise. * utils.c: Likewise. * vax.c: Likewise. * po/POTFILES.in: Regenerate.
2002-01-31Replace 'return false' with a return of a bfd_reloc_ error code.Nick Clifton2-4/+10
2002-01-31 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don'tHans-Peter Nilsson2-2/+14
unexport unreferenced symbols when --export-dynamic. Call _bfd_elf_strtab_delref when unexporting.
2002-01-31 * ld-cris/weakref1.d, ld-cris/libdso-1.d, ld-cris/gotrel2.s,Hans-Peter Nilsson8-2/+108
ld-cris/expdyn1.d, ld-cris/expdyn1.s, ld-cris/dso-1.s: New tests. * ld-cris/cris.exp: Split run_dump_tests in two parts, executing tests named *dso-*.d first and copying their tmpdir/dump to files named as the .d-file.
2002-01-31oops - omitted from previous deltaNick Clifton2-22/+22
2002-01-31 * chew.c (courierize): Don't modify @command params.Alan Modra2-22/+36
2002-01-312002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-4/+10
* gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling. Allow a start function above main. * gdb.threads/linux-dp.exp: Fix copyright date.
2002-01-312002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-10/+16
* gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'. (check_philosopher_stack): Check for manager thread before checking for a just-starting thread.
2002-01-312002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-2/+34
* symtab.c (find_pc_sect_psymtab): Do not search psymtabs for data symbols, since we search based on textlow and texthigh. (find_pc_sect_symtab): Likewise.
2002-01-312002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-11/+30
* bfd-in.h: Include <stdbool.h> if it is available. * bfd-in2.h: Regenerated.
2002-01-31 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions shouldAlan Modra2-3/+11
not go via the plt.
2002-01-31* defs.h (vwarning): Declare.Andrew Cagney5-38/+39
(warning_begin): Delete declaration. * utils.c (vwarning): New function. (warning): Call vwarning. (warning_begin): Delete function. * rs6000-nat.c (vmap_ldinfo): Use the function warning to print the warning message. * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to warning_begin.
2002-01-31 * ld-scripts/crossref.exp: Allow foo to have a leading dot.Alan Modra5-4/+12
* ld-scripts/cross1.t: Add .opd. * ld-undefined/undefined.exp: Allow leading dot on sym names. * lib/ld-lib.exp (default_ld_nm): Strip leading dots from syms.
2002-01-312002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+11
* NEWS: Mention "set trust-readonly-sections" command.
2002-01-312002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+12
* NEWS: Mention generate-core-file command.
2002-01-312002-01-15 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+43
* target.c: New command, "set trust-readonly-sections on". (do_xfer_memory): Honor the suggestion to trust readonly sections by reading them from the object file instead of from the target. (initialize_targets): Register command "set trust-readonly-sections".
2002-01-31merge from gccDJ Delorie3-9/+19
2002-01-31* parse.c (target_map_name_to_register): Simplify, search regs andAndrew Cagney2-10/+7
pseudo-regs using a single loop.
2002-01-31Mention i386 FP problem.Andrew Cagney2-0/+18
2002-01-31*** empty log message ***gdbadmin1-1/+1
2002-01-30daily updateAlan Modra1-1/+1
2002-01-302002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-13/+19
From Neil Booth <neil@daikokuya.demon.co.uk>: * gdb.base/bitfields.c: Correct assignments to bitfields to avoid warnings.
2002-01-30* config/i386/tm-i386v4.h: Define HAVE_I387_REGS.Mark Kettenis4-2/+11
* config/i386/i386v42mp.mh: Add i387-nat.o . * i386v4-nat.c: Include i387-nat.h. (supply_fpregset): Use i387_supply_fsave. (fill_fpregset): Use i387_fill_fsave.
2002-01-30 * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iyRichard Sandiford2-2/+7
and mod.
2002-01-30Tidy up formatting in bfd-in2.hNick Clifton9-815/+811
2002-01-30* arm-tdep.c (arm_call_dummy_words): Define.Richard Earnshaw5-17/+45
* arm-linux-tdep.c (arm_linux_call_dummy_words): Define. * config/arm/tm-arm.h (CALL_DUMMY_P): Define. (CALL_DUMMY_WORDS): Define. (arm_call_dummy_words): Declare. * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define. (arm_linux_call_dummy_words): Declare.
2002-01-30Fixes for better translation into other languagesNick Clifton9-598/+509
2002-01-30Unify messages in coff-arm.c and elf32-arm.h.Philipp Thomas3-7/+12
2002-01-30 * m68klinux-nat.c: Fix last change to use regcache_collectAndreas Schwab2-6/+14
instead of referencing registers[] directly.
2002-01-30Updated Swedish translationNick Clifton2-839/+1310
2002-01-30Don't translate debugging message.Nick Clifton2-19/+20