aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-242002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode5-33/+1961
* Makefile.def: New file. * Makefile.tpl: New file. * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'. * configure.in: Minor rearrangement. Simplify tests.
2002-09-24 * configure.in: Add config header.Keith Seitz7-17/+733
Check for pthread.h. * configure: Regenerate. * config.in: New file. * pthreads.c: New file. * mi-pthreads.exp: New file to test thread functionality. * gdb669.exp: New file.
2002-09-24 * varobj.c (c_type_of_child): Use get_target_type insteadKeith Seitz2-5/+16
of TYPE_TARGET_TYPE.
2002-09-242002-09-24 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-2/+46
* gdb.gdb/complaints.exp (test_initial_complaints): Rename test_isolated_complaints. (test_empty_complaint): New function. (test_empty_complaints): New function. Check no output when no complaints.
2002-09-24 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVEJakub Jelinek3-6/+23
addend into r_addend, not *r_offset. (elf32_sparc_finish_dynamic_symbol): Likewise. * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at R_SPARC_RELATIVE's r_offset.
2002-09-242002-09-24 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-23/+25
* gdb.texinfo: Replace @example' with @smallexample.
2002-09-24Updated German translation.Nick Clifton2-45/+100
2002-09-24Fix typo introduced with previous delta.Nick Clifton1-2/+1
2002-09-24 * emulparams/elf64ppc.sh (DATA_ADDR): Define.Alan Modra4-2/+10
* emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address for start of .data, instead align up to 256M boundary. * scripttempl/aix.sc: Likewise.
2002-09-24 * config/tc-i386.c (process_operands): Warn about "lea" segmentAlan Modra2-9/+15
overrides.
2002-09-24daily updateAlan Modra1-1/+1
2002-09-24*** empty log message ***gdbadmin1-1/+1
2002-09-23* configure.in (with_headers): Skip copy if value is "yes".Jason Thorpe2-18/+28
(with_libs): Likewise.
2002-09-23Add missing ChangeLog entryDaniel Jacobowitz1-1/+5
2002-09-23Add LDM and STM instructions which are unpredictable because of their use ofNick Clifton3-0/+14
the writeback bit.
2002-09-23Update to correctly decode (non-standard DWARF2) out-of-order address sequences.Nick Clifton2-63/+67
2002-09-23merge from gccDJ Delorie2-1/+5
2002-09-23* config.bfd: For DJGPP targets, match with any cpu and any machine.DJ Delorie2-1/+5
2002-09-23* write.c: Delete set_segment_vma and prototype. Update all callers.DJ Delorie2-25/+4
2002-09-23* scripttempl/i386go32.sc: Handle bss unique sections.DJ Delorie2-1/+5
2002-09-23 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocsAlan Modra3-2/+13
for discarded FDEs. Remove redundant assignment. * elflink.h (elf_bfd_discard_info): Save edited relocs.
2002-09-23*** empty log message ***gdbadmin1-1/+1
2002-09-23daily updateAlan Modra1-1/+1
2002-09-222002-09-22 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge the relocation count between different .reloc sections.
2002-09-22 * source.c (get_current_or_default_source_symtab_and_line): RemoveFernando Nasser6-38/+60
function. (set_default_source_symtab_and_line): New function. Attempts to determine a source file to list lines from if one is not currently defined. (get_current_source_symtab_and_line): Initialize sal.pc and sal.end fields. (set_current_source_symtab_and_line): Mark argument as const. * source.h: Update declarations and comments. * linespec.c (decode_line_1): Replace call to removed routine above. * stack.c (print_frame_info_base): Ditto. * cli/cli-cmds.c (edit_command): Ditto. (list_command): Ditto.
2002-09-22 * source.c (get_current_source_symtab_and_line): Initialize sal.pc andFernando Nasser4-4/+16
sal.end fields. (get_current_or_default_source_symtab_and_line): Ditto. * breakpoint.c (parse_breakpoint_sals): Use correct accessor function so we do not cause a new source symtab to be searched for (reverting an unintentional change from the 2002-09-20 patch). * scm-lang.c (scm_unpac): Ditto.
2002-09-22daily updateAlan Modra1-1/+1
2002-09-22*** empty log message ***gdbadmin1-1/+1
2002-09-212002-09-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-5/+39
* complaints.c (symfile_explanations): Remove new-line from ``isolated_message''. (vcomplaint): When ISOLATED_MESSAGE, force a line break. (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2002-09-212002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2-3/+8
* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. * configure.in (sh*-*-pe*): Ditto. * configure.in (mips*-*-pe*): Ditto. * configure.in (*arm-wince-pe): Ditto.
2002-09-21 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.Alan Modra2-40/+29
2002-09-21 * ld-undefined/undefined.exp: Adjust function test.Alan Modra2-1/+5
2002-09-21NEWS: Announce that V850EA ISA is no longer supported.Nick Clifton3-4/+9
v850-tdep.c: Remove reference to bfd_mach_v850ea.
2002-09-21 * Makefile.am: Run "make dep-am".Alan Modra4-141/+148
* Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
2002-09-21 * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,Alan Modra5-35/+49
S_IS_WEAK etc. with S_FORCE_RELOC call. Correct comment. Rename "fseg" to "sym_seg". * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate.
2002-09-21 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" andAlan Modra2-6/+17
".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and R_PPC_EMB_RELSDA.
2002-09-21 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"Alan Modra6-30/+64
unsigned. Move "symcount" assignment out of loop. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regnerate.
2002-09-21Fix UNPREDICATABLE use of writeback in LDM/STM instructions.Nick Clifton3-6/+12
2002-09-212002-09-20 Kevin Buettner <kevinb@redhat.com>Kevin Buettner2-0/+260
From Eli Zaretskii <eliz@is.elta.co.il>: * gdb.texinfo (Character Sets): Use @smallexample instead of @example. Use GNU/Linux instead of Linux. 2002-09-20 Jim Blandy <jimb@redhat.com> * gdb.texinfo: Add character set documentation.
2002-09-21daily updateAlan Modra1-1/+1
2002-09-21*** empty log message ***gdbadmin1-1/+1
2002-09-202002-09-20 Nathanael Nerode <neroden@doctor.moo.mud.org>Nathanael Nerode2-19/+23
* configure.in: Rearrange.
2002-09-202002-09-20 David Carlton <carlton@math.stanford.edu>David Carlton2-6/+6
* Makefile.in (c-lang.o): Correct dependencies. (utils.o): Gather dependencies. (charset.o): Move.
2002-09-202002-09-20 David Carlton <carlton@math.stanford.edu>David Carlton2-0/+5
* c-lang.c: #include "gdb_string.h"
2002-09-20Allow CRFS and CRFD operands to accept CR register namesNick Clifton2-2/+7
2002-09-20 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>Fernando Nasser3-4/+91
* cli/cli-cmds.c (list_command): New function. Implements the new cli edit command. (_init_cli_cmds): Add new command definition. * gdb.1: Document edit command. * doc/gdb.texinfo: Document edit command.
2002-09-20 * source.c: Make global variables current_source_symtab andFernando Nasser13-243/+561
current_source_line static. (list_command): Moved to cli/cli-cmds.c. (ambiguous_line_spec): Moved to cli/cli-cmds.c. (get_first_line_listed): New accessor function. (get_lines_to_list): New accessor function. (get_current_source_symtab_and_line): New function. Retrieves the position in the source code that we consider current. (get_current_or_default_source_symtab_and_line): New function. Like the above but attempts to determine a default position if one is not currently defined. (set_current_source_symtab_and_line): New function. Sets the source code position considered current and returns the previously set one. (clear_current_source_symtab_and_line): Reset stored information about a current source line. (_initialize_source): Remove registration for the "list" command and its alias. * source.h: Add declarations for the new functions above. * symtab.h: Remove declarations for the global variables mentioned above. * breakpoint.c (parse_breakpoint_sals): Use accessor functions to obtain current source line. * linespec.c (decode_line_1): Ditto. * macroscope.c (default_macro_scope): Ditto. * scm-lang.c (scm_unpac): Ditto. * stack.c (print_frame_info_base): Ditto. * symfile.c (clear_symtab_users): Ditto. * symtab.c (decode_line_spec): Ditto. * cli/cli-cmds.c (list_command): Moved here from source.c. (ambiguous_line_spec): Moved here from source.c. (_init_cli_cmds): Add definition for "list" and its alias. * Makefile.in: Update dependencies.
2002-09-20symbols.c (colon): Do not allow symbols to be created in the absolute sectionNick Clifton2-8/+10
if WORKING_DOT_WORD is not defined and new_broken_words would require a new frag to be created.
2002-09-20 * h8300-tdep.c (h8300_examine_prologue): Match saved regs locationCorinna Vinschen2-3/+8
with what gcc thinks is correct.
2002-09-20merge from gccDJ Delorie9-28/+46