Nick Clifton
b279a55c19
* binutils-all/readelf.exp (readelf_wi_test): Fix unexpected output failure message.
2007-02-14 10:05:59 +00:00
gdbadmin
9355a6e0d8
*** empty log message ***
2007-02-14 00:00:35 +00:00
Alan Modra
4eed87de48
gas/
...
* config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
* config/tc-i386.c: Wrap overly long lines, whitespace fixes.
(process_operands): Move old Seg2ShortForm and Seg3ShortForm
code, and test for these insns using a combination of
opcode_modifier and operand_types.
include/opcode/
* i386.h (i386_optab): Replace all occurrences of Seg2ShortForm
and Seg3ShortFrom with Shortform.
2007-02-13 23:23:54 +00:00
Alan Modra
97182d3694
daily update
2007-02-13 23:00:07 +00:00
H.J. Lu
a243fa9752
2007-02-13 H.J. Lu <hongjiu.lu@intel.com>
...
* ld-scripts/default-script1.d: Expect extra symbols.
* ld-scripts/default-script2.d: Likewise.
* ld-scripts/default-script3.d: Likewise.
* ld-scripts/default-script4.d: Likewise.
2007-02-13 22:14:59 +00:00
H.J. Lu
d25a0fc5da
Remove extra space.
2007-02-13 21:45:27 +00:00
Daniel Jacobowitz
b1299c4e4b
* configure.ac (target_libraries): Move libgcc before libiberty.
...
* configure: Regenerated.
2007-02-13 21:33:14 +00:00
H.J. Lu
4efba78cb4
Remove trailing zeros in array initializers.
2007-02-13 21:29:31 +00:00
H.J. Lu
6ab3cda41f
Add a space before `}' in struct initializer.
2007-02-13 21:18:39 +00:00
H.J. Lu
ce518a5f27
2007-02-13 H.J. Lu <hongjiu.lu@intel.com>
...
* i386-dis.c: Updated to use an array of MAX_OPERANDS operands
in struct dis386.
2007-02-13 20:58:17 +00:00
Thiemo Seufer
109ad08573
* configure.ac: Add mips*-sde-elf* target.
...
* configure: Regenerate.
2007-02-13 20:20:54 +00:00
Thiemo Seufer
495f536a34
* mips32-dsp.s: Run DSP testcase only for release 2 architecture.
2007-02-13 19:12:28 +00:00
Thiemo Seufer
f0a0d3b5e7
* mdmx-ob.s: Delete extraneous include.
2007-02-13 19:07:36 +00:00
Paolo Bonzini
18f6b6ee11
2007-02-13 Paolo Bonzini <bonzini@gnu.org>
...
* configure: Regenerate again?
2007-02-13 16:23:20 +00:00
Daniel Jacobowitz
d9cc5895fd
* target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
...
handling from here...
(tdesc_register_type): ...to here.
* xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
* features/arm-core.xml: Use code_ptr and data_ptr.
2007-02-13 15:48:06 +00:00
Paolo Bonzini
512b7dfbfd
add autom4te.cache to .cvsignore
2007-02-13 15:25:58 +00:00
Paolo Bonzini
9c4e9f27af
2007-02-13 Paolo Bonzini <bonzini@gnu.org>
...
* configure: Reapply PR30748 fix which was lost in the previous commit.
2007-02-13 14:46:13 +00:00
Daniel Jacobowitz
24ff9987e9
PR bootstrap/30753
...
* configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
* configure: Regenerated.
2007-02-13 14:40:31 +00:00
Denis Pilat
fada3febe5
2007-02-13 Denis Pilat <denis.pilat@st.com>
...
* gdb.mi/mi-var-invalidate.exp: New file.
2007-02-13 08:21:00 +00:00
Denis Pilat
8756216bc7
2007-02-13 Denis Pilat <denis.pilat@st.com>
...
* varobj.h (enum varobj_update_error): New enum.
* varobj.c (struct varobj_root): Add is_valid member.
(varobj_get_type): Check for invalid varobj.
(varobj_get_attributes): Likewise.
(variable_editable):Likewise.
(varobj_update): Likewise. Use varobj_update_error.
(new_root_variable): Set root varobj as valid by default.
(varobj_invalidate): New function.
* symfile.c (clear_symtab_users): Use varobj_invalidate.
* mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
Use varobj_update_error.
2007-02-13 08:15:49 +00:00
Alan Modra
b1e374737b
* emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
...
(__ovly_load_event): Define.
(size): Rename to osize.
* emultempl/spu_ovl.o: Regenerate.
2007-02-13 07:47:22 +00:00
Alan Modra
41160f02e6
* embedspu.sh: Add -W to readelf invocation.
2007-02-13 07:33:32 +00:00
Alan Modra
e4e0193e2b
bfd/
...
* elf64-ppc.c (create_linkage_sections): Use section ".branch_lt"
for branch lookup table.
ld/
* emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
* emultempl/ppc64elf.em (ppc_add_stub_section): Create without
SEC_RELOC flag set.
ld/testsuite/
* ld-powerpc/relbrlt.d: Update.
* ld-powerpc/tlsexe.r: Update.
* ld-powerpc/tlsexetoc.r: Update.
* ld-powerpc/tlsso.r: Update.
* ld-powerpc/tlstocso.r: Update.
2007-02-13 01:53:03 +00:00
gdbadmin
7e2b0ba31b
*** empty log message ***
2007-02-13 00:00:04 +00:00
Nick Roberts
36ece8b31d
(GDB/MI Variable Objects): Describe meanings of
...
values for in_scope. Mention that only root variables can be
updated.
(GDB/MI Development and Front Ends): Explain new values may be
added to existing fields.
2007-02-12 23:53:02 +00:00
Nick Roberts
eb819d7017
*** empty log message ***
2007-02-12 23:51:46 +00:00
Alan Modra
50a8fa413a
daily update
2007-02-12 23:00:09 +00:00
Pierre Muller
fe8e67fdbb
* Fix PR 2223. Recognize Pascal language marker in dwarf readers
2007-02-12 15:19:31 +00:00
Corinna Vinschen
c44537cf16
* win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
...
(do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
instead of target_terminal_init since inferior_ptid isn't set yet.
2007-02-12 13:04:36 +00:00
Alan Modra
84f5d08e6b
bfd/
...
* elf64-ppc.c (create_linkage_sections): Don't create
.rela.rodata.brlt for --emit-relocs.
(ppc_build_one_stub): Create relocs for brlt --emit-relocs here.
(ppc_size_one_stub): Count them. Simplify test of stub type
when counting stub relocs. Set SEC_RELOC too.
(ppc64_elf_size_stubs): Clear reloc_count and SEC_RELOC.
(ppc64_elf_finish_dynamic_sections): Output brlt relocs.
ld/testsuite/
* ld-powerpc/relbrlt.d: Update.
2007-02-12 12:02:58 +00:00
Alan Modra
4aac632ee9
* elflink.c (evaluate_complex_relocation_symbols): Ignore relocs
...
with a zero symbol index.
2007-02-12 11:18:11 +00:00
Alan Modra
8da3dbc59a
* elflink.c (bfd_elf_discard_info): Tidy setting of "eh".
2007-02-12 11:14:01 +00:00
H.J. Lu
fda592e836
gas/testsuite/
...
2007-02-11 H.J. Lu <hongjiu.lu@intel.com>
PR gas/4027
* gas/i386/opcode.s: Add more tests for "test".
* i386/opcode-intel.d: Updated.
* gas/i386/opcode-suffix.d: Likewise.
* gas/i386/opcode.d: Likewise.
include/opcode/
2007-02-11 H.J. Lu <hongjiu.lu@intel.com>
PR gas/4027
* i386.h (i386_optab): Put the real "test" before the pseudo
one.
2007-02-12 04:51:40 +00:00
gdbadmin
2cc0052586
*** empty log message ***
2007-02-12 00:00:02 +00:00
Alan Modra
e4df382d47
daily update
2007-02-11 23:00:06 +00:00
gdbadmin
c530688c46
*** empty log message ***
2007-02-11 00:00:32 +00:00
Alan Modra
9ae235b34c
daily update
2007-02-10 23:00:06 +00:00
Pedro Alves
20dad8ead9
* MAINTAINERS (Write After Approval): Add myself.
2007-02-10 18:30:55 +00:00
Paolo Bonzini
7df2cd5d93
2007-02-10 Paolo Bonzini <bonzini@gnu.org>
...
* configure: Regenerate.
2007-02-10 12:50:23 +00:00
gdbadmin
f306fcc5e7
*** empty log message ***
2007-02-10 00:00:33 +00:00
Fred Fish
4ac94eda11
2007-02-09 Fred Fish <fnf@specifix.com>
...
Based on work by Apple Computer, Inc.
* event-top.c (async_request_quit): Call quit() whenever either
quit_flag is set or immediate_quit is set.
2007-02-09 23:45:35 +00:00
Alan Modra
6051b19507
daily update
2007-02-09 23:00:05 +00:00
Daniel Jacobowitz
b0aaa663a6
PR bootstrap/30748
...
* configure.ac: Correct syntax for Solaris ksh.
* configure: Regenerated.
2007-02-09 22:35:45 +00:00
Gabriel Dos Reis
b260b6c128
2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
...
* ada-lang.c (remove_out_of_scope_renamings): Change third
parameter's
type to a pointer to const struct block.
(ada_lookup_symbol_list): Don't cast away constness when
calling
remove_out_of_scope_renamings.
2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
* linux-nat.c (linux_nat_find_memory_regions): Don't check the
address of 'filename'; it is always non null.
2007-02-09 20:52:16 +00:00
Joel Brobecker
0f5d55d8c4
* exec.c (add_to_section_table): Do not discard empty sections.
2007-02-09 20:11:47 +00:00
Gabriel Dos Reis
25502bfe00
Add myself to "write atfer approval" section.
2007-02-09 19:49:17 +00:00
Paolo Bonzini
a032314481
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
...
* Makefile.def: Sync with GCC.
* Makefile.tpl: Sync with GCC.
* Makefile.in: Regenerate.
* configure: Regenerate.
* config/acx.m4: Sync with GCC.
* config/depstand.m4: Sync with GCC.
* config/tls.m4: Sync with GCC.
2007-02-09 19:24:42 +00:00
H.J. Lu
534d31192c
2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
...
* configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
want64 is true.
(targ_extra_libpath): Add $targ64_extra_libpath if want64 is
true
* configure: Regenerated.
* configure.tgt (targ_extra_libpath): Initialize.
(targ64_extra_emuls): New. Document. Initialize.
(targ64_extra_libpath): Likewise.
(i[3-7]86-*-linux-*): Set targ64_extra_emuls and
targ64_extra_libpath.
(powerpc*-*-linux*): Likewise.
(s390-*-linux*): Likewise.
2007-02-09 18:20:24 +00:00
Paul Brook
5c8175878b
Fix ChangeLog entry.
2007-02-09 17:45:11 +00:00
DJ Delorie
b5d7c748f2
merge from gcc
2007-02-09 17:21:45 +00:00