deliverable/binutils-gdb.git
16 years ago2007-07-26 Michael Snyder <msnyder@svkmacdonelllnx>
Michael Snyder [Fri, 27 Jul 2007 01:04:29 +0000 (01:04 +0000)] 
2007-07-26  Michael Snyder  <msnyder@svkmacdonelllnx>

* linker.c (bfd_section_already_linked_table_insert): Change
return type from void to boolean.  Return FALSE on failure.
(_bfd_generic_section_already_linked): Test return value of
bfd_section_already_linked_table_insert, call fatal on error.

* elflink.c (_bfd_elf_section_already_linked): Test return value
of bfd_section_already_linked_table_insert, call fatal on error.

* libbfd-in.h (bfd_section_already_linked_table_insert): Update
return type to bfd_boolean.

* libbfd.h: Regenerate.

16 years ago * archive.c (do_slurp_bsd_armap, do_slurp_coff_armap,
Adam Nemet [Fri, 27 Jul 2007 00:49:06 +0000 (00:49 +0000)] 
* archive.c (do_slurp_bsd_armap, do_slurp_coff_armap,
bfd_slurp_armap): Improve function comment.

16 years ago * readelf.c (process_archive): Also skip Irix6-style archive symbol
Adam Nemet [Fri, 27 Jul 2007 00:48:30 +0000 (00:48 +0000)] 
* readelf.c (process_archive): Also skip Irix6-style archive symbol
tables.

16 years agodaily update
Alan Modra [Fri, 27 Jul 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Fri, 27 Jul 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agoFix bollixed check-in
Michael Snyder [Thu, 26 Jul 2007 21:58:44 +0000 (21:58 +0000)] 
Fix bollixed check-in

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 21:53:35 +0000 (21:53 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* linker.c (already_linked_newfunc): Check for NULL return from
bfd_hash_allocate.

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 19:06:12 +0000 (19:06 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* coffgen.c (fixup_symbol_value): Guard against null;
bfd_is_com_section will dereference the section pointer.

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 18:53:51 +0000 (18:53 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* syms.c (bfd_decode_symclass): Guard against NULL, since
bfd_is_com_section dereferences the pointer.

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 18:45:13 +0000 (18:45 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* srec.c (srec_scan): Check for EOF (critical because return value
will be used as array index).

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 18:43:24 +0000 (18:43 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* coffgen.c (_bfd_coff_read_internal_relocs): If internal_relocs
are not to be cached, free the temporary buffer.

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 18:30:28 +0000 (18:30 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* aoutx.h (slurp_reloc_table): Return TRUE if reloc_size == zero
or count == zero.

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 18:18:07 +0000 (18:18 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* tekhex.c (first_phase): Check return value for null.

16 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 18:15:46 +0000 (18:15 +0000)] 
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* elf.c (_bfd_elf_get_synthetic_symtab): Remove meaningless
pointer increment.

16 years ago * elflink.c (_bfd_elf_fix_symbol_flags): Remove unnecessary
Alan Modra [Thu, 26 Jul 2007 13:45:59 +0000 (13:45 +0000)] 
* elflink.c (_bfd_elf_fix_symbol_flags): Remove unnecessary
check on dynobj.  Remove bed shadow.

16 years ago * srec.c (srec_get_section_contents): Return immediately on
Alan Modra [Thu, 26 Jul 2007 12:34:43 +0000 (12:34 +0000)] 
* srec.c (srec_get_section_contents): Return immediately on
count zero.  Check that offset and count are within section.
* libbfd.c (_bfd_generic_get_section_contents): Check that
offset + count does not overflow.

16 years ago * srec.c (srec_canonicalize_symtab): Don't alloc when symcount
Alan Modra [Thu, 26 Jul 2007 11:13:59 +0000 (11:13 +0000)] 
* srec.c (srec_canonicalize_symtab): Don't alloc when symcount
is zero.  Correct return value on error.
* mmo.c (mmo_canonicalize_symtab): Likewise.
* binary.c (binary_canonicalize_symtab) Correct return on error.

16 years ago * bfd.c (_bfd_set_gp_value): Use abort instead of BFD_FAIL.
Thiemo Seufer [Thu, 26 Jul 2007 11:05:23 +0000 (11:05 +0000)] 
* bfd.c (_bfd_set_gp_value): Use abort instead of BFD_FAIL.

16 years ago* MAINTAINERS (Write After Approval): Add myself.
Maciej W. Rozycki [Thu, 26 Jul 2007 10:37:41 +0000 (10:37 +0000)] 
* MAINTAINERS (Write After Approval): Add myself.

16 years agogdb/:
Maciej W. Rozycki [Thu, 26 Jul 2007 10:34:00 +0000 (10:34 +0000)] 
gdb/:
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory
for include files.

gdb/doc/:
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory
for include files.

16 years ago * reloc.c (bfd_generic_get_relocated_section_contents): Avoid
Alan Modra [Thu, 26 Jul 2007 09:37:13 +0000 (09:37 +0000)] 
* reloc.c (bfd_generic_get_relocated_section_contents): Avoid
bfd_canonicalize_reloc call when bfd_get_reloc_upper_bound
says there are no relocs.

16 years agoSpeed up bfd_dwarf2_find_line.
Nick Clifton [Thu, 26 Jul 2007 08:31:03 +0000 (08:31 +0000)] 
Speed up bfd_dwarf2_find_line.
* dwarf2.c (struct dwarf2_debug): Add new fields to support function and variable info hash tables. Add last_comp_unit, info_hash_count, funcinfo_hash_table, varinfo_hash_table, hash_units_head.
  (struct comp_unit): Add prev_unit, cached.
  (struct info_list_node, struct info_hash_entry, struct info_hash_table): New.
  (info_hash_table_newfunc, create_info_hash_table, insert_info_hash_table, lookup_info_hash_table): New functions implementing function and variable info hash tables.
  (scan_unit_for_symbols): Add checks to make sure hash tables are consistent with compilation units.
  (comp_unit_maybe_decode_line_info): New function.
  (comp_unit_find_line): Use comp_unit_maybe_decode_line_info.
  (reverse_funcinfo_list, reverse_varinfo_list, comp_unit_hash_info, info_hash_lookup_funcinfo, info_hash_lookup_varinfo, stash_maybe_update_info_hash_table, stash_verify_info_hash_table, stash_maybe_enable_info_hash_tables, stash_find_line_fast): New functions. Make use of info hash tables to speed up bfd_dwarf2_find_line.
  (find_line): Use hash table for faster lookup if it is turned on.
  Also add code to maintain bi-directional link in comp units.

16 years ago2007-07-25 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Thu, 26 Jul 2007 02:01:49 +0000 (02:01 +0000)] 
2007-07-25  Michael Snyder  <msnyder@access-company.com>

* coffgen.c (_bfd_coff_get_external_symbols): Nothing to be done
if size == 0; return and avoid possible null pointer issues.

16 years agodaily update
Alan Modra [Thu, 26 Jul 2007 00:00:07 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Thu, 26 Jul 2007 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

16 years ago * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.
Daniel Jacobowitz [Wed, 25 Jul 2007 21:30:59 +0000 (21:30 +0000)] 
* ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.

16 years ago * config/tc-xtensa.c (xtensa_extui_opcode): New.
Bob Wilson [Wed, 25 Jul 2007 17:33:27 +0000 (17:33 +0000)] 
    * config/tc-xtensa.c (xtensa_extui_opcode): New.
        (xg_expand_assembly_insn): Check for invalid extui operands.
        (md_begin): Initialize xtensa_extui_opcode.

16 years ago* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
Maciej W. Rozycki [Wed, 25 Jul 2007 15:25:14 +0000 (15:25 +0000)] 
* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".

16 years agoPR 4824
Nick Clifton [Wed, 25 Jul 2007 14:56:22 +0000 (14:56 +0000)] 
PR 4824
* ld.texinfo (Options): Extend the description of the -O command line option.

16 years ago2007-06-29 Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 25 Jul 2007 14:39:48 +0000 (14:39 +0000)] 
2007-06-29  Paul Brook  <paul@codesourcery.com>

* ld-arm/arm-elf.exp (armelftests): Add callweak.
* ld-arm/callweak.d: New test.
* ld-arm/callweak.s: New test.

16 years ago * Makefile.in (CFILES): Remove ternary.c.
Ben Elliston [Wed, 25 Jul 2007 06:36:27 +0000 (06:36 +0000)] 
* Makefile.in (CFILES): Remove ternary.c.
(REQUIRED_OFILES): Remove ./ternary.o.
(INSTALLED_HEADERS): Remove ternary.h.
(ternary.o): Remove.
* ternary.c: Remove.

16 years ago * ternary.h: Remove.
Ben Elliston [Wed, 25 Jul 2007 06:34:29 +0000 (06:34 +0000)] 
* ternary.h: Remove.

16 years ago2007-07-23 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Wed, 25 Jul 2007 02:12:33 +0000 (02:12 +0000)] 
2007-07-23  Michael Snyder  <msnyder@access-company.com>

* solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
'buffer' must cover both branches that call strcmp (Coverity).

16 years ago2007-07-05 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Wed, 25 Jul 2007 00:28:25 +0000 (00:28 +0000)] 
2007-07-05  Michael Snyder  <msnyder@access-company.com>

* stack.c (print_frame_args): Check return value of lookup_symbol.

16 years ago*** empty log message ***
gdbadmin [Wed, 25 Jul 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agodaily update
Alan Modra [Wed, 25 Jul 2007 00:00:17 +0000 (00:00 +0000)] 
daily update

16 years agowarning fix
Alan Modra [Tue, 24 Jul 2007 23:38:13 +0000 (23:38 +0000)] 
warning fix

16 years ago2007-07-24 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 24 Jul 2007 22:49:44 +0000 (22:49 +0000)] 
2007-07-24  Michael Snyder  <msnyder@access-company.com>

* ax-gdb.c (find_field): Guard against null ptr.

16 years ago2007-07-24 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 24 Jul 2007 20:17:18 +0000 (20:17 +0000)] 
2007-07-24  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (main): Print a newline after copyright notice.

16 years ago2007-07-23 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 24 Jul 2007 19:58:06 +0000 (19:58 +0000)] 
2007-07-23  Michael Snyder  <msnyder@access-company.com>

* opncls.c (bfd_make_writable): Check return from bfd_malloc.

16 years ago2007-07-24 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 24 Jul 2007 19:54:01 +0000 (19:54 +0000)] 
2007-07-24  Michael Snyder  <msnyder@access-company.com>

* elflink.c (bfd_elf_final_link): Avoid redundant frees -- return
on bfd_malloc error rather than goto error_return.

16 years ago* pep.sc: Correct ctor/dtor sentinels for 64-bit targets.
Nick Clifton [Tue, 24 Jul 2007 14:47:44 +0000 (14:47 +0000)] 
* pep.sc: Correct ctor/dtor sentinels for 64-bit targets.

16 years ago * regformats/reg-spu.dat: Fix order of npc, id registers.
Ulrich Weigand [Tue, 24 Jul 2007 12:51:51 +0000 (12:51 +0000)] 
* regformats/reg-spu.dat: Fix order of npc, id registers.

16 years ago * target.c (memory_xfer_partial): Accesses to unmapped overlay
Ulrich Weigand [Tue, 24 Jul 2007 12:49:24 +0000 (12:49 +0000)] 
* target.c (memory_xfer_partial): Accesses to unmapped overlay
sections should always go to the executable file.

16 years ago* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.
Nick Clifton [Tue, 24 Jul 2007 12:45:58 +0000 (12:45 +0000)] 
* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.

16 years ago* config/tc-mep.h (skip_whitespace): Remove definition.
Nick Clifton [Tue, 24 Jul 2007 12:38:35 +0000 (12:38 +0000)] 
* config/tc-mep.h (skip_whitespace): Remove definition.

16 years ago* readelf.c (NUM_ELEM): Remove redundant macro; replace references to it
Nick Clifton [Tue, 24 Jul 2007 12:32:49 +0000 (12:32 +0000)] 
* readelf.c (NUM_ELEM): Remove redundant macro; replace references to it
   with references to ARRAY_SIZE.
  Add support for CR16.
  Fix formatting.

16 years ago * elflink.c (_bfd_elf_link_just_syms, merge_sections_remove_hook,
Alan Modra [Tue, 24 Jul 2007 08:09:20 +0000 (08:09 +0000)] 
* elflink.c (_bfd_elf_link_just_syms, merge_sections_remove_hook,
_bfd_elf_merge_sections, _bfd_elf_link_hash_newfunc,
_bfd_elf_link_hash_copy_indirect, _bfd_elf_link_hash_hide_symbol,
_bfd_elf_link_hash_table_init, _bfd_elf_link_hash_table_create,
bfd_elf_set_dt_needed_name, bfd_elf_get_dyn_lib_class,
bfd_elf_set_dyn_lib_class, bfd_elf_get_needed_list,
bfd_elf_get_runpath_list, bfd_elf_get_dt_soname,
bfd_elf_get_bfd_needed_list, struct elf_symbuf_symbol,
struct elf_symbuf_head, struct elf_symbol, elf_sort_elf_symbol,
elf_sym_name_compare, elf_create_symbuf,
bfd_elf_match_symbols_in_sections,
_bfd_elf_match_sections_by_type): Move to here..
* elf.c: ..from here.

16 years ago*** empty log message ***
gdbadmin [Tue, 24 Jul 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agodaily update
Alan Modra [Tue, 24 Jul 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

16 years ago * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
Kevin Buettner [Mon, 23 Jul 2007 22:53:27 +0000 (22:53 +0000)] 
* lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
to restarting SID.

16 years agoDon't remove gas/i386/x86-64-nops-1-k8.d.
H.J. Lu [Mon, 23 Jul 2007 20:25:46 +0000 (20:25 +0000)] 
Don't remove gas/i386/x86-64-nops-1-k8.d.

16 years agogas/
H.J. Lu [Mon, 23 Jul 2007 20:03:23 +0000 (20:03 +0000)] 
gas/

2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.
(f32_15): Removed.
(jump_31): New.
(f32_patt): Remove f32_15.
(f16_patt): Likewise.
(i386_align_code): Updated to alt_long_patt for 64bit by
default.

* config/tc-i386.h (processor_type): Add PROCESSOR_I386.

2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>

* config/tc-i386.c (i386_align_code): Enable alignment up to
MAX_MEM_FOR_RS_ALIGN_CODE bytes.  Remove special treatment
for K8.

* config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to
31.

gas/testsuite/

2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8.

* gas/i386/nops-1-i386-i686.d: New.
* gas/i386/nops-1-k8.d: Likewise.
* gas/i386/nops-3-i386.d : Likewise.
* gas/i386/nops-3-i686.d: Likewise.
* gas/i386/nops-4-i386.d: Likewise.
* gas/i386/nops-4.d: Likewise.
* gas/i386/nops16-1.d: Likewise.
* gas/i386/nops16-1.s: Likewise.
* gas/i386/x86-64-nops-1-k8.d: Likewise.
* gas/i386/x86-64-nops-2.d: Likewise.
* gas/i386/x86-64-nops-3.d: Likewise.
* gas/i386/x86-64-nops-4-core2.d: Likewise.
* gas/i386/x86-64-nops-4-k8.d: Likewise.
* gas/i386/x86-64-nops-4.d: Likewise.

* gas/i386/nops-1-i386.d: Updated.
* gas/i386/nops-1-i686.d: Likewise.
* gas/i386/nops-1.d: Likewise.
* gas/i386/nops-2-i386.d: Likewise.
* gas/i386/nops-2-merom.d : Likewise.
* gas/i386/nops-2.d: Likewise.
* gas/i386/nops-3.d: Likewise.
* gas/i386/x86-64-nops-1-merom.d: Likewise.
* gas/i386/x86-64-nops-1-nocona.d: Likewise.
* gas/i386/x86-64-nops-1.d: Likewise.

* gas/i386/x86-64-nops-1.s: Removed.

2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>
    H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run
nops-3-i686 and nops-4-i686.

* gas/i386/nops-3-i686.d: New.
* gas/i386/nops-4-i686.d: Likewise.
* gas/i386/nops-4.s: Likewise.

* gas/i386/x86-64-nops-1-k8.d: Removed.

16 years agomerge from gcc
DJ Delorie [Mon, 23 Jul 2007 18:01:25 +0000 (18:01 +0000)] 
merge from gcc

16 years agogas/testsuite/
Richard Sandiford [Mon, 23 Jul 2007 14:03:33 +0000 (14:03 +0000)] 
gas/testsuite/
* lib/gas-defs.exp (run_list_test): Make the options optional.
* gas/cr16/cr16.exp (run_list_test): Delete.

16 years agoRemove unnecessary symbols from last commit.
Richard Sandiford [Mon, 23 Jul 2007 10:04:01 +0000 (10:04 +0000)] 
Remove unnecessary symbols from last commit.

16 years agobfd/
Richard Sandiford [Mon, 23 Jul 2007 09:56:19 +0000 (09:56 +0000)] 
bfd/
* elflink.c (_bfd_elf_fix_symbol_flags): Only assert the type
of weakdef->root.type if weakdef has no regular definition.

ld/testsuite/
* ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
* ld-elf/weak-dyn-1.rd: New test.
* ld-elf/elf.exp: Run it.

16 years agodaily update
Alan Modra [Mon, 23 Jul 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Mon, 23 Jul 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

16 years ago * elfxx-mips.c (struct mips_elf_link_hash_table): Add new field
Adam Nemet [Sun, 22 Jul 2007 16:45:06 +0000 (16:45 +0000)] 
* elfxx-mips.c (struct mips_elf_link_hash_table): Add new field
small_data_overflow_reported.
(_bfd_mips_elf_link_hash_table_create): Initialize it.
(_bfd_mips_elf_relocate_section) <bfd_reloc_overflow>: Report
small-data section overflow.

16 years agodaily update
Alan Modra [Sun, 22 Jul 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Sun, 22 Jul 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

16 years ago* sha1.h: Change to use version 3 of the GNU General Public License and tidy up forma...
Nick Clifton [Sat, 21 Jul 2007 08:55:49 +0000 (08:55 +0000)] 
* sha1.h: Change to use version 3 of the GNU General Public License and tidy up formatting.
* sha1.c: Likewise.

16 years ago*** empty log message ***
gdbadmin [Sat, 21 Jul 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agodaily update
Alan Modra [Sat, 21 Jul 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years ago* mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
Maciej W. Rozycki [Fri, 20 Jul 2007 17:29:59 +0000 (17:29 +0000)] 
* mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
prologue instructions.

16 years ago* mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
Maciej W. Rozycki [Fri, 20 Jul 2007 15:31:56 +0000 (15:31 +0000)] 
* mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
a direct test.

16 years ago* mips-tdep.c (fetch_mips_16): Fix typos and reformat the
Maciej W. Rozycki [Fri, 20 Jul 2007 15:19:39 +0000 (15:19 +0000)] 
* mips-tdep.c (fetch_mips_16): Fix typos and reformat the
description.

16 years ago * app.c (do_scrub_chars): Provide a one character buffer to hold a
Nick Clifton [Fri, 20 Jul 2007 08:20:27 +0000 (08:20 +0000)] 
* app.c (do_scrub_chars): Provide a one character buffer to hold a
      pushed back newline at the end of an unterminated quoted string.

16 years ago*** empty log message ***
gdbadmin [Fri, 20 Jul 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agodaily update
Alan Modra [Fri, 20 Jul 2007 00:00:07 +0000 (00:00 +0000)] 
daily update

16 years ago.
Roland McGrath [Thu, 19 Jul 2007 19:56:24 +0000 (19:56 +0000)] 
.

16 years ago2007-07-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 19 Jul 2007 19:56:10 +0000 (19:56 +0000)] 
2007-07-19  Roland McGrath  <roland@redhat.com>

* genscripts.sh (source_em, fragment): New sh functions.
Truncate e${EMULATION_NAME}.c file before .em script fills it.
Use source_em in place of . for the .em script.
* emultempl/generic.em: Use fragment and source_em functions.
* emultempl/aix.em: Likewise.
* emultempl/alphaelf.em: Likewise.
* emultempl/armcoff.em: Likewise.
* emultempl/armelf.em: Likewise.
* emultempl/avrelf.em: Likewise.
* emultempl/beos.em: Likewise.
* emultempl/cr16elf.em: Likewise.
* emultempl/crxelf.em: Likewise.
* emultempl/elf-generic.em: Likewise.
* emultempl/elf32.em: Likewise.
* emultempl/genelf.em: Likewise.
* emultempl/gld960.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/hppaelf.em: Likewise.
* emultempl/ia64elf.em: Likewise.
* emultempl/irix.em: Likewise.
* emultempl/linux.em: Likewise.
* emultempl/lnk960.em: Likewise.
* emultempl/m68hc1xelf.em: Likewise.
* emultempl/m68kcoff.em: Likewise.
* emultempl/m68kelf.em: Likewise.
* emultempl/mipsecoff.em: Likewise.
* emultempl/mipself.em: Likewise.
* emultempl/mmix-elfnmmo.em: Likewise.
* emultempl/mmixelf.em: Likewise.
* emultempl/mmo.em: Likewise.
* emultempl/needrelax.em: Likewise.
* emultempl/netbsd.em: Likewise.
* emultempl/pe.em: Likewise.
* emultempl/pep.em: Likewise.
* emultempl/ppc32elf.em: Likewise.
* emultempl/ppc64elf.em: Likewise.
* emultempl/scoreelf.em: Likewise.
* emultempl/sh64elf.em: Likewise.
* emultempl/spuelf.em: Likewise.
* emultempl/sunos.em: Likewise.
* emultempl/ticoff.em: Likewise.
* emultempl/vanilla.em: Likewise.
* emultempl/vxworks.em: Likewise.
* emultempl/xtensaelf.em: Likewise.
* emultempl/z80.em: Likewise.

16 years agoPR binutils/4797
Nick Clifton [Thu, 19 Jul 2007 16:51:10 +0000 (16:51 +0000)] 
PR binutils/4797
* dwarf2.c: (find_line) Do not dereference functionname_ptr if do_line is true.

16 years agoPR gas/4804
Nick Clifton [Thu, 19 Jul 2007 16:47:40 +0000 (16:47 +0000)] 
PR gas/4804
* gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target in the same way as the arm-eabi target.
* gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu target.
* gas/arm/mapshort-elf.d: Do not use this file for the arm-linux-gnu target.

16 years agoPR binutils/4801
Nick Clifton [Thu, 19 Jul 2007 16:23:47 +0000 (16:23 +0000)] 
PR binutils/4801
* maxq-dis.c (get_reg_name): Fix the scan of the mem_access_syntax_table.

16 years agoPR binutils/4802
Nick Clifton [Thu, 19 Jul 2007 16:17:38 +0000 (16:17 +0000)] 
PR binutils/4802
* srconv.c (strip_suffix): Add const qualifier to argument

16 years ago * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
Kevin Buettner [Thu, 19 Jul 2007 00:46:45 +0000 (00:46 +0000)] 
* gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
prior to `gdb_start'.

16 years ago * config/sid.exp (gdb_load): Add test for empty argument. Adjust
Kevin Buettner [Thu, 19 Jul 2007 00:41:27 +0000 (00:41 +0000)] 
* config/sid.exp (gdb_load): Add test for empty argument.  Adjust
return value to be compatible with gdb_run_cmd in lib/gdb.exp.
Remove call to gdb_unload.

16 years agodaily update
Alan Modra [Thu, 19 Jul 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Thu, 19 Jul 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

16 years ago * elf32-xtensa.c (xtensa_callback_required_dependence): Ignore
Bob Wilson [Wed, 18 Jul 2007 21:06:06 +0000 (21:06 +0000)] 
* elf32-xtensa.c (xtensa_callback_required_dependence): Ignore
non-ELF sections.

16 years ago * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
Bob Wilson [Wed, 18 Jul 2007 18:52:30 +0000 (18:52 +0000)] 
* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.

16 years ago * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Get section
Bob Wilson [Wed, 18 Jul 2007 18:23:47 +0000 (18:23 +0000)] 
* elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Get section
vma and size for dynamic tags from the output sections.

16 years ago * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
Pedro Alves [Wed, 18 Jul 2007 12:36:51 +0000 (12:36 +0000)] 
* remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
instead of on tmp_desc.

16 years ago * elf-bfd.h (struct sym_sec_cache): Delete "sec". Add "shndx".
Alan Modra [Wed, 18 Jul 2007 11:23:37 +0000 (11:23 +0000)] 
* elf-bfd.h (struct sym_sec_cache): Delete "sec".  Add "shndx".
* elf.c (bfd_section_from_r_symndx): Don't cache bfd section of
symbol.  Instead cache ELF section index.  Remove redundant
checks of st_shndx.

16 years ago.
Roland McGrath [Wed, 18 Jul 2007 09:46:09 +0000 (09:46 +0000)] 
.

16 years ago2007-07-18 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 18 Jul 2007 09:46:05 +0000 (09:46 +0000)] 
2007-07-18  Roland McGrath  <roland@redhat.com>

* emultempl/elf32.em (gld${EMULATION_NAME}_write_build_id_section):
Use ASEC->contents for CONTENTS when missing, and allocate
ASEC->size if needed.

16 years ago*** empty log message ***
gdbadmin [Wed, 18 Jul 2007 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agodaily update
Alan Modra [Wed, 18 Jul 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years agomerge from gcc
DJ Delorie [Tue, 17 Jul 2007 18:05:02 +0000 (18:05 +0000)] 
merge from gcc

16 years ago* COPYING3: New file. Contains version 3 of the GNU General Public License.
Nick Clifton [Tue, 17 Jul 2007 13:50:23 +0000 (13:50 +0000)] 
* COPYING3: New file.  Contains version 3 of the GNU General Public License.
* COPYING3.LIB: New file.  Contains version 3 of the GNU Lesser General Public License.

16 years ago2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
Daniel Jacobowitz [Tue, 17 Jul 2007 12:51:41 +0000 (12:51 +0000)] 
2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
    Daniel Jacobowitz  <dan@codesourcery.com>

* config/i386/cygwin.mt (TDEPFILES): Add solib-target.o.
* coff-pe-read.c (read_pe_exported_syms): Delete verbose
printf.
* NEWS: Mention gdbserver DLL support.

* gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
for __WIN32__.
(SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
* gdb.base/unload.exp: Use shared library test routines.

* inferiors.c (all_dlls, dlls_changed, get_dll): New.
(add_thread): Minor cleanups.
(clear_inferiors): Move lower in the file.  Clear the DLL
list.
(free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
* remote-utils.c (prepare_resume_reply): Check dlls_changed.
(xml_escape_text): New.
* server.c (handle_query): Handle qXfer:libraries:read.  Report it
for qSupported.
(handle_v_cont): Report errors.
(gdbserver_version): Update.
(main): Correct size of own_buf.  Do not report initial DLL events.
* server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
(unloaded_dll, xml_escape_text): New.
* win32-low.c (enum target_waitkind): Update comments.
(win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
(winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
(win32_EnumProcessModules, win32_GetModuleInformation)
(win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
(winapi_CreateToolhelp32Snapshot, winapi_Module32First)
(winapi_Module32Next, win32_CreateToolhelp32Snapshot)
(win32_Module32First, win32_Module32Next, load_toolhelp)
(toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
(get_child_debug_event): Handle DLL events.
(win32_wait): Likewise.

16 years ago * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.
Daniel Jacobowitz [Tue, 17 Jul 2007 12:46:35 +0000 (12:46 +0000)] 
* dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.

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

16 years ago*** empty log message ***
gdbadmin [Tue, 17 Jul 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agogas/testsuite/
H.J. Lu [Mon, 16 Jul 2007 19:16:44 +0000 (19:16 +0000)] 
gas/testsuite/

2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/simd.s: Add tests for punpcklbw, punpckldq,
punpcklwd and punpcklqdq.
* gas/i386/x86-64-simd.s: Likewise.

* gas/i386/simd-intel.d: Updated.
* gas/i386/simd.d: Likewise.
* gas/i386/x86-64-simd-intel.d: Likewise.
* gas/i386/x86-64-simd.d: Likewise.

opcodes/

2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (EMq): Removed.
(EMx): New.
(prefix_user_table): Replace EMq with EMx.

16 years ago2007-07-16 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Mon, 16 Jul 2007 18:34:50 +0000 (18:34 +0000)] 
2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>

* i386-linux-nat.c (fetch_regs): Work around gcc 3.4 alias
warning bug.

16 years agoFix spelling typo
Nick Clifton [Mon, 16 Jul 2007 10:12:35 +0000 (10:12 +0000)] 
Fix spelling typo

16 years agoUpdate Dutch opcodes translation.
Nick Clifton [Mon, 16 Jul 2007 10:11:01 +0000 (10:11 +0000)] 
Update Dutch opcodes translation.
Add new Ukranian binutils translation.

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