deliverable/binutils-gdb.git
17 years ago * sparc-tdep.c (X_RS2): New macro.
Joel Brobecker [Wed, 11 Apr 2007 07:10:08 +0000 (07:10 +0000)] 
    * sparc-tdep.c (X_RS2): New macro.
        (sparc_skip_stack_check): New function.
        (sparc_analyze_prologue): Adjust PC past stack probing
        sequence if necessary.

17 years agodaily update
Alan Modra [Wed, 11 Apr 2007 00:00:08 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Wed, 11 Apr 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agoFix changelog entry.
Daniel Jacobowitz [Tue, 10 Apr 2007 22:03:07 +0000 (22:03 +0000)] 
Fix changelog entry.

17 years agobfd/
Richard Henderson [Tue, 10 Apr 2007 18:00:26 +0000 (18:00 +0000)] 
bfd/
        * elf64-alpha.c (struct alpha_elf_link_hash_table): Add relax_trip.
        (elf64_alpha_size_got_sections): Remove unused something_changed local.
        (elf64_alpha_size_plt_section): Return void.
        (elf64_alpha_size_rela_got_section): Likewise.
        (elf64_alpha_relax_section): Only regenerate got+plt if the
        relax_trip counter has changed.
include/
        * bfdlink.h (struct bfd_link_info): Add relax_trip.
ld/
        * ldlang.c (relax_sections): Initialize and increment
        link_info.relax_trip.

17 years ago * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
Andreas Schwab [Tue, 10 Apr 2007 16:02:41 +0000 (16:02 +0000)] 
* rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
register.

17 years ago * breakpoint.c (gdb_breakpoint_query): Really return an
Daniel Jacobowitz [Tue, 10 Apr 2007 14:53:46 +0000 (14:53 +0000)] 
* breakpoint.c (gdb_breakpoint_query): Really return an
enum gdb_rc.
(gdb_breakpoint): Likewise.
* thread.c (do_captured_list_thread_ids): Likewise.
(do_captured_thread_select): Likewise.
* mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
(mi_cmd_thread_list_ids): Remove bogus initialization.

17 years ago * Makefile.in (SFILES): Remove hpacc-abi.c.
Daniel Jacobowitz [Tue, 10 Apr 2007 11:58:15 +0000 (11:58 +0000)] 
* Makefile.in (SFILES): Remove hpacc-abi.c.
(COMMON_OBS): Remove hpacc-abi.o.
(ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
(hpacc-abi.o, hpread.o): Delete rules.
* somread.c: Delete extern declarations from hpread.c.
(som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
(som_symfile_finish): Do not call hpread_symfile_finish.
(som_symfile_init): Do not call hpread_symfile_init.
* config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
* config/pa/hppahpux.mt (TDEPFILES): Likewise.
* hpacc-abi.c, hpread.c: Deleted.

* gdbint.texinfo (SOM): Correct location of the SOM reader.

17 years ago * solib-svr4.c (enable_break): Simplify return value.
Daniel Jacobowitz [Tue, 10 Apr 2007 11:51:17 +0000 (11:51 +0000)] 
* solib-svr4.c (enable_break): Simplify return value.
(svr4_solib_create_inferior_hook): Do not warn if enable_break fails.

17 years ago * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
Andreas Schwab [Tue, 10 Apr 2007 08:47:53 +0000 (08:47 +0000)] 
* solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
l_ld_size, l_next_size, l_prev_size, l_name_size.

* solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
to extract addresses from link map.
(LM_DYNAMIC_FROM_LINK_MAP): Likewise.
(LM_NEXT): Likewise.
(LM_NAME): Likewise.
(IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
(elf_locate_base): Likewise.
(open_symbol_file_object): Likewise.
(svr4_fetch_objfile_link_map): Likewise.
(SOLIB_EXTRACT_ADDRESS): Remove unused macro.
(HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
l_ld_size.
        (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
(svr4_lp64_fetch_link_map_offsets): Likewise.

* solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
removed members.  Set l_ld_offset to -1 if not present.

17 years agoFix typo in the previous commit
Vladimir Prus [Tue, 10 Apr 2007 08:47:50 +0000 (08:47 +0000)] 
Fix typo in the previous commit

17 years ago * NEWS: Mention disjoint histograms support in
Vladimir Prus [Tue, 10 Apr 2007 08:01:13 +0000 (08:01 +0000)] 
    * NEWS: Mention disjoint histograms support in
        gprof.

17 years ago * hist.h (struct histogram)
Vladimir Prus [Tue, 10 Apr 2007 07:57:31 +0000 (07:57 +0000)] 
* hist.h (struct histogram)
(histograms, num_histograms): New.
* hist.c (find_histogram, find_histogram_for_pc)
(read_histogram_header): New.
(s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
(hist_sample): Remove.
(hist_read_rec): Use the above, and handle multiple
histogram records with disjoint address ranges.
(hist_write_hist): Support several histogram records.
(scale_and_align_entries): Adjust for multiple histograms.
(hist_assign_samples_1): New.
(hist_assign_samples): Use the above.
(hist_clip_symbol_address): New.
* hist.h (hist_check_address)
(hist_clip_symbol_address): Declare.
* gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
of legacy format for multiple histogram changes.
* corefile.c (find_call): Check for core_text_space and
clip symbol address range here.
* vax.c (vax_find_call): Don't check for
core_text_space, or clip the symbol's address range here.
Use hist_check_address to check call's target address.
* sparc.c: Likewise.
* tahoe.c: Likewise.
* i386.c: Likewise.
* mips.c: Likewise. Also use core_text_sect->vma as the base
address for code accesses, just like other machine-specific
routines do.
* gprof.texi: Adjust for the new logic.

17 years ago*** empty log message ***
gdbadmin [Tue, 10 Apr 2007 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Tue, 10 Apr 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

17 years ago * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
Kazu Hirata [Mon, 9 Apr 2007 17:09:56 +0000 (17:09 +0000)] 
* m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
info->print_address_func if longjmp is called.

17 years ago * src-release (do-proto-toplev): Process the support directories before
Daniel Jacobowitz [Mon, 9 Apr 2007 15:36:44 +0000 (15:36 +0000)] 
* src-release (do-proto-toplev): Process the support directories before
the tool directory.

* Makefile.am (bfdver.h): Do not generate doc/bfdver.texi.
* doc/Makefile.am (DOCFILES): Add bfdver.texi.
(bfdver.texi): New rule.
* Makefile.in, doc/Makefile.in: Regenerated.

17 years ago * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
Daniel Jacobowitz [Mon, 9 Apr 2007 14:36:59 +0000 (14:36 +0000)] 
* dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
DW_TAG_inlined_subroutine.

17 years ago*** empty log message ***
gdbadmin [Mon, 9 Apr 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Mon, 9 Apr 2007 00:00:04 +0000 (00:00 +0000)] 
daily update

17 years ago Pass stderr of program run with "target remote |"
Vladimir Prus [Sun, 8 Apr 2007 15:20:07 +0000 (15:20 +0000)] 
    Pass stderr of program run with "target remote |"
        via gdb_stderr.
        * serial.c (serial_open): Set error_fd to -1.
        * serial.h (struct serial): New field error_fd.
        (struct serial_opts): New field avail.
        * ser-pipe.c (pipe_open): Create another pair
        of sockets.  Pass stderr to gdb.
        * ser-mingw.c (pipe_windows_open): Pass
        PEX_STDERR_TO_PIPE to pex_run.  Initialize
        sd->error_fd.
        (pipe_avail): New.
        (_initialize_ser_windows): Hook pipe_avail.
        * ser-base.c (generic_readchar): Check if there's
        anything in stderr channel and route that to gdb_stderr.

17 years ago*** empty log message ***
gdbadmin [Sun, 8 Apr 2007 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Sun, 8 Apr 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Sat, 7 Apr 2007 00:00:35 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Sat, 7 Apr 2007 00:00:07 +0000 (00:00 +0000)] 
daily update

17 years ago2007-04-06 Matt Thomas <matt@netbsd.org>
Matt Thomas [Fri, 6 Apr 2007 16:36:48 +0000 (16:36 +0000)] 
2007-04-06  Matt Thomas  <matt@netbsd.org>

* config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
to emit pcrel relocations by DWARF2 in non-code sections.  Borrowed
heavily from tc-sparc.c.  (vax_cons_fix_new): Likewise.

17 years ago2007-04-03 Matt Thomas <matt@netbsd.org>
Matt Thomas [Fri, 6 Apr 2007 16:29:32 +0000 (16:29 +0000)] 
2007-04-03  Matt Thomas  <matt@netbsd.org>

* elf32-vax.c (elf_vax_relocate_section): Do not emit a PCREL reloc
in a shared object if it is not in a CODE section or if it is against
a section symbol.  This allows DWARF2 to use pcrel format.

17 years ago2007-04-06 Matt Thomas <matt@netbsd.org>
Matt Thomas [Fri, 6 Apr 2007 16:08:06 +0000 (16:08 +0000)] 
2007-04-06  Matt Thomas  <matt@netbsd.org>

* MAINTAINERS: Add myself as VAX and NetBSD support maintainer.

17 years ago * filename_cmp.c (filename_cmp): Improve documentation.
Joel Brobecker [Fri, 6 Apr 2007 06:01:54 +0000 (06:01 +0000)] 
    * filename_cmp.c (filename_cmp): Improve documentation.

17 years agodaily update
Alan Modra [Fri, 6 Apr 2007 00:00:07 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Fri, 6 Apr 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agobfd/
H.J. Lu [Thu, 5 Apr 2007 16:16:28 +0000 (16:16 +0000)] 
bfd/

2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/4304
* elflink.c (bfd_elf_final_link): Call einfo callback in
bfd_link_info instead of _bfd_error_handler for DT_TEXTREL
warning.

ld/testsuite/

2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/4304
* ld-i386/i386.exp: Run "warn1".

* ld-i386/warn1.d: New file.
* ld-i386/warn1.s: Likewise.

17 years ago2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 5 Apr 2007 13:47:02 +0000 (13:47 +0000)] 
2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>

* ld-i386/combreloc.d: Remove #target: i?86-*-*.
* ld-i386/reloc.d: Likewise.

17 years agobfd/
Alan Modra [Thu, 5 Apr 2007 07:01:53 +0000 (07:01 +0000)] 
bfd/
* elf32-spu.c (spu_elf_output_symbol_hook): New function.
(elf_backend_link_output_symbol_hook): Define.
ld/testsuite/
* ld-spu/ovl2.d: Update.

17 years ago PR binutils/4292
Alan Modra [Thu, 5 Apr 2007 06:36:35 +0000 (06:36 +0000)] 
PR binutils/4292
* nm.c (print_value): Cast bfd_vma to unsigned long to suit
value_format_32bit.

17 years ago2007-04-04 Eric Christopher <echristo@apple.com>
Eric Christopher [Thu, 5 Apr 2007 05:55:51 +0000 (05:55 +0000)] 
2007-04-04  Eric Christopher  <echristo@apple.com>

        Move from gcc:
        2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>

                * texi2pod.pl: Correct handling of @itemize with no argument.

        2007-02-16  Matthias Klose  <doko@debian.org>

                * texi2pod.pl: Handle @subsubsection, ignore @anchor.

        2007-02-06  Richard Sandiford  <richard@codesourcery.com>

                * texi2pod.pl: Handle @multitable.

17 years agodaily update
Alan Modra [Thu, 5 Apr 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Thu, 5 Apr 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

17 years ago * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
Kazu Hirata [Wed, 4 Apr 2007 22:10:34 +0000 (22:10 +0000)] 
* config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.

17 years ago2007-04-04 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 4 Apr 2007 19:21:24 +0000 (19:21 +0000)] 
2007-04-04  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (do_neon_ext): Enforce immediate range.
(insns): Use I15 for vext.

gas/testsute/
* gas/arm/neon-cov.s: Add new vext test.
* gas/arm/neon-cov.d: Ditto.

17 years ago2007-04-04 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 4 Apr 2007 18:02:39 +0000 (18:02 +0000)] 
2007-04-04  Paul Brook  <paul@codesourcery.com>

ld/
* configure.tgt: Loosen checks for arm uclinux eabi targets.
gas/
* configure.tgt: Loosen checks for arm uclinux eabi targets.

17 years agodaily update
Alan Modra [Wed, 4 Apr 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Wed, 4 Apr 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

17 years ago * dbxread.c (read_ofile_symtab): Move current_objfile
Pedro Alves [Tue, 3 Apr 2007 00:09:54 +0000 (00:09 +0000)] 
* dbxread.c (read_ofile_symtab): Move current_objfile
clearing to after end_stabs.

17 years agodaily update
Alan Modra [Tue, 3 Apr 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Tue, 3 Apr 2007 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

17 years ago * config/tc-xtensa.c (xtensa_flush_pending_output): Check
Bob Wilson [Mon, 2 Apr 2007 20:05:47 +0000 (20:05 +0000)] 
* config/tc-xtensa.c (xtensa_flush_pending_output): Check
outputting_stabs_line_debug.

17 years ago * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
Denis Chertykov [Mon, 2 Apr 2007 18:42:36 +0000 (18:42 +0000)] 
* config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
at90usb162, atmega325p, atmega329p, atmega3250p and atmega3290p
devices.
* doc/c-avr.texi: Document new devices.

17 years ago * gdb.texinfo: Consistently capitalize all significant words in
Bob Wilson [Mon, 2 Apr 2007 17:31:40 +0000 (17:31 +0000)] 
* gdb.texinfo: Consistently capitalize all significant words in
node names, chapter titles, section titles, and headings.  Update
cross references to match.
(Starting and Stopping Trace Experiment): Make node name plural.
(Breakpoint related warnings): Hyphenate "Breakpoint-related".

17 years agoPR binutils/4292
Nick Clifton [Mon, 2 Apr 2007 16:51:13 +0000 (16:51 +0000)] 
PR binutils/4292
* bfd.c (bfd_fprintf_vma): Do not print addresses of 32-bit
  targets as 64-bit values, even if running on a 64-bit host.
* coffgen.c (coff_print_symbol): Likewise.
* nm.c (value_format): Replace with value_format_32bit and
  value_format_64bit.
  (set_radix): Update setting of value_format.
  (set_print_width): New function.  Compute the address size of a
  given bfd and set the print_width global appropriately.
  (display_archive): Use set_print_width.
  (display_file): Likewise,
  (print_object_filename_sysv): Update use of print_width.
  (print_archive_member_sysv): Likewise.
  (print_symbol_filename_posix): Likewise.
  (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.

17 years agold/
H.J. Lu [Mon, 2 Apr 2007 16:32:04 +0000 (16:32 +0000)] 
ld/

2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/4090
* ldexp.h (node_type): Add lineno.
* ldexp.c: Include "ldlex.h".
(exp_intop): Set the lineno field from lineno.
(exp_bigintop): Likewise.
(exp_relop): Likewise.
(exp_nameop): Likewise.
(exp_binop): Set the lineno field from lineno of lhs.
(exp_trinop): Likewise.
(exp_unop): Set the lineno field from lineno of child.
(exp_assop): Set the lineno field from lineno of src.
(exp_provide): Likewise.
(exp_assert): Set the lineno field from lineno of exp.
(exp_get_abs_int): Set lineno from lineno of nonconstant
expression when report problem.

ld/testsuite/

2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/4090
* ld-elf/expr1.d: New file.
* ld-elf/expr1.s: Likewise.
* ld-elf/expr1.t: Likewise.

17 years agogas/
Richard Sandiford [Mon, 2 Apr 2007 14:25:27 +0000 (14:25 +0000)] 
gas/
* doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
* doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
* config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.

17 years ago * filename_cmp.c: Include "config.h".
Andreas Schwab [Mon, 2 Apr 2007 11:20:52 +0000 (11:20 +0000)] 
* filename_cmp.c: Include "config.h".

17 years agodaily update
Alan Modra [Mon, 2 Apr 2007 00:00:07 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Mon, 2 Apr 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

17 years ago * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
Andreas Schwab [Sun, 1 Apr 2007 18:24:59 +0000 (18:24 +0000)] 
* rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
gdbarch instead of current_gdbarch.

17 years ago * varobj.c (varobj_create): Keep varobj value
Vladimir Prus [Sun, 1 Apr 2007 15:44:54 +0000 (15:44 +0000)] 
    * varobj.c (varobj_create): Keep varobj value
        NULL when evaluating the type.

17 years ago * gdb.mi/mi-var-child.c
Vladimir Prus [Sun, 1 Apr 2007 15:27:26 +0000 (15:27 +0000)] 
    * gdb.mi/mi-var-child.c
        (do_children_tests): User char[2] instead of
        char so that automatic printing of pointers to char
        don't give unpredicable result.
        * gdb.mi/var-cmd.c (do_locals_test): Initialize
        local variables.
        * gdb.mi/mi-var-child.exp: Step to right line
        of do_children_tests.
        * gdb.mi/mi2-var-child.exp: Likewise.
        * gdb.mi/mi-var-cmd.exp: Step to right line of
        do_locals_tests.
        (do_children_tests): User char[2] instead of
        char so that automatic printing of pointers to char
        don't give unpredicable result.
        * gdb.mi/mi2-var-cmd.exp: Likewise.
        * lib/mi-support.exp (mi_continue_to_line):
        Pass test name to mi_wait_for_stop.

17 years agodaily update
Alan Modra [Sun, 1 Apr 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Sun, 1 Apr 2007 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

17 years ago * gas/z8k/calr.d: Fix for 64bit bfd.
Christian Groessler [Sat, 31 Mar 2007 22:28:06 +0000 (22:28 +0000)] 
* gas/z8k/calr.d: Fix for 64bit bfd.
* gas/z8k/djnz.d: Likewise.
* gas/z8k/inout.d: Likewise.
* gas/z8k/jmp-cc.d: Likewise.
* gas/z8k/jr-back.d: Likewise.
* gas/z8k/jr-forw.d: Likewise.
* gas/z8k/reglabel.d: Likewise.
* gas/z8k/ctrl-names.d: Fix name.  Fix for 64bit bfd.
* gas/z8k/ret-cc.d: Likewise.

17 years ago * NEWS: Mention new Windows CE support.
Pedro Alves [Sat, 31 Mar 2007 10:42:22 +0000 (10:42 +0000)] 
* NEWS: Mention new Windows CE support.

17 years ago * gas/i386/nops-3.s: Don't use .align.
Alan Modra [Sat, 31 Mar 2007 03:22:38 +0000 (03:22 +0000)] 
* gas/i386/nops-3.s: Don't use .align.

17 years ago * config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
Bob Wilson [Sat, 31 Mar 2007 00:09:34 +0000 (00:09 +0000)] 
* config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
Do not check is_loop_target flag.
(xtensa_frob_label): Adjust calls to xtensa_move_labels.
(xg_assemble_vliw_tokens): Likewise.  Also avoid calling
xtensa_move_labels for alignment of loop opcodes.

17 years ago*** empty log message ***
gdbadmin [Sat, 31 Mar 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Sat, 31 Mar 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

17 years agogdb/
Pedro Alves [Fri, 30 Mar 2007 22:50:33 +0000 (22:50 +0000)] 
gdb/

* configure.tgt: Move mips*-*-pe and sh*-*-pe to
the obsoletion stanza.
* NEWS: Mention deleted targets.

* config/sh/tm-wince.h: Remove.
* config/sh/wince.mt: Remove.
* config/mips/tm-wince.h: Remove.
* config/mips/wince.mt: Remove.

* wince.c: Remove.
* wince-stub.c: Remove.
* wince-stub.h: Remove.
* Makefile.in (wince.o): Remove rule.
(wince-stub.o): Likewise.

* mips-tdep.c (mips_next_pc): Make static.
* mips-tdep.h (mips_next_pc): Remove declaration.
* arm-tdep.c (arm_pc_is_thumb): Make static.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.
* arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
(arm_pc_is_thumb): Likewise.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.

gdb/doc/

* gdb.texinfo (WinCE): Delete obsolete subsection.

17 years ago * win32-low.c: Commit leftover changes from 2007-03-29.
Pedro Alves [Fri, 30 Mar 2007 20:28:24 +0000 (20:28 +0000)] 
* win32-low.c: Commit leftover changes from 2007-03-29.

17 years ago * MAINTAINERS: Remove d10v entry.
Daniel Jacobowitz [Fri, 30 Mar 2007 17:21:48 +0000 (17:21 +0000)] 
* MAINTAINERS: Remove d10v entry.
* Makefile.in (SFILES): Remove dwarfread.c.
(COMMON_OBS): Remove dwarfread.o.
(gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
(remote-est.o, rom68k-rom.o): Delete.
* NEWS: Mention removal of d10v, target abug, target cpu32bug,
target est, target rom68k, and DWARF 1.
* configure.tgt: Mark d10v as removed.
* dwarf2read.c: Doc update.
* elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
and lnsize.
(elf_locate_sections): Do not set them.
(elf_symfile_read): Do not call dwarf_build_psymtabs.
* symfile.h (dwarf_build_psymtabs): Delete prototype.
* config/m68k/monitor.mt (TDEPFILES): Prune.
* abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.

* gdb.texinfo (M68K): Remove obsolete ROM monitors.
* gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
references.

* gdb.asm/asm-source.exp: Remove d10v case.
* lib/gdb.exp (skip_cplus_tests): Likewise.
* gdb.asm/d10v.inc: Deleted.

17 years ago * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
Daniel Jacobowitz [Fri, 30 Mar 2007 17:13:02 +0000 (17:13 +0000)] 
* i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
fields short instead of int.  Add explicit padding.
(i387_cache_to_fsave): Remove unnecessary casts.
(i387_fsave_to_cache): Doc fix.
(i387_cache_to_fxsave): Remove unnecessary casts and masking.

17 years ago2007-03-30 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 30 Mar 2007 16:28:33 +0000 (16:28 +0000)] 
2007-03-30  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (process_suffix): Reindent a bit.

17 years ago * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
Daniel Jacobowitz [Fri, 30 Mar 2007 15:29:46 +0000 (15:29 +0000)] 
* i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
(i387_fxsave_to_cache): Check fp->ftag while building ftag value.

17 years ago2007-03-30 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 30 Mar 2007 14:51:25 +0000 (14:51 +0000)] 
2007-03-30  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (encode_thumb2_ldmstm): New function.
(do_t_ldmstm): Generate 16-bit push/pop.  Use encode_thumb2_ldmstm.
(do_t_push_pop):  Use encode_thumb2_ldmstm.

gas/testsuite/
* gas/arm/thumb2_ldmstm.d: New test.
* gas/arm/thumb2_ldmstm.s: New test.

17 years ago * doublest.c (convert_floatformat_to_doublest): Use
Daniel Jacobowitz [Fri, 30 Mar 2007 14:31:44 +0000 (14:31 +0000)] 
* doublest.c (convert_floatformat_to_doublest): Use
floatformat_classify.
(floatformat_is_nan): Rename to...
(floatformat_classify): ...this.  Return more information.
* doublest.h (enum float_kind): New.
(floatformat_is_nan): Replace prototype...
(floatformat_classify): ...with this one.
* valprint.c (print_floating): Use floatformat_classify.  Handle
infinity.

* gdb.base/infnan.c, gdb.base/infnan.exp: New files.

17 years ago * README: Mention ISO C library requirement.
Daniel Jacobowitz [Fri, 30 Mar 2007 12:58:13 +0000 (12:58 +0000)] 
* README: Mention ISO C library requirement.

17 years ago * Makefile.in (SFILES): Remove nlmread.c.
Daniel Jacobowitz [Fri, 30 Mar 2007 12:57:44 +0000 (12:57 +0000)] 
* Makefile.in (SFILES): Remove nlmread.c.
(COMMON_OBS): Remove nlmread.o.
(nlmread.o): Delete rule.
* README: Delete reference to remote-st.c.
* acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
* defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
GDB_OSABI_LYNXOS.
* i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
(_initialize_i386_tdep): Do not reference them.
* nlmread.c: Delete file.
* osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
* target.c: Doc update.
* thread.c: Delete commented include.
* config/alpha/tm-alpha.h: Doc update.

* gdb.texinfo (Startup): Delete references to some alternate
names for .gdbinit.
(Thread): Remove LynxOS reference.
(Tandem ST2000): Delete target-specific documentation.
* gdbint.texinfo (Symbol Handling): Remove mention of NLM.
(Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
and GDB_OSABI_LYNXOS.

* config/netware.exp: Delete file.

17 years ago* utils.c (string_to_core_addr): Comment typo.
Maciej W. Rozycki [Fri, 30 Mar 2007 09:31:31 +0000 (09:31 +0000)] 
* utils.c (string_to_core_addr): Comment typo.

17 years ago* mips-tdep.c: Comment typo.
Maciej W. Rozycki [Fri, 30 Mar 2007 09:16:52 +0000 (09:16 +0000)] 
* mips-tdep.c: Comment typo.

17 years agogdb/ChangeLog:
Ulrich Weigand [Fri, 30 Mar 2007 01:18:17 +0000 (01:18 +0000)] 
gdb/ChangeLog:

* config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
* config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
* config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
* config/powerpc/nm-ppc64-linux.h: Remove file.
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
* inferior.h (PTRACE_ARG3_TYPE): Do not define.
(call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
* infptrace.c (call_ptrace): Likewise.
* m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
(fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
(store_register): Likewise.

gdb/doc/ChangeLog:

* gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.

17 years ago * Makefile.in (varobj.o): Add missing dependency.
Joel Brobecker [Fri, 30 Mar 2007 00:46:49 +0000 (00:46 +0000)] 
    * Makefile.in (varobj.o): Add missing dependency.

17 years agoFix the entry date of a couple of entries.
Joel Brobecker [Fri, 30 Mar 2007 00:09:31 +0000 (00:09 +0000)] 
Fix the entry date of a couple of entries.

17 years ago*** empty log message ***
gdbadmin [Fri, 30 Mar 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Fri, 30 Mar 2007 00:00:09 +0000 (00:00 +0000)] 
daily update

17 years ago* m32c.cpu (Imm-8-s4n): Fix print hook.
DJ Delorie [Thu, 29 Mar 2007 23:56:39 +0000 (23:56 +0000)] 
* m32c.cpu (Imm-8-s4n): Fix print hook.
(Lab-24-8, Lab-32-8, Lab-40-8): Fix.
(arith-jnz-imm4-dst-defn): Make relaxable.
(arith-jnz16-imm4-dst-defn): Fix encodings.

* m32c-desc.c: Regenerate.
* m32c-dis.c: Regenerate.
* m32c-opc.c: Regenerate.

* config/tc-m32c.c (rl_for, relaxable): Protect argument.
(md_relax_table): Add entries for ADJNZ macros.
(M32C_Macros): Add ADJNZ macros.
(subtype_mappings): Add entries for ADJNZ macros.
(insn_to_subtype): Check for adjnz and sbjnz insns.
(md_estimate_size_before_relax): Pass insn to insn_to_subtype.
(md_convert_frag): Convert adjnz and sbjnz.

17 years ago2007-03-29 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 29 Mar 2007 22:40:12 +0000 (22:40 +0000)] 
2007-03-29  Michael Snyder  <msnyder@access-company.com>

* MAINTAINERS: Update my email address.

17 years ago Add support for exception handling with multiple versions of
Joel Brobecker [Thu, 29 Mar 2007 21:57:02 +0000 (21:57 +0000)] 
    Add support for exception handling with multiple versions of
        the Ada runtime:
        * ada-lang.c: Update general comments on how Ada exception catchpoints
        are implemented.
        (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
        (__gnat_raise_nodefer_with_msg): Delete.
        (ada_unhandled_exception_name_addr_ftype): New type.
        (exception_support_info): New type.
        (ada_unhandled_exception_name_addr): Add forward declaration.
        (ada_unhandled_exception_name_addr_from_raise): Likewise.
        (default_exception_support_info): New constant.
        (exception_support_info_fallback): Likewise.
        (exception_info): New global variable.
        (ada_exception_support_info_sniffer): New function.
        (ada_executable_changed_observer): Likewise.
        (ada_unhandled_exception_name_addr_from_raise): Renamed from
        ada_unhandled_exception_name_addr.
        (ada_unhandled_exception_name_addr): Reimplement to match the
        latest Ada runtime implementation.
        (error_breakpoint_runtime_sym_not_found): Delete.
        (ada_exception_sym_name): Get the exception sym name from
        exception_info rather than hardcoding it.
        (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
        Update error handling.
        * Makefile.in (ada-lang.o): Add dependency on observer.h.

17 years agomerge from gcc
DJ Delorie [Thu, 29 Mar 2007 21:03:48 +0000 (21:03 +0000)] 
merge from gcc

17 years ago * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
Daniel Jacobowitz [Thu, 29 Mar 2007 19:58:29 +0000 (19:58 +0000)] 
* Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
(remote-st.o, uw-thread.o): Delete.
(HFILES_NO_SRCDIR, ALLDEPFILES): Update.
* configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
rs6000-*-lynxos* to an obsoletion stanza.
* configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
and rs6000-*-lynxos* to an obsoletion stanza.  Do not mention
i[34567]86-*-netware*.
* NEWS: Mention deleted targets.

* coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
config/i386/i386v4.mh, config/i386/i386v42mp.mh,
config/i386/ncr3000.mh, config/i386/ncr3000.mt,
config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
config/rs6000/tm-rs6000ly.h: Delete files.

17 years ago * gdb.dwarf2/dw2-noloc.S: New file.
Joel Brobecker [Thu, 29 Mar 2007 19:03:56 +0000 (19:03 +0000)] 
    * gdb.dwarf2/dw2-noloc.S: New file.
        * gdb.dwarf2/dw2-noloc.exp: New file.

17 years ago * defs.h (deprecated_registers_changed_hook): Delete declaration.
Daniel Jacobowitz [Thu, 29 Mar 2007 18:55:01 +0000 (18:55 +0000)] 
* defs.h (deprecated_registers_changed_hook): Delete declaration.
* interps.c (clear_interpreter_hooks): Do not clear
deprecated_registers_changed_hook.
* regcache.c (registers_changed): Do not call it.
* top.c (deprecated_registers_changed_hook): Do not define it.
* mi/mi-interp.c (mi_command_loop): Do not clear it.
* tui/tui-hooks.c (tui_install_hooks): Do not install it.
(tui_remove_hooks): Do not remove it.
(tui_selected_frame_level_changed_hook): Check for negative level.
Use get_selected_frame.
(tui_registers_changed_hook): Deleted.

17 years ago * stabsread.c (add_undefined_type): Add extra parameter.
Joel Brobecker [Thu, 29 Mar 2007 18:33:58 +0000 (18:33 +0000)] 
    * stabsread.c (add_undefined_type): Add extra parameter.
        Now handles nameless types separately.
        (struct nat): New type.
        (noname_undefs, noname_undefs_allocated, noname_undefs_length):
        New static variables.
        (read_type): Update calls to add_undefined_type.
        (add_undefined_type_noname): New function.
        (add_undefined_type_1): Renames from add_undefined_type.
        (cleanup_undefined_types_noname): New function.
        (cleanup_undefined_types_1): Renames cleanup_undefined_types.
        (cleanup_undefined_types): New handles nameless types separately.
        (_initialize_stabsread): Initialize our new static constants.

17 years agold/
Richard Sandiford [Thu, 29 Mar 2007 17:16:05 +0000 (17:16 +0000)] 
ld/
200x-xx-xx  Richard Sandiford  <richard@codesourcery.com>
    Daniel Jacobowitz  <dan@codesourcery.com>

* NEWS: Mention -l:foo.
* ld.texinfo: Document it.
* ldlang.c (new_afile): If a lang_input_file_is_l_enum
entry as a name beginning with a coloh, convert it to a
lang_input_file_is_search_file_enum entry without the colon.

ld/testsuite/
* ld-libs/lib-1.s, ld-libs/lib-2.s, ld-libs/lib-2.d,
* ld-libs/libs.exp: New files.

17 years ago2007-03-29 Denis Pilat <denis.pilat@st.com>
Denis Pilat [Thu, 29 Mar 2007 15:24:28 +0000 (15:24 +0000)] 
2007-03-29  Denis Pilat  <denis.pilat@st.com>

* configure.ac: Test for signal.h.
* configure, config.in: Regenerate.

17 years agoPR binutils/4110
Nick Clifton [Thu, 29 Mar 2007 14:37:02 +0000 (14:37 +0000)] 
PR binutils/4110
* elf.c (IS_VALID_GROUP_SECTION_HEADER): New macro.
  (setup_group): Use it.  Report corrupt group section headers.
  (bfd_section_from_shdr): Use new macro.  Replace constant 4 with
      GRP_ENTRY_SIZE.  Cope with NULLs in the group section table.
  (elf_fake_section): Replace constant 4 with GRP_ENTRY_SIZE.

17 years ago* itbl-ops.c (itbl_entry): Remove unnecessary and excessively long initialization.
Nick Clifton [Thu, 29 Mar 2007 09:05:27 +0000 (09:05 +0000)] 
* itbl-ops.c (itbl_entry): Remove unnecessary and excessively long initialization.
* itbl-ops.h (enum e_processor): Initialise the e_nprocs field using ITBL_NUMBER_OF_PROCESSORS.
* itbl-parse.y (yyerror): Remove use of redundant macro PARAMS.

17 years ago2007-03-29 Denis Pilat <denis.pilat@st.com>
Denis Pilat [Thu, 29 Mar 2007 07:35:39 +0000 (07:35 +0000)] 
2007-03-29  Denis Pilat  <denis.pilat@st.com>

* stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
* infrun.c (normal_stop): Remove MI specific frame printing treatment.

17 years agogas/
H.J. Lu [Thu, 29 Mar 2007 04:27:54 +0000 (04:27 +0000)] 
gas/

2007-03-28  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (build_modrm_byte): For instructions with 2
register operands, encode destination in i.rm.regmem if its
RegMem bit is set.

opcodes/

2007-03-28  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.c (i386_optab): Change InvMem to RegMem for mov and
movq.  Remove InvMem from sldt, smsw and str.

* i386-opc.h (InvMem): Renamed to ...
(RegMem): Update comments.
(AnyMem): Remove InvMem.

17 years ago PR ld/4267
Alan Modra [Thu, 29 Mar 2007 02:38:00 +0000 (02:38 +0000)] 
PR ld/4267
* elflink.c (evaluate_complex_relocation_symbols): Use bfd_vma
for rel->r_info values.
(bfd_elf_perform_complex_relocation): Likewise.

17 years ago * configure.srv (arm*-*-mingw32ce*): Move near the other
Pedro Alves [Thu, 29 Mar 2007 01:46:20 +0000 (01:46 +0000)] 
* configure.srv (arm*-*-mingw32ce*): Move near the other
arm targets.

17 years ago PR ld/4267
Alan Modra [Thu, 29 Mar 2007 01:11:30 +0000 (01:11 +0000)] 
PR ld/4267
* elf32-ppc.c (allocate_dynrelocs): Set plt.offset to -1 for
unused entries.  Don't clear plt.plist in loop.

This page took 0.041432 seconds and 4 git commands to generate.