deliverable/binutils-gdb.git
17 years ago*** empty log message ***
Eli Zaretskii [Fri, 8 Dec 2006 17:30:44 +0000 (17:30 +0000)] 
*** empty log message ***

17 years agoClarify the meaning of an ``obvious fix'' in the docs.
Eli Zaretskii [Fri, 8 Dec 2006 17:28:31 +0000 (17:28 +0000)] 
Clarify the meaning of an ``obvious fix'' in the docs.

17 years ago2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Fri, 8 Dec 2006 14:29:02 +0000 (14:29 +0000)] 
2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>

        Test for base in references.
        * gdb.mi/mi-var-cp.cc: Add test code.
        * gdb.mi/mi-var-cp.exp: Test for bases in references.
        * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
        * gdb.mi/mi2-watch.exp: Likewise.
        * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
        (mi_list_varobj_children): New function.

17 years ago2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Fri, 8 Dec 2006 12:58:36 +0000 (12:58 +0000)] 
2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>

        * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
        note in @ignore, to be removed later if nobody complains.

17 years ago2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Fri, 8 Dec 2006 12:44:11 +0000 (12:44 +0000)] 
2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>

        * varobj.c (varobj_create): Don't call release_value.
        (varobj_set_value): Likewise.
        (install_new_value): Call coerce_ref and release_value
        on the value. Add asserts.

17 years ago(mi_cmd_var_update): Fix memory leak.
Nick Roberts [Fri, 8 Dec 2006 04:09:53 +0000 (04:09 +0000)] 
(mi_cmd_var_update):  Fix memory leak.

17 years ago*** empty log message ***
Nick Roberts [Fri, 8 Dec 2006 04:09:30 +0000 (04:09 +0000)] 
*** empty log message ***

17 years ago*** empty log message ***
gdbadmin [Fri, 8 Dec 2006 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Thu, 7 Dec 2006 23:00:08 +0000 (23:00 +0000)] 
daily update

17 years agobfd/
Kazu Hirata [Thu, 7 Dec 2006 15:39:02 +0000 (15:39 +0000)] 
bfd/
* elf32-m68k.c: Update uses of EF_M68K_*.

binutils/
* readelf.c: Update uses of EF_M68K_*.

gas/
* config/tc-m68k.c: Update uses of EF_M68K_*.

include/elf
* m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A_NODIV,
EF_M68K_ISA_A, EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B_NOUSP,
EF_M68K_ISA_B, EF_M68K_ISA_C, EF_M68K_MAC_MASK, EF_M68K_MAC,
EF_M68K_EMAC, EF_M68K_EMAC_B, EF_M68K_FLOAT): Rename to
EF_M68K_CF_ISA_MASK, EF_M68K_CF_ISA_A_NODIV, EF_M68K_CF_ISA_A,
EF_M68K_CF_ISA_A_PLUS, EF_M68K_CF_ISA_B_NOUSP,
EF_M68K_CF_ISA_B, EF_M68K_CF_ISA_C, EF_M68K_CF_MAC_MASK,
EF_M68K_CF_MAC, EF_M68K_CF_EMAC, EF_M68K_CF_EMAC_B,
EF_M68K_CF_FLOAT, respectively.

17 years agobfd/
H.J. Lu [Thu, 7 Dec 2006 13:32:02 +0000 (13:32 +0000)] 
bfd/

2006-12-07  H.J. Lu <hjl@gnu.org>

PR ld/3666
* elflink.c (elf_link_add_object_symbols): Keep symbol
visibility for symbols from discarded section.

ld/testsuite/

2006-12-07  H.J. Lu <hjl@gnu.org>

PR ld/3666
* ld-elf/group3a.d: New file.
* ld-elf/group3a.s: Likewise.
* ld-elf/group3b.d: Likewise.
* ld-elf/group3b.s: Likewise.

17 years ago*** empty log message ***
gdbadmin [Thu, 7 Dec 2006 00:00:37 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Wed, 6 Dec 2006 23:00:06 +0000 (23:00 +0000)] 
daily update

17 years ago2006-12-06 Jim Blandy <jimb@codesourcery.com>
Jim Blandy [Wed, 6 Dec 2006 20:15:19 +0000 (20:15 +0000)] 
2006-12-06  Jim Blandy  <jimb@codesourcery.com>

* gdbtypes.c: Revert 2006-12-05 change, and explain why.

17 years agomerge from gcc
DJ Delorie [Wed, 6 Dec 2006 19:28:41 +0000 (19:28 +0000)] 
merge from gcc

