deliverable/binutils-gdb.git
18 years agoApply fixes to allow arm WinCE toolchain to produce working executables.
Nick Clifton [Thu, 11 May 2006 08:48:58 +0000 (08:48 +0000)] 
Apply fixes to allow arm WinCE toolchain to produce working executables.

18 years agodaily update
Alan Modra [Thu, 11 May 2006 00:00:07 +0000 (00:00 +0000)] 
daily update

18 years ago*** empty log message ***
gdbadmin [Thu, 11 May 2006 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

18 years ago * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
Steve Ellcey [Wed, 10 May 2006 20:30:02 +0000 (20:30 +0000)] 
* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
message.

18 years ago * agentexpr.texi: Add a copyright and license notice.
Daniel Jacobowitz [Wed, 10 May 2006 18:49:08 +0000 (18:49 +0000)] 
* agentexpr.texi: Add a copyright and license notice.
* observer.texi: Likewise, with GPL clause for function prototypes.
Remove trailing whitespace.

18 years ago * ld-elf/sec64k.exp: Extend for MIPS ELF.
Thiemo Seufer [Wed, 10 May 2006 15:07:24 +0000 (15:07 +0000)] 
* ld-elf/sec64k.exp: Extend for MIPS ELF.

18 years ago PR 2342
Alan Modra [Wed, 10 May 2006 04:55:43 +0000 (04:55 +0000)] 
PR 2342
* elflink.c (_bfd_elf_default_action_discarded): Revert 2006-02-16.

18 years ago*** empty log message ***
gdbadmin [Wed, 10 May 2006 00:00:36 +0000 (00:00 +0000)] 
*** empty log message ***

18 years agodaily update
Alan Modra [Wed, 10 May 2006 00:00:07 +0000 (00:00 +0000)] 
daily update

18 years ago * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
Andreas Schwab [Tue, 9 May 2006 21:14:17 +0000 (21:14 +0000)] 
* dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
(execute_cfa_program): Add parameter eh_frame_p.  Call
dwarf2_frame_eh_frame_regnum when true.
(dwarf2_frame_cache): Pass eh_frame_p from fde to
execute_cfa_program.
(decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when
processing .eh_frame.  Copy eh_frame_p to the new fde.
(struct dwarf2_frame_ops): Add eh_frame_regnum.
(dwarf2_frame_set_eh_frame_regnum): Define.
(dwarf2_frame_eh_frame_regnum): Define.

* dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare.
(dwarf2_frame_eh_frame_regnum): Declare.

18 years ago2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 9 May 2006 17:05:55 +0000 (17:05 +0000)] 
2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/x86-64-gidt.d: Adjusted.

18 years agogas/testsuite/
H.J. Lu [Tue, 9 May 2006 16:05:40 +0000 (16:05 +0000)] 
gas/testsuite/

2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run x86-64-gidt.

* gas/i386/x86-64-gidt.d: New file.
* gas/i386/x86-64-gidt.s: Likewise.

opcodes/

2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (grps): Update sgdt/sidt for 64bit.

18 years ago * configure.srv (m68k*-*-uclinux*): New target.
Nathan Sidwell [Tue, 9 May 2006 15:21:19 +0000 (15:21 +0000)] 
* configure.srv (m68k*-*-uclinux*): New target.
* linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
(linux_resume_one_process): Remove extraneous cast.
(linux_read_offsets): New.
(linux_target_op): Add linux_read_offsets on mmuless systems.
* server.c (handle_query): Add qOffsets logic.
* target.h (struct target_ops): Add read_offsets.

18 years agoRevised test (that is not O(n2)) for checking for orphaned cloned symbols
Nick Clifton [Tue, 9 May 2006 15:13:22 +0000 (15:13 +0000)] 
Revised test (that is not O(n2)) for checking for orphaned cloned symbols

18 years ago [ gas/ChangeLog ]
Thiemo Seufer [Tue, 9 May 2006 14:16:50 +0000 (14:16 +0000)] 
[ gas/ChangeLog ]
* config/tc-mips.c (append_insn): Only warn about an out-of-range
j or jal address.

[ gas/testsuite/ChangeLog ]
* gas/mips/jal-range.l: Only warn about an out-of-range j or jal
        address.

18 years ago* config/tc-arm.c (arm_fix_adjustable): For COFF, convert fixups against
Nick Clifton [Tue, 9 May 2006 11:47:48 +0000 (11:47 +0000)] 
* config/tc-arm.c (arm_fix_adjustable): For COFF, convert fixups against
   symbols which are not going to be placed into the symbol table.
* coffcode.h (coff_write_relocs): Produce an error message if a an
   out-of-range symbol index is detected in a reloc.

18 years ago * expr.c (operand): Remove `if (0 && ..)' statement and
Ben Elliston [Tue, 9 May 2006 04:54:32 +0000 (04:54 +0000)] 
    * expr.c (operand): Remove `if (0 && ..)' statement and
        subsequently unused target_op label.  Collapse `if (1 || ..)'
        statement.
        * app.c (do_scrub_chars): Remove unused case 0, as it is handled
        separately above the switch.

18 years ago * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused
Ben Elliston [Tue, 9 May 2006 03:38:30 +0000 (03:38 +0000)] 
    * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused
        local variable `dynobj'.

18 years agodaily update
Alan Modra [Tue, 9 May 2006 00:00:05 +0000 (00:00 +0000)] 
daily update

18 years ago*** empty log message ***
gdbadmin [Tue, 9 May 2006 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

18 years ago * gas/mips/mips32.s, gas/mips/mips32.d: Extend testcase to check
Thiemo Seufer [Mon, 8 May 2006 18:18:09 +0000 (18:18 +0000)] 
* gas/mips/mips32.s, gas/mips/mips32.d: Extend testcase to check
larger offset arguments for cache instructions.

18 years ago PR gas/2623b
Nick Clifton [Mon, 8 May 2006 17:08:34 +0000 (17:08 +0000)] 
PR gas/2623b
* config/tc-msp430.c (line_separator_character): Define as |.

18 years ago [ gas/ChangeLog ]
Thiemo Seufer [Mon, 8 May 2006 15:57:05 +0000 (15:57 +0000)] 
[ gas/ChangeLog ]
* config/tc-mips.c (mips_set_options): Add ase_smartmips flag.
(mips_opts): Likewise.
(file_ase_smartmips): New variable.
(ISA_HAS_ROR): SmartMIPS implements rotate instructions.
(macro_build): Handle SmartMIPS instructions.
(mips_ip): Likewise.
(md_longopts): Add argument handling for smartmips.
(md_parse_options, mips_after_parse_args): Likewise.
(s_mipsset): Add .set smartmips support.
(md_show_usage): Document -msmartmips/-mno-smartmips.
* doc/as.texinfo: Document -msmartmips/-mno-smartmips and
.set smartmips.
* doc/c-mips.texi: Likewise.

[ gas/testsuite/ChangeLog ]
* gas/mips/smartmips.s, gas/mips/smartmips.d: New smartmips test.
* gas/mips/mips.exp: Run smartmips test.

18 years agoRemove bfd/ in ChangeLog entry.
H.J. Lu [Mon, 8 May 2006 14:17:11 +0000 (14:17 +0000)] 
Remove bfd/ in ChangeLog entry.

18 years agodaily update
Alan Modra [Mon, 8 May 2006 00:00:05 +0000 (00:00 +0000)] 
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 8 May 2006 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

18 years ago * write.c (relax_segment): Add pass count arg. Don't error on
Alan Modra [Sun, 7 May 2006 23:03:48 +0000 (23:03 +0000)] 
* write.c (relax_segment): Add pass count arg.  Don't error on
negative org/space on first two passes.
(relax_seg_info): New struct.
(relax_seg, write_object_file): Adjust.
* write.h (relax_segment): Update prototype.

18 years ago* gdb.base/help.exp: Make "delete checkpoint" part option for
Mark Kettenis [Sun, 7 May 2006 20:50:35 +0000 (20:50 +0000)] 
* gdb.base/help.exp: Make "delete checkpoint" part option for
"help d" and "help delete" tests.

18 years agodaily update
Alan Modra [Sun, 7 May 2006 00:00:06 +0000 (00:00 +0000)] 
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 7 May 2006 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

18 years ago * linux-nat.c (linux_nat_do_thread_registers): Check for
David S. Miller [Sat, 6 May 2006 23:55:36 +0000 (23:55 +0000)] 
* linux-nat.c (linux_nat_do_thread_registers): Check for
NULL collect_regset method.

18 years ago * gdb.mi/mi-basics.exp: Add missing serial number to
Ulrich Weigand [Sat, 6 May 2006 20:39:15 +0000 (20:39 +0000)] 
* gdb.mi/mi-basics.exp: Add missing serial number to
expected output in some mi_gdb_test statements.
* gdb.mi/mi2-basics.exp: Likewise.

18 years ago * s390-tdep.c (s390_collect_regset): New function.
Ulrich Weigand [Sat, 6 May 2006 01:12:11 +0000 (01:12 +0000)] 
* s390-tdep.c (s390_collect_regset): New function.
(s390_gregset, s390x_gregset, s390_fpregset): Add it.

18 years agoMake LOC_OPTIMIZED_OUT the default value for a symbol.
Nick Roberts [Sat, 6 May 2006 00:14:03 +0000 (00:14 +0000)] 
Make LOC_OPTIMIZED_OUT the default value for a symbol.

18 years ago*** empty log message ***
Nick Roberts [Sat, 6 May 2006 00:13:08 +0000 (00:13 +0000)] 
*** empty log message ***

18 years agodaily update
Alan Modra [Sat, 6 May 2006 00:00:08 +0000 (00:00 +0000)] 
daily update

18 years ago*** empty log message ***
gdbadmin [Sat, 6 May 2006 00:00:06 +0000 (00:00 +0000)] 
*** empty log message ***

18 years ago * linux-nat.c (exit_lwp): Fix NULL pointer access.
Ulrich Weigand [Fri, 5 May 2006 23:48:28 +0000 (23:48 +0000)] 
* linux-nat.c (exit_lwp): Fix NULL pointer access.
(linux_nat_handle_extended): New parameter STOPPING.
(wait_lwp): Call it with STOPPING equals 1.
(linux_nat_wait): Call it with STOPPING equals 0.

18 years ago * linux-nat.c (linux_nat_wait): Do not short-cut reporting
Ulrich Weigand [Fri, 5 May 2006 23:46:58 +0000 (23:46 +0000)] 
* linux-nat.c (linux_nat_wait): Do not short-cut reporting
of 'uninteresting' signals when single-stepping.

18 years ago * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
David S. Miller [Fri, 5 May 2006 23:34:40 +0000 (23:34 +0000)] 
* gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
will get printed without a mi_cmd_data_list_register_values prefix.
(*-data-list-register-*): Correct regular expressions to expect the new
pseudo d? floating point registers.
* gdb.mi/mi2-regs.exp: Likewise.

18 years ago * MAINTAINERS: Move NEWS to the documentation entry.
Daniel Jacobowitz [Fri, 5 May 2006 23:20:04 +0000 (23:20 +0000)] 
* MAINTAINERS: Move NEWS to the documentation entry.

18 years ago * gdb.base/del.c: New file.
Joel Brobecker [Fri, 5 May 2006 22:49:39 +0000 (22:49 +0000)] 
    * gdb.base/del.c: New file.
        * gdb.base/del.exp: New testcase.

18 years agogdb/doc/ChangeLog:
Jim Blandy [Fri, 5 May 2006 22:48:14 +0000 (22:48 +0000)] 
gdb/doc/ChangeLog:
2006-05-05  Jim Blandy  <jimb@codesourcery.com>

* gdb.texinfo (General Query Packets): Document conventions for
terminating packet names, and their violations.

18 years ago * gdb.base/savedregs.exp: Do not require that the dummy
David S. Miller [Fri, 5 May 2006 22:48:10 +0000 (22:48 +0000)] 
* gdb.base/savedregs.exp: Do not require that the dummy
frame location match up to a symbol and source file location.

18 years ago * gdb.base/break.exp: Do not assume a breakpoint on
David S. Miller [Fri, 5 May 2006 22:45:35 +0000 (22:45 +0000)] 
* gdb.base/break.exp: Do not assume a breakpoint on
main will actually be in $srcfile when optimizing.

18 years ago * linux-thread-db.c (thread_db_store_registers): Use
David S. Miller [Fri, 5 May 2006 22:42:43 +0000 (22:42 +0000)] 
* linux-thread-db.c (thread_db_store_registers): Use
regcache_raw_collect.

18 years ago * linux-nat.c (linux_nat_do_thread_registers): Use the
David S. Miller [Fri, 5 May 2006 22:39:12 +0000 (22:39 +0000)] 
* linux-nat.c (linux_nat_do_thread_registers): Use the
regset_from_core_section infrastructure if the target
supports it.
* Makefile.in: Update dependencies.

18 years ago2006-05-05: Paul Gilliam <pgilliam@us.ibm.com>
Paul Gilliam [Fri, 5 May 2006 20:45:03 +0000 (20:45 +0000)] 
2006-05-05:  Paul Gilliam  <pgilliam@us.ibm.com>

        * ppc-linux-nat.c: Clean up types for ptrace.
        Replace (CORE_ADDR) with  (uintptr_t) to avoid the size difference
        between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.

18 years ago * remote.c (remote_disconnect): Add TARGET argument.
Daniel Jacobowitz [Fri, 5 May 2006 20:08:45 +0000 (20:08 +0000)] 
* remote.c (remote_disconnect): Add TARGET argument.
* target.c (debug_to_disconnect): Delete.
(update_current_target): Do not inherit to_disconnect.
(target_disconnect): Search for a target to implement to_disconnect.
(setup_target_debug): Do not reference to_disconnect.
* target.h (struct target_ops): Add target argument to
to_disconnect.

18 years ago * arm-dis.c (coprocessor_opcodes): Don't interpret fldmx/fstmx as
Julian Brown [Fri, 5 May 2006 18:56:01 +0000 (18:56 +0000)] 
* arm-dis.c (coprocessor_opcodes): Don't interpret fldmx/fstmx as
vldm/vstm.

18 years ago * config/tc-arm.c (parse_vfp_reg_list): Improve register bounds
Julian Brown [Fri, 5 May 2006 18:54:44 +0000 (18:54 +0000)] 
* config/tc-arm.c (parse_vfp_reg_list): Improve register bounds
checking.
(do_neon_mov): Enable several VMOV variants for VFP. Add suitable
architecture version checks.
(insns): Allow overlapping instructions to be used in VFP mode.

18 years ago * gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
Julian Brown [Fri, 5 May 2006 18:53:09 +0000 (18:53 +0000)] 
* gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
instructions.
* gas/arm/vfp-neon-overlap.d: Expected output of above.
* gas/arm/vfp1xD.d: Test for fldmx/fstmx.
* gas/arm/vfp1xD_t2.d: Likewise.
* gas/arm/vfpv3-32drs.d: Likewise.

18 years agoReadline 5.1 import for HEAD.
Daniel Jacobowitz [Fri, 5 May 2006 18:26:14 +0000 (18:26 +0000)] 
Readline 5.1 import for HEAD.

18 years ago2006-05-05 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 5 May 2006 18:24:45 +0000 (18:24 +0000)] 
2006-05-05  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/2598
* config/obj-elf.c (obj_elf_change_section): Allow user
specified SHF_ALPHA_GPREL.

18 years ago * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
Daniel Jacobowitz [Fri, 5 May 2006 18:04:09 +0000 (18:04 +0000)] 
* gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
* gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
is allocated by the compiler.
* gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
anons, e, anone to force their allocation by the compiler.

18 years agoApproved by Daniel Jacobowitz <drow@false.org>
Fred Fish [Fri, 5 May 2006 18:04:04 +0000 (18:04 +0000)] 
Approved by Daniel Jacobowitz <drow@false.org>

2006-05-06  Fred Fish  <fnf@specifix.com>
* mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian
structs or unions independent of ABI register size.

18 years ago 2006-05-06 Fred Fish <fnf@specifix.com>
Fred Fish [Fri, 5 May 2006 17:50:33 +0000 (17:50 +0000)] 
2006-05-06  Fred Fish  <fnf@specifix.com>
* mips-tdep.c (mips_o64_return_value): Replace stub that always
returned RETURN_VALUE_STRUCT_CONVENTION with a real function.

18 years ago* gas/config/tc-avr.h (TC_VALIDATE_FIX): Define. Disable fixups for PMEM
Nick Clifton [Fri, 5 May 2006 17:46:47 +0000 (17:46 +0000)] 
* gas/config/tc-avr.h (TC_VALIDATE_FIX): Define.  Disable fixups for PMEM
    related expressions.
* bfd/elf32-avr.c (elf32_avr_relax_delete_bytes): Iterate over all of the
    bfd's sections for the reloc-addend adjustments.

18 years ago * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
Daniel Jacobowitz [Fri, 5 May 2006 17:29:38 +0000 (17:29 +0000)] 
* gdb.texinfo (Remote Configuration): Remove "set remotedebug"
and "show remotedebug".
(Debugging Output): Add additional index entries.

18 years agosim/:
Andreas Schwab [Fri, 5 May 2006 17:11:19 +0000 (17:11 +0000)] 
sim/:
* configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
* configure: Regenerate.

* Makefile.in (CFLAGS_FOR_BUILD): Define.
(CC_FOR_BUILD): Don't override.
(FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.

sim/ppc/:
* configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
* configure: Regenerate.

* Makefile.in (CFLAGS_FOR_BUILD): Define.
(BUILD_CFLAGS): Use it instead of hardcoding "-g -O".
(gentmap): Fix typo BUILD_FLAGS -> BUILD_CFLAGS.

18 years agoPR gas/2582
Nick Clifton [Fri, 5 May 2006 16:55:28 +0000 (16:55 +0000)] 
PR gas/2582
* dwarf2dbg.c (INSERT_DIR_SEPARATOR): New macro.  Handles the insertion of a
  directory separator character into a string at a given offset.  Uses
  heuristics to decide when to use a backslash character rather than a
  forward-slash character.
  (dwarf2_directive_loc): Use the macro.
  (out_debug_info): Likewise.

18 years ago * gas/mips/noreorder.s, gas/mips/noreorder.d: New test for
Thiemo Seufer [Fri, 5 May 2006 16:38:09 +0000 (16:38 +0000)] 
* gas/mips/noreorder.s, gas/mips/noreorder.d: New test for
reorder/noreorder corner case.
* gas/mips/mips.exp: Run new test.
-------------------------------------------------------------------

18 years ago * mi/mi-main.c (captured_mi_execute_command): Check the return
Daniel Jacobowitz [Fri, 5 May 2006 15:50:20 +0000 (15:50 +0000)] 
* mi/mi-main.c (captured_mi_execute_command): Check the return
value of -interpreter-exec.

18 years ago * gdb.base/help.exp: Update expected text for help d and
Daniel Jacobowitz [Fri, 5 May 2006 15:45:09 +0000 (15:45 +0000)] 
* gdb.base/help.exp: Update expected text for help d and
help delete.

18 years ago [ gas/ChangeLog ]
Thiemo Seufer [Fri, 5 May 2006 15:41:23 +0000 (15:41 +0000)] 
[ gas/ChangeLog ]
* config/tc-mips.c (macro_build): Add case 'k' to handle cache
instruction.
(macro): Add new case M_CACHE_AB.

[ opcodes/ChangeLog ]
* mips-opc.c: Add macro for cache instruction.

[ include/opcode/ChangeLog ]
* mips.h (enum): Add macro M_CACHE_AB.

18 years ago * elf32-s390.c (invalid_tls_insn): Call bfd_set_error.
Martin Schwidefsky [Fri, 5 May 2006 13:21:34 +0000 (13:21 +0000)] 
* elf32-s390.c (invalid_tls_insn): Call bfd_set_error.
(elf_s390_relocate_section): Add code to do the GD->LE and
LD->LE TLS linker optimizations if a brasl instruction is used
for the __tls_get_offset function call.
* elf64-s390.c (invalid_tls_insn): Call bfd_set_error.

18 years ago * ld-powerpc/tlsexetoc.r: Update for correction to tls optimization.
Alan Modra [Fri, 5 May 2006 13:08:49 +0000 (13:08 +0000)] 
* ld-powerpc/tlsexetoc.r: Update for correction to tls optimization.
* ld-powerpc/tlsexetoc.g: Likewise.

18 years ago * elf64-ppc.c (ppc64_elf_tls_optimize): Only optimize
Alan Modra [Fri, 5 May 2006 13:07:30 +0000 (13:07 +0000)] 
* elf64-ppc.c (ppc64_elf_tls_optimize): Only optimize
R_PPC64_TPREL64 and R_PPC64_DTPMOD64 relocs when they are in
the .toc and referenced by a TLS code sequence.
(ppc64_elf_edit_toc): Cater for the unlikely situation that
.toc is the first section in a file.

18 years ago * ld.texinfo: Document PowerPC and PowerPC64 options.
Alan Modra [Fri, 5 May 2006 00:51:37 +0000 (00:51 +0000)] 
* ld.texinfo: Document PowerPC and PowerPC64 options.
* gen-doc.texi: Enable.

18 years ago*** empty log message ***
gdbadmin [Fri, 5 May 2006 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

18 years agodaily update
Alan Modra [Fri, 5 May 2006 00:00:05 +0000 (00:00 +0000)] 
daily update

18 years ago * aoutf1.h (struct external_sparc_core): Declare c_regs as struct
Andreas Schwab [Thu, 4 May 2006 21:25:52 +0000 (21:25 +0000)] 
* aoutf1.h (struct external_sparc_core): Declare c_regs as struct
regs instead of an array of int.
(struct external_solaris_bcp_core): Likewise.
(swapcore_sun3): Use offsetof instead of computing the offset
manually.
(swapcore_sparc): Likewise.  Simplify reference to c_regs.
(swapcore_solaris_bcp): Likewise.

18 years ago * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
Daniel Jacobowitz [Thu, 4 May 2006 19:03:24 +0000 (19:03 +0000)] 
* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
for missing GOTs.

18 years ago * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
Daniel Jacobowitz [Thu, 4 May 2006 18:15:21 +0000 (18:15 +0000)] 
* bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
mapping symbols.

18 years agogas/
Kazu Hirata [Thu, 4 May 2006 15:41:00 +0000 (15:41 +0000)] 
gas/
* config/tc-arm.c (opcode_tag): Add OT_cinfix3_deprecated.
(opcode_lookup): Issue a warning for opcode with
OT_cinfix3_deprecated.  Otherwise treat OT_cinfix3_deprecated
identical to OT_cinfix3.
(TxC3w, TC3w, tC3w): New.
(insns): Use tC3w and TC3w for comparison instructions with
's' suffix.

gas/testsuite
* gas/arm/armv1.d (error-output): New.
* gas/arm/armv1.l: New.
* gas/arm/thumb32.d (error-output): New.
* gas/arm/thumb32.l: New.

18 years ago * MAINTAINERS: Add an "Authorized committers" section, and list
Daniel Jacobowitz [Thu, 4 May 2006 15:39:19 +0000 (15:39 +0000)] 
* MAINTAINERS: Add an "Authorized committers" section, and list
DJ Delorie for v850.

18 years ago2006-05-04 Steve Ellcey <sje@cup.hp.com>
Daniel Jacobowitz [Thu, 4 May 2006 15:12:00 +0000 (15:12 +0000)] 
2006-05-04  Steve Ellcey  <sje@cup.hp.com>

* blt, iwidgets, mmalloc: Remove directories.

18 years ago[ gas/testsuite/ChangeLog ]
Thiemo Seufer [Thu, 4 May 2006 10:47:05 +0000 (10:47 +0000)] 
[ gas/testsuite/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>

        * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2.
        * gas/mips/set-arch.d: Adjust according to opcode table changes.

[ include/opcode/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>
            David Ung  <davidu@mips.com>

        * mips.h: Add INSN_SMARTMIPS define.

[ opcodes/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>
            David Ung  <davidu@mips.com>

        * mips-dis.c (mips_arch_choices): Add smartmips instruction
        decoding to MIPS32 and MIPS32R2.  Limit DSP decoding to release
        2 ISAs.  Add MIPS3D decoding to MIPS32R2.  Add MT decoding to
        MIPS64R2.
        * mips-opc.c: fix random typos in comments.
        (INSN_SMARTMIPS): New defines.
        (mips_builtin_opcodes): Add paired single support for MIPS32R2.
        Move bc3f, bc3fl, bc3t, bc3tl downwards.  Move flushi, flushd,
        flushid, wb upwards.  Move cfc3, ctc3 downwards.  Rework the
        FP_S and FP_D flags to denote single and double register
        accesses separately.  Move dmfc3, dmtc3, mfc3, mtc3 downwards.
        Allow jr.hb and jalr.hb for release 1 ISAs.  Allow luxc1, suxc1
        for MIPS32R2.  Add SmartMIPS instructions.  Add two-argument
        variants of bc2f, bc2fl, bc2t, bc2tl.  Add mfhc2, mthc2 to
        release 2 ISAs.
        * mips16-opc.c (mips16_opcodes): Add sdbbp instruction.

18 years ago * coff-or32.c (bfd_section_from_shdr): Remove unused local
Ben Elliston [Thu, 4 May 2006 05:05:25 +0000 (05:05 +0000)] 
* coff-or32.c (bfd_section_from_shdr): Remove unused local
variable `ptr'.
* cofflink.c (process_embedded_commands): Remove unused local
variables `had_read' and `had_shared'.
* ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local
variable `fdr_adr'.
* ihex.c (ihex_read_section): Remove unused local variable `addr'.

18 years agodaily update
Alan Modra [Thu, 4 May 2006 00:00:08 +0000 (00:00 +0000)] 
daily update

18 years ago*** empty log message ***
gdbadmin [Thu, 4 May 2006 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

18 years ago * subsegs.h (struct frchain): Delete frch_seg.
Alan Modra [Wed, 3 May 2006 23:52:15 +0000 (23:52 +0000)] 
* subsegs.h (struct frchain): Delete frch_seg.
(frchain_root): Delete.
(seg_info): Define as macro.
* subsegs.c (frchain_root): Delete.
(abs_seg_info, und_seg_info, absolute_frchain): Delete.
(subsegs_begin, subseg_change): Adjust for above.
(subseg_set_rest): Likewise.  Add new frchain structs to seginfo
rather than to one big list.
(subseg_get): Don't special case abs, und sections.
(subseg_new, subseg_force_new): Don't set frchainP here.
(seg_info): Delete.
(subsegs_print_statistics): Adjust frag chain control list traversal.
* debug.c (dmp_frags):  Likewise.
* dwarf2dbg.c (first_frag_for_seg): Don't start looking for frag
at frchain_root.  Make use of known frchain ordering.
(last_frag_for_seg): Likewise.
(get_frag_fix): Likewise.  Add seg param.
(process_entries, out_debug_aranges): Adjust get_frag_fix calls.
* write.c (chain_frchains_together_1): Adjust for struct frchain.
(SUB_SEGMENT_ALIGN): Likewise.
(subsegs_finish): Adjust frchain list traversal.
* config/tc-xtensa.c (xtensa_cleanup_align_frags): Likewise.
(xtensa_fix_target_frags, xtensa_mark_narrow_branches): Likewise.
(xtensa_mark_zcl_first_insns, xtensa_fix_a0_b_retw_frags): Likewise.
(xtensa_fix_b_j_loop_end_frags): Likewise.
(xtensa_fix_close_loop_end_frags): Likewise.
(xtensa_fix_short_loop_frags, xtensa_sanity_check): Likewise.
(retrieve_segment_info): Delete frch_seg initialisation.

18 years agogdb/ChangeLog:
Jim Blandy [Wed, 3 May 2006 22:59:38 +0000 (22:59 +0000)] 
gdb/ChangeLog:
2006-05-03  Vladimir Prus  <ghost@cs.msu.su>

       * varobj.c (c_value_of_variable): Ignore top-level references.
       (Committed by Jim Blandy.)

18 years ago2006-05-03 Thiemo Seufer <ths@mips.com>
Thiemo Seufer [Wed, 3 May 2006 20:59:20 +0000 (20:59 +0000)] 
2006-05-03  Thiemo Seufer  <ths@mips.com>

        [ opcodes/ChangeLog ]
        * mips-opc.c (mips_builtin_opcodes): Fix mftr argument order.

        [ gas/testsuite/ChangeLog ]
        * gas/mips/mips32-mt.d: Fix mftr argument order.

18 years ago2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 3 May 2006 16:45:59 +0000 (16:45 +0000)] 
2006-05-03  H.J. Lu  <hongjiu.lu@intel.com>

* binutils-all/copy-3.d: Fix a typo.

18 years agobfd/
Alan Modra [Wed, 3 May 2006 14:26:41 +0000 (14:26 +0000)] 
bfd/
* libbfd-in.h (_bfd_generic_new_section_hook): Declare.
* section.c (bfd_abs_symbol, bfd_com_symbol): Delete.
(bfd_und_symbol, bfd_ind_symbol): Delete.
(BFD_FAKE_SECTION): Remove SYM_PTR param, set symbol_ptr_ptr to
&SEC.symbol.
(STD_SECTION): Adjust.
(_bfd_generic_new_section_hook): New function, extracted from..
(bfd_section_init): ..here.
(bfd_make_section_old_way): Call new_section_hook for abs, com,
und and ind sections.
* elf.c (_bfd_elf_large_com_section): Adjust.
* aoutx.h (new_section_hook): Call _bfd_generic_new_section_hook.
* pdp11.c (new_section_hook): Likewise.
* coffcode.h (coff_new_section_hook): Likewise.
* ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
* elf.c (_bfd_elf_new_section_hook): Likewise.
* vms.c (vms_new_section_hook): Likwise.
* elf32-arm.c (elf32_arm_new_section_hook): Check used_by_bfd isn't
already set.
* elf32-sh64.c (sh64_elf_new_section_hook): Likewise.
* elf32-xtensa.c (elf_xtensa_new_section_hook): Likewise.
* elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
* elf64-ppc.c (ppc64_elf_new_section_hook): Likewise.
* elfxx-mips.c (_bfd_mips_elf_new_section_hook): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_new_section_hook): Likewise.
* ieee.c (ieee_new_section_hook): Likewise.  Call
_bfd_generic_new_section_hook too.
* mmo.c (mmo_new_section_hook): Likewise.
* oasys.c (oasys_new_section_hook): Likewise.
* som.c (som_new_section_hook): Likewise.
* coff-w65.c (reloc_processing): Don't use bfd_abs_symbol.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
gas/
* subsegs.c (subseg_get): Don't call obj_sec_set_private_data.
* config/obj-elf.h (obj_sec_set_private_data): Delete.
* config/tc-hppa.c (tc_gen_reloc): Don't use bfd_abs_symbol.
* config/tc-mn10300.c (tc_gen_reloc): Likewise.

18 years ago2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 3 May 2006 14:21:18 +0000 (14:21 +0000)] 
2006-05-03  H.J. Lu  <hongjiu.lu@intel.com>

* binutils-all/copy-3.d: New.

* objcopy.exp: Run copy-3.

18 years ago * hash.c (DEFAULT_SIZE): Revert last change.
Alan Modra [Wed, 3 May 2006 04:20:52 +0000 (04:20 +0000)] 
* hash.c (DEFAULT_SIZE): Revert last change.
(higher_prime_number): Correct test for no larger prime.  Don't
abort on error, instead return 0.  Depopulate primes[].
(bfd_hash_lookup): If we overflow size, refuse to grow table.

18 years agodaily update
Alan Modra [Wed, 3 May 2006 00:00:06 +0000 (00:00 +0000)] 
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 3 May 2006 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

18 years agoAvoid confusing error message for trivial profiled testcase.
Jim Wilson [Tue, 2 May 2006 18:03:02 +0000 (18:03 +0000)] 
Avoid confusing error message for trivial profiled testcase.
* gprof.c (main): When setting default output_style, add separate
checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.

18 years ago2006-05-02 Dave Korn <dave.korn@artimi.com>
Dave Korn [Tue, 2 May 2006 17:46:41 +0000 (17:46 +0000)] 
2006-05-02  Dave Korn  <dave.korn@artimi.com>

* binutils-all/copy-1.d (name):  Correct spelling of 'setting'.
* binutils-all/copy-2.d (name):  Likewise.

18 years ago * config/tc-arm.c (do_iwmmxt_wldstbh): Don't multiply offset by 4
Joseph Myers [Tue, 2 May 2006 14:42:30 +0000 (14:42 +0000)] 
* config/tc-arm.c (do_iwmmxt_wldstbh): Don't multiply offset by 4
here.
(md_apply_fix3): Multiply offset by 4 here for
BFD_RELOC_ARM_CP_OFF_IMM_S2 and BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.

testsuite:
* gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh.
* gas/arm/iwmmxt.d: Update expected results.
* gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh.
* gas/arm/iwmmxt-bad2.l: Update expected error messages.

18 years ago2006-05-02 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 2 May 2006 14:24:03 +0000 (14:24 +0000)] 
2006-05-02  H.J. Lu  <hongjiu.lu@intel.com>
    Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (output_invalid_buf): Change size for
unsigned char.
* config/tc-tic30.c (output_invalid_buf): Likewise.

* config/tc-i386.c (output_invalid): Cast none-ascii char to
unsigned char.
* config/tc-tic30.c (output_invalid): Likewise.

18 years agobinutils/
Daniel Jacobowitz [Tue, 2 May 2006 14:20:46 +0000 (14:20 +0000)] 
binutils/
* doc/Makefile.am (AM_MAKEINFOFLAGS): New.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(config.texi): Don't set top_srcdir.
* doc/binutils.texi: Don't use top_srcdir.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
gas/
* doc/Makefile.am (AM_MAKEINFOFLAGS): New.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(asconfig.texi): Don't set top_srcdir.
* doc/as.texinfo: Don't use top_srcdir.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
ld/
* Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(configdoc.texi): Don't set top_srcdir.
* ld.texinfo: Don't use top_srcdir.
* aclocal.m4, Makefile.in: Regenerated.

18 years ago * texi2pod.pl: Handle -I.
Daniel Jacobowitz [Tue, 2 May 2006 13:59:42 +0000 (13:59 +0000)] 
* texi2pod.pl: Handle -I.

18 years ago2006-05-02 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 2 May 2006 13:35:45 +0000 (13:35 +0000)] 
2006-05-02  H.J. Lu  <hongjiu.lu@intel.com>

* ld-cdtest/cdtest-foo.cc (Foo::Foo): Add const to char *.
* ld-cdtest/cdtest-foo.h (Foo::Foo): Likewise.
* ld-srec/sr3.cc (Foo::Foo): Likewise.

18 years ago2006-05-02 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 2 May 2006 13:34:26 +0000 (13:34 +0000)] 
2006-05-02  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (output_invalid_buf): Change size to 16.
* config/tc-tic30.c (output_invalid_buf): Likewise.

* config/tc-i386.c (output_invalid): Use snprintf instead of
sprintf.
* config/tc-ia64.c (declare_register_set): Likewise.
(emit_one_bundle): Likewise.
(check_dependencies): Likewise.
* config/tc-tic30.c (output_invalid): Likewise.

18 years ago2006-05-02 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 2 May 2006 13:09:18 +0000 (13:09 +0000)] 
2006-05-02  Paul Brook  <paul@codesourcery.com>

bfd/
* elf32-arm.c (elf32_arm_final_link_relocate): Set thumb funciton bit
for R_ARM_REL32.
gas/
* config/tc-arm.c (arm_optimize_expr): New function.
* config/tc-arm.h (md_optimize_expr): Define
(arm_optimize_expr): Add prototype.
(TC_FORCE_RELOCATION_SUB_SAME): Define.
ld/testsuite/
* ld-arm/arm-elf.exp: Add thumb-rel32.
* ld-arm/thumb-rel32.d: New test.
* ld-arm/thumb-rel32.s: New test.

18 years ago* binutils-all/copy-2.d: Change the name of the section whose flags are
Nick Clifton [Tue, 2 May 2006 12:17:30 +0000 (12:17 +0000)] 
* binutils-all/copy-2.d: Change the name of the section whose flags are
  changed to "foo" so that the test will work with PE based targets.
  Skip this test for AOUT based targeted.
* binutils-all/copytest.s: New file.

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