aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-04 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_secAndreas Schwab2-33/+80
member. (elf_m68k_link_hash_table_create): Initialize it. (elf_m68k_check_relocs): Handle symbols that are forced to be local due to visibility changes. (elf_m68k_adjust_dynamic_symbol): Likewise. (elf_m68k_size_dynamic_sections): Likewise. (elf_m68k_discard_copies): Likewise. (elf_m68k_relocate_section): Likewise.
2002-12-04 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.Alan Modra2-19/+23
2002-12-04 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.Daniel Jacobowitz3-3/+14
* config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
2002-12-04 * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.Daniel Jacobowitz2-4/+13
(create_breakpoints): Make sure the addr_string field is not NULL.
2002-12-042002-12-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-33/+51
* sparc-nat.c (fetch_inferior_registers) (store_inferior_registers): Add comment on problem of LWP vs threads. From 2002-11-21 Daniel Jacobowitz <drow@mvista.com> * lin-lwp.c (lin_lwp_fetch_registers): Remove. (lin_lwp_store_registers): Remove. (init_lin_lwp_ops): Use fetch_inferior_registers and store_inferior_registers directly. * sparc-nat.c (fetch_inferior_registers): Honor LWP ID. (store_inferior_registers): Likewise. Fix PR gdb/725.
2002-12-04 * gdb.base/selftest.exp: Update for current gdb.Daniel Jacobowitz2-2/+6
2002-12-04 * gdb.base/maint.exp: Only dump symbols from one source fileDaniel Jacobowitz2-14/+14
or objfile.
2002-12-04 * gdb.base/step-test.exp: Allow MIPS to return to the line of aDaniel Jacobowitz2-2/+11
function call.
2002-12-04merge from gccDJ Delorie2-0/+6
2002-12-04 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,Nathanael Nerode3-0/+2935
and corresponding dependencies. * Makefile.in: Regenerate.
2002-12-04 * dwarf2dbg.c (scale_addr_delta): Correct parameter. Move prototypeAlan Modra2-2/+8
inside #if.
2002-12-042002-12-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney7-34/+120
* frame.h (get_frame_id): Convert to a function. (null_frame_id, frame_id_p): Declare. (frame_id_eq, frame_id_inner): Declare. (frame_id_build): New function. * frame.c (get_frame_id): Update. Use null_frame_id. (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and frame_id_inner. (null_frame_id, frame_id_p): Define. (frame_id_eq, frame_id_inner): Define. (frame_id_build): New function. * varobj.c (varobj_create): Update. (varobj_update): Update. * valops.c (value_assign): Update. (new_root_variable): Update. * infrun.c (save_inferior_status): Update. * breakpoint.c (watch_command_1): Update.
2002-12-04*** empty log message ***gdbadmin1-1/+1
2002-12-03 * srec.c (srec_write_symbols): Restore '$' prefix to addressAlan Modra2-5/+12
accidentally removed in 2002-04-04 change. (srec_get_symtab): Use 0 instead of `(long) FALSE'.
2002-12-03 * configure.in (host_tools): Order binutils, gas and ld forNathanael Nerode2-1/+6
convenience in running the testsuites.
2002-12-03daily updateAlan Modra1-1/+1
2002-12-03 * Makefile.tpl: Introduce rules to serialize subconfigure runs.Nathanael Nerode4-4/+60
* Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs.
2002-12-03 * config/pa/tm-hppah.h (SNAP1): Remove unused macro.Joel Brobecker2-3/+5
(SNAP2): Likewise.
2002-12-03 * configure.in: Introduce BASE_CC_FOR_TARGET.Nathanael Nerode4-625/+429
* Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS. Realize configure-build-* targets. Realize configure-target-* targets. * Makefile.in: Regenerate.
2002-12-032002-12-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+11
* NEWS: Mention Daniel Jacobowitz's multi-threaded shared library patch.
2002-12-03Fix typo in ChangeLog entry.Nick Clifton2-2/+8
Add paranoia checks to .PPC.EMB.apuinfo merging code.
2002-12-03Fix the merging of .PPC.EMB.apuinfo sections. Add a test to make sure thatNick Clifton10-2/+364
the fix continues to work.
2002-12-03include/opcode/Richard Henderson15-3351/+3435
* ia64.h (enum ia64_opnd): Add IA64_OPND_LDXMOV. bfd/ * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry. opcodes/ * ia64-opc-m.c: Add ld8.mov. * ia64-asmtab.c: Regenerate. gas/ * config/tc-ia64.c (operand_match): Add IA64_OPND_LDXMOV case. gas/testsuite/ * gas/ia64/ldxmov-1.[ds]: New. * gas/ia64/ldxmov-2.[ls]: New. * gas/ia64/ia64.exp: Run them.
2002-12-032002-12-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+14
* PROBLEMS: Mention PR gdb/725.
2002-12-03 * infcmd.c (construct_inferior_arguments): Handle empty arguments.Andreas Schwab2-5/+18
2002-12-03 * config/tc-w65.c (s_longa): Prototype. Make static, specify int arg.Alan Modra4-93/+64
(cons, s_align_bytes): Delete declaration. (relax): Delete. (md_begin): Constify "struct opinfo *" var. Don't try to make "name" strings common. (dot): Delete unused function. (w65_expression): Remove unused arg. (parse_exp): Prototype. Remove unused arg. Adjust w65_expression call. (get_operands): Prototype. Constify "struct opinfo *" arg. Fix parse_exp call. (get_specific): Prototype. Constify "struct opinfo *" arg and return value. (check): Remove unused function. (build_Mytes): Prototype. Constify "struct opinfo *" arg. Abort on unhandled switch case. (md_assemble): Remove unused op_start, op_end, nlen, p vars. Constify "opcode". (tc_crawl_symbol_chain): Delete unused function. (tc_headers_hook): Likewise. (tc_Nout_fix_to_chars): Likewise. (md_undefined_symbol): Add ATTRIBUTE_UNUSED. (md_parse_option): Likewise. (md_convert_frag): Likewise. (tc_coff_symbol_emit_hook): Likewise. (md_show_usage): Likewise. * config/tc-w65.h (tc_coff_sizemachdep): Declare. (TC_PARSE_CONS_EXPRESSION): w65_expression takes one arg. (w65_expression): Declare. * po/POTFILES.in: Regenerate.
2002-12-03 * gas/arm/adrl.s: Test behaviour against globals too.Alan Modra3-5/+24
* gas/arm/adrl.d: Adjust.
2002-12-03 * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATEAlan Modra2-4/+14
and ARM_ADRL_IMMEDIATE.
2002-12-03 * configure: Move gcc_version_trigger stuff from here...Nathanael Nerode5-179/+224
* configure.in: ...to here. * configure.in: Separate subconfigure options added by this file from options given by the user. Add machinery to put args for host subconfigures into the Makefile. * Makefile.tpl: Remove 'vault' targets. * Makefile.tpl: Reorder and comment dependencies. * Makefile.in: Regenerate.
2002-12-03* gdb/objc-lang.c (objc_printstr): Add width arg to matchAdam Fedor3-31/+47
printstr prototype. (compare_selectors): Add 'const' to arg types. (compare_classes): Likewise. (find_imps): Cast msym pointer to avoid compiler warning. (print_object_command): Validate the address before passing it to the print routine. (find_objc_msgcall_submethod): Change function argument to return an int. * objc-lang.h: Add 'extern' to all function declaration. (value_nsstring): Add declaration.
2002-12-03 * somsolib.c (dld_cache): Replace boolean by int for field is_valid.Joel Brobecker3-4/+19
Fixes a build failure on HP/UX. * hpread.c (told_objfile): Replace boolean type by int. Fixes a build failure on HP/UX. (hpread_has_name): Advance declaration to avoid a compilation warning. (pst_syms_count): Add missing variable type. By change, the compiler was defaulting to int, which seems a good choice. Fixes a compilation warning. (pst_syms_size): Likewise.
2002-12-03*** empty log message ***gdbadmin1-1/+1
2002-12-02 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).Joel Brobecker3-1/+23
(hppa_gdbarch_init): Detect osabi from objfile. Will be needed later to set the proper gdbarch methods depending on the osabi. * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
2002-12-02 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.Joel Brobecker3-0/+15
* osabi.c (gdb_osabi_name): Add strings images for the two new enum values. (generic_elf_osabi_sniffer): Handle HPUX objfiles.
2002-12-02daily updateAlan Modra1-1/+1
2002-12-02 * cgen-dis.in: Include libiberty.h.Alan Modra17-520/+597
* fr30-desc.c: Regenerate. * fr30-dis.c: Regenerate. * frv-desc.c: Regenerate. * frv-dis.c: Regenerate. * ip2k-asm.c: Regenerate. * ip2k-desc.c: Regenerate. * ip2k-dis.c: Regenerate. * ip2k-opc.c: Regenerate. * ip2k-opc.h: Regenerate. * m32r-desc.c: Regenerate. * m32r-dis.c: Regenerate. * openrisc-desc.c: Regenerate. * openrisc-dis.c: Regenerate. * xstormy16-asm.c: Regenerate. * xstormy16-desc.c: Regenerate. * xstormy16-dis.c: Regenerate.
2002-12-02 * cgen.h (struct cgen_maybe_multi_ifield): Add "const PTR p" to union.Alan Modra2-3/+10
Constify "leaf" and "multi".
2002-12-02Fix tipo.Andrew Cagney1-1/+1
2002-12-022002-12-02 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-3/+9
* MAINTAINERS (Java): Global maintainers are responible for Java. (Past Maintainers): Mention both Anthony Green and Per Bothner as part Java maintainers.
2002-12-02 * xcoffread.c (read_symbol_lineno): Replace type boolean by int.Joel Brobecker2-1/+6
Fixes a compilation failure on AiX.
2002-12-02 * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explainingJoel Brobecker2-0/+7
why aix-thread.o is not listed.
2002-12-02Remove GASP.Nick Clifton134-13998/+93
2002-12-02oops - omitted from previous deltaNick Clifton1-0/+551
2002-12-02Add Brazillian Portugese translation.Nick Clifton3-2/+8
2002-12-02 * arm-dis.c (print_insn_arm): Constify "insn". Formatting.Alan Modra9-61/+123
(print_insn_thumb): Likewise. * h8500-dis.c (print_insn_h8500): Constify "opcode". * mcore-dis.c (print_insn_mcore): Constify "op". Formatting. * ns32k-dis.c (print_insn_arg <case 'F'>): Use a union to avoid type-punned pointer warnings. <case 'L'>: Likewise. Fix error message too. * pdp11-dis.c (print_reg): Warning fix. * sh-dis.c (print_movxy): Constify "op" param. (print_insn_ddt): Constify sh_opcode_info vars. (print_insn_ppi): Likewise. (print_insn_sh): Likewise. * tic30-dis.c (cnvt_tmsfloat_ieee): Use a union to avoid type-punned pointer warnings. * w65-dis.c (print_insn_w65): Constify "op".
2002-12-02Fix typo last entryHans-Peter Nilsson1-1/+1
2002-12-02 * read.c (emit_expr) [WORKING_DOT_WORD]: Initialize x->use_jump.Hans-Peter Nilsson2-0/+5
2002-12-02(from gcc repos.)Nathanael Nerode2-1/+9
2002-11-28 Geoffrey Keating <geoffk@apple.com> * configure.in: Move host-specific darwin noconfigdirs into the host-specific section.
2002-12-02 * Makefile.tpl: Restore bkorb's style patch, accidentally lostNathanael Nerode3-10/+24
during replay. * Makefile.in: Regenerate.
2002-12-022002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode6-2677/+1304
(finishing slow-motion replay) * configure: Remove skip-this-dir support. * Makefile.tpl: Remove skip-this-dir support. * Makefile.tpl: Remove leftover support for non-autoconfiscated subdirectories. * Makefile.in: Regenerate. * Makefile.tpl: Strip out useless setting of 'dir'. * Makefile.in: Regenerate. 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> (finishing slow-motion replay) * configure.in: Fix deeply stupid bug. * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded shell code in CXX_FOR_TARGET * Makefile.def: Introduce raw_cxx. * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and RAW_CXX_FOR_TARGET. * Makefile.in: Regenerate. 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> (finishing slow-motion replay) * Makefile.tpl: Remove unnecessary ifs. * Makefile.in: Regenerate. * Makefile.tpl: Implement soft dependency machinery. Maybe-ize dependencies. Maybe-ize build-libiberty. Create dummy install targets for 'no_install' modules. * configure: Move GDB_TK substitution to configure.in. Move build_modules stuff to configure.in. * configure.in: Implement soft dependency machinery. Maybe-ize GDB_TK, rearrange slightly. Move build_modules stuff from configure. * Makefile.in: Regenerate.