17 years agogas/
H.J. Lu [Wed, 6 Dec 2006 18:15:45 +0000 (18:15 +0000)] 
gas/

2006-12-06  H.J. Lu <hjl@gnu.org>

* config/tc-i386.h: Change the prefix order to SEG_PREFIX,
ADDR_PREFIX, DATA_PREFIX, LOCKREP_PREFIX.

gas/testsuite/

2006-12-06  H.J. Lu <hjl@gnu.org>

* gas/i386/amdfam10.d: Updated for operand/address-size override
prefix position change.
* gas/i386/naked.d: Likewise.
* gas/i386/rep-suffix.d: Likewise.
* gas/i386/rep.d: Likewise.
* gas/i386/white.l: Likewise.
* gas/i386/x86-64-amdfam10.d: Likewise.
* gas/i386/x86-64-rep-suffix.d: Likewise.
* gas/i386/x86-64-rep.d: Likewise.
* gas/i386/x86_64.d: Likewise.

17 years ago2006-12-06 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Wed, 6 Dec 2006 16:49:57 +0000 (16:49 +0000)] 
2006-12-06  Andrew Stubbs  <andrew.stubbs@st.com>

* event-top.c (command_handler): On EOF, print 'quit' and run quit
command via execute_command such that hooks and trace work.
* utils.c (defaulted_query): On EOF, print default answer and newline.

17 years agoDefine ATTRIBUTE_PACKED and use as necessary.
Nick Clifton [Wed, 6 Dec 2006 14:36:41 +0000 (14:36 +0000)] 
Define ATTRIBUTE_PACKED and use as necessary.

17 years ago2006-12-06 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Wed, 6 Dec 2006 09:01:50 +0000 (09:01 +0000)] 
2006-12-06  Vladimir Prus  <vladimir@codesourcery.com>

        * varobj.c (cplus_value_of_child): When accessing
        base suboject, don't specially process references.

17 years ago * elf64-alpha.c (elf64_alpha_merge_symbol_attribute): New function.
Alan Modra [Wed, 6 Dec 2006 07:25:29 +0000 (07:25 +0000)] 
* elf64-alpha.c (elf64_alpha_merge_symbol_attribute): New function.
(elf_backend_merge_symbol_attribute): Define.

17 years ago * MAINTAINERS (Write After Approval): Add myself.
Adam Nemet [Wed, 6 Dec 2006 06:51:50 +0000 (06:51 +0000)] 
* MAINTAINERS (Write After Approval): Add myself.

17 years agoDon't emit symbols seen only in dynamic object, don't read duplicate
Ian Lance Taylor [Wed, 6 Dec 2006 06:28:56 +0000 (06:28 +0000)] 
Don't emit symbols seen only in dynamic object, don't read duplicate
dynamic object.

17 years ago * gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here.
Jim Blandy [Wed, 6 Dec 2006 00:57:04 +0000 (00:57 +0000)] 
* gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here.
(_initialize_gdbtypes): Do it here, and don't swap it when the
architecture changes.

17 years agogcc 3.2.2 and 4.1.0 portability hacks.
Ian Lance Taylor [Wed, 6 Dec 2006 00:28:03 +0000 (00:28 +0000)] 
gcc 3.2.2 and 4.1.0 portability hacks.

17 years agoGenerate version information.
Ian Lance Taylor [Wed, 6 Dec 2006 00:02:36 +0000 (00:02 +0000)] 
Generate version information.

17 years ago*** empty log message ***
gdbadmin [Wed, 6 Dec 2006 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

17 years ago * cp-valprint.c, p-valprint.c: Revert last change.
Daniel Jacobowitz [Tue, 5 Dec 2006 23:57:53 +0000 (23:57 +0000)] 
* cp-valprint.c, p-valprint.c: Revert last change.

17 years agodaily update
Alan Modra [Tue, 5 Dec 2006 23:00:08 +0000 (23:00 +0000)] 
daily update

17 years ago * NEWS: Mention MIPS remote autodetection, mips64 gdbserver,
Daniel Jacobowitz [Tue, 5 Dec 2006 21:23:20 +0000 (21:23 +0000)] 
* NEWS: Mention MIPS remote autodetection, mips64 gdbserver,
"set mem inaccessible-by-default", and "set breakpoint auto-hw".

17 years ago2006-12-05 Markus Deuling <deuling@de.ibm.com>
Daniel Jacobowitz [Tue, 5 Dec 2006 21:18:38 +0000 (21:18 +0000)] 
2006-12-05  Markus Deuling  <deuling@de.ibm.com>

* README: Update supported targets.

17 years ago2006-12-05 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 5 Dec 2006 20:53:28 +0000 (20:53 +0000)] 
2006-12-05  H.J. Lu  <hongjiu.lu@intel.com>

