aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-28merge from gccDJ Delorie63-782/+522
2005-03-28*** empty log message ***gdbadmin1-1/+1
2005-03-27Update BFD_VERSION_DATE to 20050327 by hand.H.J. Lu1-1/+1
2005-03-27 * config/obj-coff.c (coff_frob_symbol): When crashing because of aIan Lance Taylor2-1/+7
bad C_EFCN symbol, print its name.
2005-03-27merge from gccDJ Delorie23-849/+553
2005-03-27* win32-nat.c (handle_exception): Treat win32 routines which check for validChristopher Faylor3-0/+26
addresses as "special" and don't stop when a SEGV is detected. (get_child_debug_event): Properly flag exception as unhandled.
2005-03-27 * gdb.base/bigcore.c (main): Add missing mode argument in openAndreas Schwab2-1/+7
call.
2005-03-27*** empty log message ***gdbadmin1-1/+1
2005-03-26 * cp-support.c (cp_class_name_from_physname): Rewrite.Daniel Jacobowitz2-105/+162
(unqualified_name_from_comp): New function, broken out from method_name_from_physname. Correct handling for typed names and templates. (method_name_from_physname): Use unqualified_name_from_comp. (cp_func_name, remove_params): Move earlier in the file. Add better comments. Use the component tree to parse the name. (_initialize_cp_support): Remove stray whitespace.
2005-03-26* exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.Mark Kettenis2-2/+4
2005-03-26* inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.Mark Kettenis2-16/+8
Callapse HAVE_TERMIO and HAVE_SGTTY.
2005-03-26* dwarf2-frame.c (execute_cfa_program): ImplementMark Kettenis2-0/+30
DW_CFA_GNU_window_save.
2005-03-26 * config/tc-xtensa.c (use_longcalls): Delete.Bob Wilson3-68/+68
(xg_symbolic_immeds_fit): Check for direct calls and return TRUE if the use_longcalls flag is set. Do this before checking the segment. (xg_expand_assembly_insn): Rearrange to use new do_expand flag. Never expand direct calls at this point. (xtensa_set_frag_assembly_state): Set use_longcalls flag. (xtensa_find_unmarked_state_frags): Likewise. (md_assemble): Do not disable longcalls by setting is_specific_opcode. (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes. (convert_frag_immed): Remove unnecessary check of is_specific_opcode. * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
2005-03-26*** empty log message ***gdbadmin1-1/+1
2005-03-25* config/sparc/nbsd64.mh (NAT_FILE): Remove.Mark Kettenis2-1/+2
2005-03-25* config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.Mark Kettenis2-1/+5
2005-03-25 * arm-tdep.c (target_is_thumb, caller_is_thumb)Daniel Jacobowitz2-36/+7
(arm_pc_is_thumb_dummy): Remove. (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
2005-03-25Fix memset thinkos.Anthony Green5-5/+16
2005-03-25 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserverDaniel Jacobowitz3-4/+10
downloads. * config/gdbserver.exp (gdb_load): Likewise.
2005-03-25 * ser-base.c (ser_unix_write): Rename to ...Mark Mitchell6-66/+119
(ser_base_write): ... this. (ser_unix_nop_flush_output): Rename to ... (ser_base_flush_output): ... this. (ser_unix_flush_input): Rename to ... (ser_base_flush_input): ... this. (ser_unix_nop_send_break): Rename to ... (ser_base_send_break): ... this. (ser_unix_nop_drain_output): Rename to ... (ser_base_drain_output): ... this. (ser_unix_nop_raw): Rename to ... (ser_base_raw): ... this. (ser_unix_nop_get_tty_state): Rename to ... (ser_base_set_tty_state): ... this. (ser_unix_nop_noflush_set_tty_state): Rename to ... (ser_base_noflush_set_tty_state): ... this. (ser_unix_nop_print_tty_state): Rename to ... (ser_base_print_tty_state): ... this. (ser_unix_nop_setbaudrate): Rename to ... (ser_base_setbaudrate): ... this. (ser_unix_nop_setstopbits): Rename to ... (ser_base_setstopbits): ... this. (ser_unix_async): Rename to ... (ser_base_async): ... this. * ser-base.h (ser_unix_write): Rename to ... (ser_base_write): ... this. (ser_unix_nop_flush_output): Rename to ... (ser_base_flush_output): ... this. (ser_unix_flush_input): Rename to ... (ser_base_flush_input): ... this. (ser_unix_nop_send_break): Rename to ... (ser_base_send_break): ... this. (ser_unix_nop_drain_output): Rename to ... (ser_base_drain_output): ... this. (ser_unix_nop_raw): Rename to ... (ser_base_raw): ... this. (ser_unix_nop_get_tty_state): Rename to ... (ser_base_set_tty_state): ... this. (ser_unix_nop_noflush_set_tty_state): Rename to ... (ser_base_noflush_set_tty_state): ... this. (ser_unix_nop_print_tty_state): Rename to ... (ser_base_print_tty_state): ... this. (ser_unix_nop_setbaudrate): Rename to ... (ser_base_setbaudrate): ... this. (ser_unix_nop_setstopbits): Rename to ... (ser_base_setstopbits): ... this. (ser_unix_async): Rename to ... (ser_base_async): ... this. * ser-pipe.c (_initialize_ser_pipe): Update accordingly. * ser-tcp.c (_initialize_ser_tcp): Likewise. * ser-unix.c (hardwire_flush_input): Likewise. (_initializer_ser_hardwire): Likewise.
2005-03-25 * Makefile.in (SFILES): Add ser-base.c.Mark Mitchell10-323/+437
(ser_base_h): New variable. (ser-base.o): New target. (ser-pipe.o): Depend on $(ser_base_h). (ser-tcp.o): Likewise. (ser-unix.o): Likewise. Do not depend on $(event_loop_h). * configure.ac (SER_HARDWIRE): Include ser-base.o where appropriate. * ser-base.c: New file. (push_event): Move from ser-unix.c. (fd_event): Likewise. (reschedule): Likewise. (ser_unix_write): Likewise. (ser_unix_nop_flush_output): Likewise. (ser_unix_flush_input): Likewise. (ser_unix_nop_send_break): Likewise. (ser_unix_nop_drain_output): Likewise. (ser_unix_nop_raw): Likewise. (ser_unix_nop_get_tty_state): Likewise. (ser_unix_nop_set_tty_state): Likewise. (ser_unix_nop_noflush_set_tty_state): Likewise. (ser_unix_nop_print_tty_state): Likewise. (ser_unix_nop_setbaudrate): Likewise. (ser_unix_nop_setstopbits): Likewise. (ser_unix_async): Likewise. * ser-base.h: New file. * ser-pipe.c (ser-base.h): Include it. * ser-tcp.c (ser-base.h): Likewise. * ser-unix.h (ser_unix_nop_flush_output): Remove. (ser_unix_flush_input): Likewise. (ser_unix_nop_send_break): Likewise. (ser_unix_nop_raw): Likewise. (ser_unix_nop_get_tty_state): Likewise. (ser_unix_nop_set_tty_state): Likewise. (ser_unix_nop_print_tty_state): Likewise. (ser_unix_nop_noflush_set_tty_state): Likewise. (ser_unix_nop_setbaudrate): Likewise. (ser_unix_nop_setstopbits): Likewise. (ser_unix_nop_drain_output): Likewise. (ser_unix_wait_for): Likewise. (ser_unix_write): Likewise. (ser_unix_async): Likewise. * ser-unix.c (event-loop.h): Do not include it. (push_event): Move to ser-base.c. (fd_event): Likewise. (reschedule): Likewise. (ser_unix_write): Likewise. (ser_unix_nop_flush_output): Likewise. (ser_unix_flush_input): Likewise. (ser_unix_nop_send_break): Likewise. (ser_unix_nop_drain_output): Likewise. (ser_unix_nop_raw): Likewise. (ser_unix_nop_get_tty_state): Likewise. (ser_unix_nop_set_tty_state): Likewise. (ser_unix_nop_noflush_set_tty_state): Likewise. (ser_unix_nop_print_tty_state): Likewise. (ser_unix_nop_setbaudrate): Likewise. (ser_unix_nop_setstopbits): Likewise. (ser_unix_async): Likewise. (ser_unix_wait_for): Make it static. * configure: Regenerated.
2005-03-25* dwarf2-frame.h: Update copyrigh year.Mark Kettenis3-9/+52
(enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET. * dwarf2-frame.c: Update copyright year. (struct dwarf2_frame_cache): Add member `retaddr_reg'. (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET. (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
2005-03-25Update mail address.Thiemo Seufer1-1/+1
2005-03-25 * BRANCHES: Add binutils-csl-arm-2005q1-branch andDaniel Jacobowitz2-0/+10
binutils-2_16-branch.
2005-03-25* MAINTAINERS: Add myself as M88k maintainer.Mark Kettenis2-0/+5
2005-03-25 * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.Hans-Peter Nilsson3-140/+86
2005-03-252005-03-25 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini3-62/+50
* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin. * configure: Regenerate.
2005-03-25merge from gccDJ Delorie10-7/+209
2005-03-25merge from gccDJ Delorie3-4/+14
2005-03-25 * config/tc-cris.h: Convert to ISO C90.Hans-Peter Nilsson3-186/+115
* config/tc-cris.c: Ditto. (md_estimate_size_before_relax): Remove obsolete comment for parameter "segment_type". (md_begin): Document reason for cast of hash_insert argument. (md_atof): Correct type of parameter "type".
2005-03-25*** empty log message ***gdbadmin1-1/+1
2005-03-24 * config/default.exp: Do not load libpath.exp if it does notMark Mitchell2-3/+21
exist. (CC): Provide fallback definition. (CFLAGS): Likewise. (CXX): Likewise. (CXXFLAGS): Likewise.
2005-03-242005-03-24 Eric Christopher <echristo@redhat.com>Eric Christopher6-31/+41
* elfxx-mips.c: Revert previous patch. 2005-03-24 Eric Christopher <echristo@redhat.com> * ld-mips-elf/rel32-n32.d: Revert changes. * ld-mips-elf/rel32-o32.d: Ditto. * ld-mips-elf/rel64.d: Ditto.
2005-03-24 * winduni.c (unicode_from_ascii): Don't declare variablesDanny Smith2-10/+23
's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode string len.
2005-03-24Updated French translationNick Clifton2-464/+681
2005-03-24(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vectorNick Clifton2-0/+8
when building a 64-bit BFD with all targets enabled.
2005-03-24Convert unmaintained files over to ISO-C90 and fix formatting.Nick Clifton57-12209/+10052
2005-03-24Add Dmitry Diky to maintainers list as msp430 maintainerDmitry Diky2-0/+5
2005-03-24(BFD32_BACKENDS): Delete elf32-ia64.lo.Nick Clifton3-2/+12
(BFD64_BACKENDS): Add elf32-ia64.lo.
2005-03-24 * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge toHans-Peter Nilsson21-25/+39
include cgen-ops.h in decodev10.c and decodev32.c. * cris/sim-main.h: Don't include cgen-ops.h here. * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c, cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c, cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c, cris/decodev10.h, cris/decodev32.c, cris/decodev32.h, cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
2005-03-24bfd/ChangeLog:Eric Christopher9-31/+88
2005-03-23 Eric Christopher <echristo@redhat.com> * elfxx-mips.c (MIPS_ELF_READONLY_SECTION): New. (mips_elf_calculate_relocation): Use. Define DF_TEXTREL after emitting relocation. (_bfd_mips_elf_adjust_dynamic_symbol): Ditto. (_bfd_mips_elf_check_relocs): Remove code to set DF_TEXTREL and readonly_reloc. ld/testsuite/ChangeLog: 2005-03-23 Eric Christopher <echristo@redhat.com> * ld-mips-elf/textrel-1.s, ld-mips-elf/textrel-1.d: New test. * ld-mips-elf/mips-elf.exp: Call it. * ld-mips-elf/rel32-n32.d: Update for DF_TEXTREL removal. * ld-mips-elf/rel32-o32.d: Ditto. * ld-mips-elf/rel64.d: Ditto.
2005-03-24 * cris/traps.c (cris_break_13_handler) <caseHans-Peter Nilsson2-12/+19
TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags, sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
2005-03-24 * gas/cris/range-err-1.s: Adjust expected messages for hosts withHans-Peter Nilsson2-2/+7
64-bit longs.
2005-03-24*** empty log message ***gdbadmin1-1/+1
2005-03-232005-03-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* cris-dis.c (print_with_operands): Use ~31L for long instead of ~31.
2005-03-232005-03-23 Martin Hunt <hunt@redhat.com>Martin Hunt3-18/+5
* configure.ac: Remove -fwritable-strings from CFLAGS. * configure: Regenerate.
2005-03-232005-03-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu17-96/+115
* ld-cris/expdyn5.d: Updated for alignment change in elf.sc. * ld-cris/expdyn6.d: Likewise. * ld-cris/expdyn7.d: Likewise. * ld-cris/gotplt1.d: Likewise. * ld-cris/gotplt2.d: Likewise. * ld-cris/gotplt3.d: Likewise. * ld-cris/libdso-10.d: Likewise. * ld-cris/libdso-11.d: Likewise. * ld-cris/libdso-12.d: Likewise. * ld-cris/libdso-14.d: Likewise. * ld-cris/libdso-2.d: Likewise. * ld-cris/locref1.d: Likewise. * ld-cris/locref2.d: Likewise. * ld-cris/nodyn5.d: Likewise. * ld-cris/pv32-1.d: Likewise. * ld-cris/weakref2.d: Likewise.
2005-03-23From common/ChangeLog:Mark Kettenis33-519/+372
* aclocal.m4 Include ../../gettext.m4. (CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST) (AM_LC_MESSAGES): Remove. * configure: Regenerate. Regenerate all other configures.
2005-03-23* config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's bindingJim Blandy2-1/+6
attributes properly.
2005-03-23Accept any C library to accompany a GNU Linux implementation, not just the GNUNick Clifton12-69/+93
C library.