* cp-valprint.c (cp_print_value_fields): Initialize tmp_obstack.
(cp_print_value): Likewise.
* p-valprint.c (pascal_object_print_value_fields): Likewise.
(pascal_object_print_value): Likewise.

17 years ago2006-12-05 Adam Nemet <anemet@caviumnetworks.com>
Daniel Jacobowitz [Tue, 5 Dec 2006 20:38:13 +0000 (20:38 +0000)] 
2006-12-05  Adam Nemet  <anemet@caviumnetworks.com>

* target.c (debug_to_remove_watchpoint): Call
to_remove_watchpoint.  Print target_remove_watchpoint.

17 years ago * ld-alpha/tlspic.rd: Update for unused section removal.
Alan Modra [Tue, 5 Dec 2006 02:40:57 +0000 (02:40 +0000)] 
* ld-alpha/tlspic.rd: Update for unused section removal.
* ld-frv/fdpic-shared-6.d: Likewise.
* ld-frv/tls-dynamic-1.d: Update for symbol changes.
* ld-frv/tls-dynamic-2.d: Likewise.
* ld-frv/tls-dynamic-3.d: Likewise.
* ld-frv/tls-initial-shared-2.d: Likewise.
* ld-frv/tls-pie-1.d: Likewise.
* ld-frv/tls-pie-3.d: Likewise.
* ld-frv/tls-relax-dynamic-1.d: Likewise.
* ld-frv/tls-relax-dynamic-2.d: Likewise.
* ld-frv/tls-relax-dynamic-3.d: Likewise.
* ld-frv/tls-relax-initial-shared-2.d: Likewise.
* ld-frv/tls-relax-pie-1.d: Likewise.
* ld-frv/tls-relax-pie-3.d: Likewise.
* ld-frv/tls-relax-shared-1.d: Likewise.
* ld-frv/tls-relax-shared-2.d: Likewise.
* ld-frv/tls-relax-shared-3.d: Likewise.
* ld-frv/tls-relax-static-3.d: Likewise.
* ld-frv/tls-shared-1.d: Likewise.
* ld-frv/tls-shared-2.d: Likewise.
* ld-frv/tls-shared-3.d: Likewise.
* ld-frv/tls-static-1.d: Likewise.
* ld-frv/tls-static-3.d: Likewise.

17 years ago * ld-elfvsb/sh1.c (overriddenvar, shlib_overriddencall2,
Alan Modra [Tue, 5 Dec 2006 01:29:58 +0000 (01:29 +0000)] 
* ld-elfvsb/sh1.c (overriddenvar, shlib_overriddencall2,
shared_data): If !SHARED, move to...
* ld-elfvsb/sh2.c: ... here.
* ld-elfvsb/elfvsb.exp: Add -DSHARED to compiler options when
building with $picflag.

17 years ago*** empty log message ***
gdbadmin [Tue, 5 Dec 2006 00:00:35 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Mon, 4 Dec 2006 23:00:09 +0000 (23:00 +0000)] 
daily update

17 years agobfd/
Jan Beulich [Mon, 4 Dec 2006 08:57:09 +0000 (08:57 +0000)] 
bfd/
2006-12-04  Jan Beulich  <jbeulich@novell.com>

* elflink.c (_bfd_elf_link_create_dynamic_sections): Don't create
.eh_frame_hdr section from here anymore.
(bfd_elf_size_dynamic_sections): Call _bfd_elf_maybe_strip_eh_frame_hdr
a little earlier.

ld/
2006-12-04  Jan Beulich  <jbeulich@novell.com>

* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Create
.eh_frame_hdr section here.

ld/testsuite/
2006-12-04  Jan Beulich  <jbeulich@novell.com>

* ld-elf/eh-frame-hdr.d: New.
* ld-elf/eh-frame-hdr.s: New.
* ld-ia64/tlsbin.dd, ld-ia64/tlsbin.sd: Don't depend on exact linkage
table layout.

17 years agoopcodes/
Jan Beulich [Mon, 4 Dec 2006 08:53:29 +0000 (08:53 +0000)] 
opcodes/
2006-12-04  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (OP_J): Update used_prefixes in v_mode.

gas/testsuite/
2006-12-04  Jan Beulich  <jbeulich@novell.com>

* gas/i386/opcode-intel.d: Fix wrong expectation. Make white space
expectations more consistent.

17 years ago(GDB/MI Variable Objects): Describe -c option
Nick Roberts [Mon, 4 Dec 2006 03:53:19 +0000 (03:53 +0000)] 
(GDB/MI Variable Objects): Describe -c option
of -var-delete.

17 years ago*** empty log message ***
Nick Roberts [Mon, 4 Dec 2006 03:51:39 +0000 (03:51 +0000)] 
*** empty log message ***

17 years ago*** empty log message ***
gdbadmin [Mon, 4 Dec 2006 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Sun, 3 Dec 2006 23:00:08 +0000 (23:00 +0000)] 
daily update

17 years ago*** empty log message ***
gdbadmin [Sun, 3 Dec 2006 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Sat, 2 Dec 2006 23:00:06 +0000 (23:00 +0000)] 
daily update

17 years agoReally check in the patch.
H.J. Lu [Sat, 2 Dec 2006 16:24:37 +0000 (16:24 +0000)] 
Really check in the patch.

17 years ago PR gas/3607
Jakub Jelinek [Sat, 2 Dec 2006 08:20:59 +0000 (08:20 +0000)] 
PR gas/3607
* subsegs.c (subseg_set_rest): Clear frch_cfi_data field.

17 years ago*** empty log message ***
gdbadmin [Sat, 2 Dec 2006 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Fri, 1 Dec 2006 23:00:09 +0000 (23:00 +0000)] 
daily update

17 years agogdb/
Daniel Jacobowitz [Fri, 1 Dec 2006 18:14:30 +0000 (18:14 +0000)] 
gdb/
* elfread.c (elf_symtab_read): Treat weak functions as global.
gdb/testsuite/
* gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
gdb.base/weaklib2.c: New files.

17 years agogcc 3.2.2 portability hacks.
Ian Lance Taylor [Fri, 1 Dec 2006 16:58:12 +0000 (16:58 +0000)] 
gcc 3.2.2 portability hacks.

17 years agoCan now dynamically link hello, world.
Ian Lance Taylor [Fri, 1 Dec 2006 16:51:25 +0000 (16:51 +0000)] 
Can now dynamically link hello, world.

17 years agogas/testsuite/
Jan Beulich [Fri, 1 Dec 2006 16:49:21 +0000 (16:49 +0000)] 
gas/testsuite/
2006-12-01  Jan Beulich  <jbeulich@novell.com>

* gas/i386/opcode.d: Adjust name.
* gas/i386/opcode-intel.d: New.
* gas/i386/opcode-suffix.d: New.
* gas/i386/i386.exp: Run new tests.

17 years ago2006-12-01 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 1 Dec 2006 16:42:26 +0000 (16:42 +0000)] 
2006-12-01  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (arm_force_relocation): Return 1 for relocs against
function symbols.

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

17 years ago2006-12-01 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 1 Dec 2006 15:55:29 +0000 (15:55 +0000)] 
2006-12-01  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3609
* elf.c (rewrite_elf_program_header): Preserve segment physical
address in the output segment if the first section in the
corresponding input segment is null.

17 years agoopcodes/
Jan Beulich [Fri, 1 Dec 2006 15:17:32 +0000 (15:17 +0000)] 
opcodes/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (SEG_Fixup): Delete.
(Sv): Use OP_SEG.
(putop): New suffix character 'D'.
(dis386): Use it.
(grps): Likewise.
(OP_SEG): Handle bytemode other than w_mode.

gas/testsuite/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* gas/i386/intel.d: Adjust.
* gas/i386/naked.d: Adjust.
* gas/i386/opcode.d: Adjust.

17 years agoopcodes/
Jan Beulich [Fri, 1 Dec 2006 15:00:12 +0000 (15:00 +0000)] 
opcodes/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (zAX): New.
(Xz): New.
(Yzr): New.
(z_mode): New.
(z_mode_ax_reg): New.
(putop): New suffix character 'G'.
(dis386): Use it for in, out, ins, and outs.
(intel_operand_size): Handle z_mode.
(OP_REG): Delete unreachable case indir_dx_reg.
(OP_IMREG): Fix Intel syntax output for case indir_dx_reg. Handle
z_mode_ax_reg.
(OP_ESreg): Fix Intel syntax operand size handling.
(OP_DSreg): Likewise.

gas/testsuite/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* gas/i386/x86-64-io.[sd]: New.
* gas/i386/x86-64-io-intel.d: New.
* gas/i386/x86-64-io-suffix.d: New.
* gas/i386/i386.exp: Run new tests.

17 years agoopcodes/
Jan Beulich [Fri, 1 Dec 2006 14:56:11 +0000 (14:56 +0000)] 
opcodes/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (dis386): Use 'R' and 'O' for cbw/cwd unconditionally.
(putop): For 'O' suffix, print 'q' in Intel mode, and mark data prefix
used. For 'R' and 'W' suffix, simplify and fix Intel mode.

gas/testsuite/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* gas/i386/intel.s: Use Intel syntax in Intel syntax test.
* gas/i386/x86-64-cbw.[sd]: New.
* gas/i386/x86-64-cbw-intel.d: New.
* gas/i386/i386.exp: Run new tests.

17 years agoPR 3609
Nick Clifton [Fri, 1 Dec 2006 12:28:18 +0000 (12:28 +0000)] 
PR 3609
* elf.c (rewrite_elf_program_header): Do not use the first_section pointer if it is null.

17 years ago2006-11-30 Jim Blandy <jimb@codesourcery.com>
Jim Blandy [Fri, 1 Dec 2006 00:32:29 +0000 (00:32 +0000)] 
2006-11-30  Jim Blandy  <jimb@codesourcery.com>

* ada-lang.c (value_subscript_packed): Don't bother to set the
lvalue type of the returned value here;
ada_value_primitive_packed_val takes care of that.

17 years agogcc 3.2.2 portability hacks.
Ian Lance Taylor [Fri, 1 Dec 2006 00:10:37 +0000 (00:10 +0000)] 
gcc 3.2.2 portability hacks.

17 years ago*** empty log message ***
gdbadmin [Fri, 1 Dec 2006 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agoAdded a testsuite. More support for COPY relocations.
Ian Lance Taylor [Thu, 30 Nov 2006 23:52:50 +0000 (23:52 +0000)] 
Added a testsuite.  More support for COPY relocations.

17 years agodaily update
Alan Modra [Thu, 30 Nov 2006 23:00:12 +0000 (23:00 +0000)] 
daily update

17 years agoinclude:
Joern Rennecke [Thu, 30 Nov 2006 17:36:10 +0000 (17:36 +0000)] 
include:
2006-05-03  Andrew Stubbs  <andrew.stubbs@st.com>
            J"orn Rennecke <joern.rennecke@st.com>

PR driver/29931
* libiberty.h (make_relative_prefix_ignore_links): Declare.

libiberty:
2006-05-03  Andrew Stubbs  <andrew.stubbs@st.com>
            J"orn Rennecke <joern.rennecke@st.com>

PR driver/29931
* make-relative-prefix.c (make_relative_prefix_1): New function,
broken out of make_relative_prefix.  Make link resolution dependent
on new parameter.
(make_relative_prefix): Use make_relative_prefix_1.
(make_relative_prefix_ignore_links): New function.

17 years ago*** empty log message ***
gdbadmin [Thu, 30 Nov 2006 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Wed, 29 Nov 2006 23:00:08 +0000 (23:00 +0000)] 
daily update

17 years ago(mi_cmd_var_list_children): Remove unused
Nick Roberts [Wed, 29 Nov 2006 22:53:07 +0000 (22:53 +0000)] 
(mi_cmd_var_list_children): Remove unused
variable.

17 years ago*** empty log message ***
Nick Roberts [Wed, 29 Nov 2006 22:52:37 +0000 (22:52 +0000)] 
*** empty log message ***

17 years agoHash tables, dynamic section, i386 PLT, gold_assert.
Ian Lance Taylor [Wed, 29 Nov 2006 17:56:40 +0000 (17:56 +0000)] 
Hash tables, dynamic section, i386 PLT, gold_assert.

17 years ago2006-11-29 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 29 Nov 2006 17:53:39 +0000 (17:53 +0000)] 
2006-11-29  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (arm_is_eabi): New function.
* config/tc-arm.h (arm_is_eabi): New prototype.
(THUMB_IS_FUNC): Use ELF function type for EABI objects.
* doc/c-arm.texi (.thumb_func): Update documentation.

17 years ago2006-11-29 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 29 Nov 2006 17:40:29 +0000 (17:40 +0000)] 
2006-11-29  Paul Brook  <paul@codesourcery.com>

bfd/
* elf32-arm.c (elf32_arm_to_thumb_export_stub): Assert that output
section is present.
(allocate_dynrelocs): Only add export stub for symbols defined in
this object.

17 years ago2006-11-29 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 29 Nov 2006 16:26:56 +0000 (16:26 +0000)] 
2006-11-29  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (do_vfp_sp_const, do_vfp_dp_const): Fix operans
encoding.

gas/testsuite/
* gas/arm/vfpv3-const-conv.s: Improve test coverage.
* gas/arm/vfpv3-const-conv.d: Adjust expected output.
* gas/arm/vfp-neon-syntax_t2.d: Ditto.
* gas/arm/vfp-neon-syntax.d: Ditto.

opcodes/
* arm-dis.c (coprocessor_opcodes): Fix bitfields for fconstd/fconstd.

17 years ago * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
Nathan Sidwell [Wed, 29 Nov 2006 16:16:46 +0000 (16:16 +0000)] 
* gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
info.  Adjust test names.

17 years ago2006-11-29 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 29 Nov 2006 15:50:06 +0000 (15:50 +0000)] 
2006-11-29  Paul Brook  <paul@codesourcery.com>
Julian Brown  <julian@codesourcery.com>

bfd/
* elf32-arm.c (copy_eabi_attributes): Correct starting offset.
(elf32_arm_merge_eabi_attributes): Mark output as initialized.
Only set Tag_CPU_name and Tag_ABI_PCS_R9_use if input attribute
is present.

17 years ago2006-07-29 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Wed, 29 Nov 2006 15:40:59 +0000 (15:40 +0000)] 
2006-07-29  Vladimir Prus  <vladimir@codesourcery.com>

* mi/mi-cmd-var.c (print_varobj): New function.
(mi_cmd_var_create): Use the above.
(mi_cmd_var_list_children): Likewise.

17 years ago2006-11-22 Tom Marn <tom.marn@telargo.com>
Andrew Cagney [Wed, 29 Nov 2006 15:20:55 +0000 (15:20 +0000)] 
2006-11-22  Tom Marn <tom.marn@telargo.com>

Committed by Andrew Cagney.
* ppc-instructions: Implement optional PowerPC stfiwx instruction.

17 years ago2006-07-29 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Wed, 29 Nov 2006 13:52:54 +0000 (13:52 +0000)] 
2006-07-29  Vladimir Prus  <vladimir@codesourcery.com>

        * MAINTAINERS (Write After Approval): Add myself.

17 years ago2006-11-29 Andrew Stubbs <andrew.stubbs@st.com>
Andrew Stubbs [Wed, 29 Nov 2006 12:27:01 +0000 (12:27 +0000)] 
2006-11-29  Andrew Stubbs  <andrew.stubbs@st.com>

* solib.c (solib_open): Treat bare file names as relative paths.

17 years ago * gdb.base/break.c (main): Move position of malloc.
Nathan Sidwell [Wed, 29 Nov 2006 08:02:07 +0000 (08:02 +0000)] 
* gdb.base/break.c (main): Move position of malloc.
* gdb.base/break.exp: Revert mistaken checkin.

17 years ago2006-11-29 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Wed, 29 Nov 2006 06:41:13 +0000 (06:41 +0000)] 
2006-11-29  Vladimir Prus  <vladimir@codesourcery.com>

        * varobj.c (varobj_set_value): Don't compare the old
        and the new value here.  Don't assign new value here.
        Instead, call install_new_value.

17 years ago*** empty log message ***
gdbadmin [Wed, 29 Nov 2006 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

17 years agodaily update
Alan Modra [Tue, 28 Nov 2006 23:00:07 +0000 (23:00 +0000)] 
daily update

17 years agogdb/gdbserver/
Daniel Jacobowitz [Tue, 28 Nov 2006 22:21:23 +0000 (22:21 +0000)] 
gdb/gdbserver/
* Makefile.in (clean): Remove reg-mips64.c.
(reg-mips64.c, reg-mips64.o): New rules.
* configure.srv: Handle mips64.  Include regset support for mips.
* linux-mips-low.c (union mips_register): New.
(mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
(mips_breakpoint, mips_breakpoint_at): Use int.
(mips_collect_register, mips_supply_register)
(mips_collect_register_32bit, mips_supply_register_32bit)
(mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
(mips_store_fpregset, target_regsets): New.
* thread-db.c (thread_db_get_tls_address): Use uintptr_t.
gdb/
* regformats/reg-mips64.dat: New file.

17 years ago * Makefile.in (mips-tdep.o, target-descriptions.o): Update.
Daniel Jacobowitz [Tue, 28 Nov 2006 22:14:31 +0000 (22:14 +0000)] 
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it.  If a target description is supplied,
check for internal properties.  Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.

17 years ago * Makefile.in (SFILES): Add new and missed files.
Daniel Jacobowitz [Tue, 28 Nov 2006 22:10:26 +0000 (22:10 +0000)] 
* Makefile.in (SFILES): Add new and missed files.
(target_descriptions_h): New.
(COMMON_OBS): Add target-descriptions.o.
(arch-utils.o, infcmd.o, remote.o, target.o): Update.
(target-descriptions.o): New.
* arch-utils.c (gdbarch_info_fill): Check for a target
description.
* target-descriptions.c, target-descriptions.h: New files.
* gdbarch.sh: Add target_desc to info.  Declare it in gdbarch.h.
Correct typos.
(gdbarch_list_lookup_by_info): Check target_desc.
* gdbarch.c, gdbarch.h: Regenerated.
* target.c (update_current_target): Mention to_read_description.
(target_pre_inferior): Call target_clear_description.
(target_read_description): New.
* target.h (struct target_ops): Add to_read_description.
(target_read_description): New prototype.
* infcmd.c (post_create_inferior): Call target_find_description.
* remote.c (remote_open_1): Likewise.
(extended_remote_create_inferior): Add a comment.
(extended_remote_async_create_inferior): Likewise.

17 years agoInclude <signal.h>.
Nick Roberts [Tue, 28 Nov 2006 21:44:50 +0000 (21:44 +0000)] 
Include <signal.h>.

17 years ago*** empty log message ***
Nick Roberts [Tue, 28 Nov 2006 21:44:26 +0000 (21:44 +0000)] 
*** empty log message ***

17 years ago * config/tm-linux.h: Delete file.
Ulrich Weigand [Tue, 28 Nov 2006 21:41:03 +0000 (21:41 +0000)] 
* config/tm-linux.h: Delete file.
* config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Set to tm-alpha.h.
* config/alpha/tm-alphalinux.h: Delete file.
* config/arm/linux.mt (DEPRECATED_TM_FILE): Set to tm-arm.h
* config/arm/tm-linux.h: Delete file.
* config/i386/tm-linux.h: Do not include "config/tm-linux.h".
* config/ia64/tm-linux.h: Do not include "config/tm-linux.h".
* config/m32r/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/mips/tm-linux.h:  Do not include "config/tm-linux.h".
* config/pa/linux.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
* config/pa/tm-linux.h: Delete file.
* config/powerpc/tm-linux.h: Do not include "config/tm-linux.h".
* config/s390/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/linux.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
* config/sh/tm-linux.h: Delete file.
* alpha-linux-tdep.c: Include "symtab.h".
(alpha_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* i386-linux-tdep.c: Include "symtab.h".
(i386_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* ia64-linux-tdep.c: Include "symtab.h".
(ia64_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* m32r-linux-tdep.c: Include "symtab.h".
(m32r_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* mips-linux-tdep.c: Include "symtab.h".
(mips_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* sh-linux-tdep.c: Include "symtab.h".
(sh_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* s390-tdep.c (s390_gdbarch_init): Call
set_gdbarch_skip_trampoline_code.
* s390-nat.c: Do not include "tm.h".
* Makefile.in (alpha-linux-tdep.o): Add dependency on $(symtab_h).
(i386-linux-tdep.o): Likewise.
(ia64-linux-tdep.o): Likewise.
(m32r-linux-tdep.o): Likewise.
(mips-linux-tdep.o): Likewise.
(sh-linux-tdep.o): Likewise.
(s390-nat.o): Remove dependency on $(tm_h).

17 years ago * config/nm-linux.h: Do not include <signal.h>.
Ulrich Weigand [Tue, 28 Nov 2006 19:45:07 +0000 (19:45 +0000)] 
* config/nm-linux.h: Do not include <signal.h>.
(REALTIME_LO, REALTIME_HI): Do not define.
* signals/signals.c (REALTIME_HI): Fix off-by-one bug.

17 years ago2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Tue, 28 Nov 2006 19:40:27 +0000 (19:40 +0000)] 
2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>

        * mi/mi-cmd-var.c (mi_cmd_var_create): Fix cleanup
        handlers. Free expression.

17 years ago * config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define.
Ulrich Weigand [Tue, 28 Nov 2006 19:07:51 +0000 (19:07 +0000)] 
* config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define.
* config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Likewise.

* config/rs6000/tm-rs6000ly.h (REALTIME_LO, REALTIME_HI): Move to ...
* config/nm-lynx.h (REALTIME_LO, REALTIME_HI): ... here.

* config/i386/nto.mh (NAT_FILE): Define.
* config/i386/nto.mt (DEPRECATED_TM_FILE): Remove.
* config/i386/tm-nto.h: Delete file.
* config/tm-nto.h: Delete file.
* config/nm-nto.h: New file.

* Makefile.in (nto-tdep.o): Add dependency on $(objfiles_h).
* nto-tdep.c: Include "objfiles.h" and <string.h>.

* coff-solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "".
* xcoffread.c (read_xcoff_symtab): Initialize fcn_stab_saved.
* config/rs6000/rs6000lynx.mt (TDEPFILES): Add xcoffread.o.

17 years ago * gdb.base/break.c (main): Move position of malloc.
Nathan Sidwell [Tue, 28 Nov 2006 17:52:06 +0000 (17:52 +0000)] 
* gdb.base/break.c (main): Move position of malloc.

17 years ago * dwarf2-frame.c (decode_frame_entry_1): Skip unknown augmentations
Daniel Jacobowitz [Tue, 28 Nov 2006 17:28:29 +0000 (17:28 +0000)] 
* dwarf2-frame.c (decode_frame_entry_1): Skip unknown augmentations
without skipping the CIE.

17 years ago2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus [Tue, 28 Nov 2006 17:23:10 +0000 (17:23 +0000)] 
2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>

        Fetch varobj values from memory in a single place,
        and only fetch the values that are really needed.
        * varobj.c (struct varobj): Clarify comment.
        (my_value_equal): Remove.
        (install_new_value): New function.
        (type_of_child): Remove.
        (varobj_create): Use install_new_value.
        (varobj_set_value): Use value_contents_equal, not
        my_value_equal.
        (varobj_update): Use install_new_value.
        (create_child): Likewise. Inline type_of_child here.
        (value_of_child): Don't fetch the value.
        (c_value_of_root): Likewise.
        (c_value_of_variable): Likewise.
        (type_changeable): Improve comments.

17 years ago * remote.c (struct remote_arch_state): Doc fix.
Daniel Jacobowitz [Tue, 28 Nov 2006 17:08:49 +0000 (17:08 +0000)] 
* remote.c (struct remote_arch_state): Doc fix.
(compare_pnums): New function.
(init_remote_state): Only allocate packet_reg structures for raw
registers.  Define the g/G packet format separately from creating
packet_reg.  Don't use DEPRECATED_REGISTER_BYTE.
(packet_reg_from_regnum, packet_reg_from_pnum): Only iterate over
raw registers.
(register_bytes_found): Delete.
(fetch_register_using_p): Take a struct packet_reg.  Handle disabled
'p' packet here.  Use packet_ok.
(fetch_registers_using_g): New function, split out of
remote_fetch_registers.  Check the 'g' packet more strictly.  Save
its actual size and contents.  Eliminate BUF.  Only iterate over
raw registers.
(remote_fetch_registers): Use the new functions for 'p' and 'g'.
Mark unavailable registers.
(store_register_using_P): Likewise to fetch_register_using_p.
(store_registers_using_G): New function, split out of
remote_store_registers.  Only iterate over raw registers.  Don't
use register_bytes_found.
(remote_store_registers): Likewise to remote_fetch_registers.

17 years ago2006-11-28 Pedro Alves <pedro_alves@portugalmail.pt>
Daniel Jacobowitz [Tue, 28 Nov 2006 16:53:54 +0000 (16:53 +0000)] 
2006-11-28  Pedro Alves  <pedro_alves@portugalmail.pt>

* coffread.c (cs_to_bfd_section): New function.
(cs_to_section): Use cs_to_bfd_section.
(record_minimal_symbol): Take the coff_symbol* parameter instead
of the symbol's name as a char*.
Add 'int section' parameter. Call prim_record_minimal_symbol_and_info
instead of prim_record_minimal_symbol_and_info.
Change return type to struct minimal_symbol *.
(coff_symtab_read): Adapt to new record_minimal_symbol's signature.
Make all minimal symbol creations go through record_minimal_symbol.

17 years ago * symtab.c (find_pc_sect_line): Do not return a line before
Daniel Jacobowitz [Tue, 28 Nov 2006 16:23:32 +0000 (16:23 +0000)] 
* symtab.c (find_pc_sect_line): Do not return a line before
the start of a symtab.

17 years ago * gdb.base/break.c (main): Call malloc.
Nathan Sidwell [Tue, 28 Nov 2006 16:04:00 +0000 (16:04 +0000)] 
* gdb.base/break.c (main): Call malloc.

17 years ago * gdb.threads/linux-dp.exp: Read thread table before and after
Nathan Sidwell [Tue, 28 Nov 2006 15:16:48 +0000 (15:16 +0000)] 
* gdb.threads/linux-dp.exp: Read thread table before and after
creating each philosopher and verify it.

17 years ago * Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl
Ian Lance Taylor [Tue, 28 Nov 2006 04:54:06 +0000 (04:54 +0000)] 
* Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl
subdirectory.
* Makefile.in: Regenerate.

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