deliverable/binutils-gdb.git
16 years agogas/
H.J. Lu [Tue, 18 Sep 2007 00:56:54 +0000 (00:56 +0000)] 
gas/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (baseindex): Removed.
(build_modrm_byte): Check reg_num for RIP register instead of
reg_type.
(i386_index_check): Likewise.

opcodes/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.h (RegRip): New.

* i386-reg.tbl (rip): Use RegRip for reg_num.
* i386-tbl.h: Regenerated.

16 years agobfd/
H.J. Lu [Tue, 18 Sep 2007 00:25:07 +0000 (00:25 +0000)] 
bfd/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3281
PR binutils/5037
* elf-bfd.h (elf_obj_tdata): Remove relro.

* elf.c (get_program_header_size): Check info->relro instead
of elf_tdata (abfd)->relro.
(_bfd_elf_map_sections_to_segments): Likewise.
(assign_file_positions_for_load_sections): Don't set
PT_GNU_RELRO segment alignment here.
(assign_file_positions_for_non_load_sections): Properly set up
PT_GNU_RELRO segment for copying executable/shared library.
(rewrite_elf_program_header): Remove PT_GNU_RELRO segment.
(copy_elf_program_header): Set p_size and p_size_valid fields for
PT_GNU_RELRO segment.

include/elf/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3281
PR binutils/5037
* internal.h (elf_segment_map): Add p_size and p_size_valid.
(ELF_IS_SECTION_IN_SEGMENT): Allow SHF_TLS sections in
PT_GNU_RELRO segments.

ld/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3281
PR binutils/5037
* ldexp.h (ldexp_control): Add relro, relro_start_stat and
relro_end_stat.

* ldexp.c (fold_binary): Set expld.dataseg.relro to
exp_dataseg_relro_start or exp_dataseg_relro_end when
seeing DATA_SEGMENT_ALIGN or DATA_SEGMENT_RELRO_END,
respectively.

* ldlang.c (lang_size_sections_1): Properly set
expld.dataseg.relro_start_stat and
expld.dataseg.relro_end_stat.
(find_relro_section_callback): New function.
(lang_find_relro_sections_1): Likewise.
(lang_find_relro_sections): Likewise.
(lang_process): Call lang_find_relro_sections for
non-relocatable link.

ld/testsuite/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3281
PR binutils/5037
* ld-elf/binutils.exp: Update "-z relro" tests to use relro1.s.
Add "-z relro" tests with relro2.s.  Add "-z relro" tests with
TLS for objcopy.

* ld-elf/relro1.s: New file.
* ld-elf/relro2.s: Likewise.

16 years ago*** empty log message ***
gdbadmin [Tue, 18 Sep 2007 00:00:37 +0000 (00:00 +0000)] 
*** empty log message ***

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

16 years ago * configure.ac: Raise minimum makeinfo version to 4.6.
Andreas Schwab [Mon, 17 Sep 2007 20:59:06 +0000 (20:59 +0000)] 
* configure.ac: Raise minimum makeinfo version to 4.6.
* configure: Regenerate.

16 years ago * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
Joel Brobecker [Mon, 17 Sep 2007 19:44:20 +0000 (19:44 +0000)] 
    * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
        that return_frame is not null.

16 years ago * solib-svr4.c: Add include of "auxv.h".
Joel Brobecker [Mon, 17 Sep 2007 19:32:53 +0000 (19:32 +0000)] 
    * solib-svr4.c: Add include of "auxv.h".
        (enable_break): Use the AT_BASE auxiliary entry if available.
        * Makefile.in (solib-svr4.o): Update dependencies.

16 years ago * NEWS: Create a new section for the next release branch.
Joel Brobecker [Mon, 17 Sep 2007 19:30:05 +0000 (19:30 +0000)] 
    * NEWS: Create a new section for the next release branch.
        Rename the section of the current branch, now that it has
        been cut.

16 years ago2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Mon, 17 Sep 2007 17:15:30 +0000 (17:15 +0000)] 
2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/5035
* config/obj-coff.c (obj_coff_endef): Remove checking size of
def_symbol_in_progress.

16 years agoPR gas/5026
Nick Clifton [Mon, 17 Sep 2007 16:34:47 +0000 (16:34 +0000)] 
PR gas/5026
* read.c (emit_expr): Use unsigned long long values in warning message about
  truncated expressions.

16 years ago* readelf.c (do_archive_index): New.
Nick Clifton [Mon, 17 Sep 2007 16:09:24 +0000 (16:09 +0000)] 
* readelf.c (do_archive_index): New.
  (options): Add -c and --archive-index option.
  (usage): Add -c option.
  (parse_args): Add c option parsing.
  (process_archive): Dump archive index.
* NEWS: Mention the new feature.
* doc/binutils.texi: Document the new feature.

16 years ago * schedlock.c (NUM): Change to 1.
Daniel Jacobowitz [Mon, 17 Sep 2007 15:38:05 +0000 (15:38 +0000)] 
* schedlock.c (NUM): Change to 1.
(main): Use args[0] for the main thread.
* schedlock.exp: Only expect two threads.  Only issue one pass or fail
regardless of the number of threads.

16 years ago * dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
Jerome Guitton [Mon, 17 Sep 2007 14:53:05 +0000 (14:53 +0000)] 
* dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
* Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.

16 years agogas/
H.J. Lu [Mon, 17 Sep 2007 14:46:12 +0000 (14:46 +0000)] 
gas/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (intel_e04): Revert the last change.

gas/testsuite/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/x86-64-rip.s: Revert the last change.
* gas/i386/x86-64-rip-intel.d: Likewise.
* gas/i386/x86-64-rip.d: Likewise.

16 years agoUpdated Spanish translation
Nick Clifton [Mon, 17 Sep 2007 14:06:03 +0000 (14:06 +0000)] 
Updated Spanish translation

16 years ago* po/fi.po: New Finnish translation.
Nick Clifton [Mon, 17 Sep 2007 14:03:15 +0000 (14:03 +0000)] 
* po/fi.po: New Finnish translation.
* po/es.po: Updated Spanish translation.
* configure.in (ALL_LINGUAS): Add fi.
* configure: Regenerate.
* po/bfd.pot: Regenerate.

16 years ago* doc/binutils.texi (objdump): Describe the output of the --syms option in more detail.
Nick Clifton [Mon, 17 Sep 2007 11:14:22 +0000 (11:14 +0000)] 
* doc/binutils.texi (objdump): Describe the output of the --syms option in more detail.

16 years agoPR binutils/4987
Nick Clifton [Mon, 17 Sep 2007 09:58:27 +0000 (09:58 +0000)] 
PR binutils/4987
* resrc.c: (read_rc_file): Move 'filename' default initialization to start of function.

16 years agodaily update
Alan Modra [Mon, 17 Sep 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

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

16 years ago2007-09-16 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sun, 16 Sep 2007 18:55:23 +0000 (18:55 +0000)] 
2007-09-16  H.J. Lu  <hongjiu.lu@intel.com>

* emultempl/elf32.em: Check DF_BIND_NOW instead of DT_BIND_NOW.

16 years ago * mi/mi-cmds.c (mi_cmds): Register -list-features.
Vladimir Prus [Sun, 16 Sep 2007 14:59:31 +0000 (14:59 +0000)] 
* mi/mi-cmds.c (mi_cmds): Register -list-features.
* mi/mi-cmds.h (mi_cmd_list_features): New.
* mi/mi-main.c (mi_cmd_list_features): New.

16 years ago*** empty log message ***
gdbadmin [Sun, 16 Sep 2007 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

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

16 years agogas/
H.J. Lu [Sat, 15 Sep 2007 22:06:42 +0000 (22:06 +0000)] 
gas/

2007-09-15  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/5034
* config/tc-i386.c (intel_e04): Return 1 if cur_token.code is
T_NIL.

gas/testsuite/

2007-09-15  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/5034
* gas/i386/x86-64-rip.s: Add Intel mode testcases.
* gas/i386/x86-64-rip-intel.d: Updated.
* gas/i386/x86-64-rip.d: Likewise.

16 years ago gdb.texinfo (Separate Debug Files): More accurate wording regarding
Eli Zaretskii [Sat, 15 Sep 2007 09:49:36 +0000 (09:49 +0000)] 
gdb.texinfo (Separate Debug Files): More accurate wording regarding
build ID and a reference to the ld manual rather than the Fedora wiki.

16 years ago * gdb.texinfo (Output): Spell out which features of C's printf are
Eli Zaretskii [Sat, 15 Sep 2007 08:54:26 +0000 (08:54 +0000)] 
* gdb.texinfo (Output): Spell out which features of C's printf are
not supported by GDB's printf.

16 years ago PR ld/5025
Alan Modra [Sat, 15 Sep 2007 06:21:06 +0000 (06:21 +0000)] 
PR ld/5025
* emultempl/elf32.em (write_build_id_section): Correct test for
"missing" .note.gnu.build-id.  Downgrade error to a warning if
it has been discarded.

16 years ago * bfd.c (_bfd_default_error_handler): fflush stdout.
Alan Modra [Sat, 15 Sep 2007 03:02:01 +0000 (03:02 +0000)] 
* bfd.c (_bfd_default_error_handler): fflush stdout.

16 years ago2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sat, 15 Sep 2007 01:57:57 +0000 (01:57 +0000)] 
2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (build_modrm_byte): Adjust comment line
wrap.

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

16 years agodaily update
Alan Modra [Sat, 15 Sep 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

16 years ago2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 14 Sep 2007 20:05:28 +0000 (20:05 +0000)] 
2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (build_modrm_byte): Use (A || B) instead
of (A || B) != 0.

16 years ago2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 14 Sep 2007 19:57:47 +0000 (19:57 +0000)] 
2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (build_modrm_byte): Adjust indentation.

16 years agoUpdate dates.
H.J. Lu [Fri, 14 Sep 2007 19:31:50 +0000 (19:31 +0000)] 
Update dates.

16 years ago2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 14 Sep 2007 19:28:56 +0000 (19:28 +0000)] 
2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

16 years agoAdd AMD SSE5 support
Michael Meissner [Fri, 14 Sep 2007 18:21:09 +0000 (18:21 +0000)] 
Add AMD SSE5 support

16 years ago* gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
Maciej W. Rozycki [Fri, 14 Sep 2007 17:37:55 +0000 (17:37 +0000)] 
* gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
type down.
(test_watchpoint_triggering): XFAIL the sw watchpoint scope
test.
* gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
watchpoint type down.
(test_watchpoint_triggering): XFAIL the sw watchpoint scope
test.

16 years ago[mti-fix-scope]
Maciej W. Rozycki [Fri, 14 Sep 2007 17:21:29 +0000 (17:21 +0000)] 
[mti-fix-scope]
* gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
Move all the tests here and run them twice, once using software
watchpoints and once using hardware watchpoints.
* gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.

16 years ago * configure.ac: Correct makeinfo version check.
Alan Modra [Fri, 14 Sep 2007 15:47:01 +0000 (15:47 +0000)] 
* configure.ac: Correct makeinfo version check.
* configure: Regenerate.

16 years ago * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
Richard Sandiford [Fri, 14 Sep 2007 14:51:36 +0000 (14:51 +0000)] 
* configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
to $skipdirs and only disable gprof for newlib.  Use the normal
mips*-elf* handling in other respects.
* configure: Regnerate.

16 years ago * opncls.c (find_separate_debug_file): Ensure bfd_set_error has
Alan Modra [Fri, 14 Sep 2007 07:54:10 +0000 (07:54 +0000)] 
* opncls.c (find_separate_debug_file): Ensure bfd_set_error has
been called on all error return paths.
(bfd_fill_in_gnu_debuglink_section): Use bfd_malloc, not malloc.
Clear padding after filename

16 years ago * format.c (bfd_check_format_matches): Record matching targets even
Alan Modra [Fri, 14 Sep 2007 05:19:27 +0000 (05:19 +0000)] 
* format.c (bfd_check_format_matches): Record matching targets even
when "matching" is NULL to allow bfd_associated_vector matches.
Consolidate error return code.  Consolidate ok return code.  Always
restore original target and format on error.

16 years ago2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 14 Sep 2007 00:20:03 +0000 (00:20 +0000)] 
2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (get_valid_dis386): Take a pointer to
disassemble_info.  Handle IS_3BYTE_OPCODE.
(print_insn): Updated.  Don't handle IS_3BYTE_OPCODE here.

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

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

16 years agobfd/
Alan Modra [Thu, 13 Sep 2007 14:58:47 +0000 (14:58 +0000)] 
bfd/
* configure.in: Delete BFD_HOST_LONG_LONG and bfd checks for
long long.  Partly revert 2007-07-12 change, so that
BFD_HOST_64BIT_LONG and BFD_HOST_64BIT_LONG_LONG are set
independent of "void *" size.
* configure: Regenerate.
* config.in: Regenerate.
* Makefile.in: Regenerate.
bfd/doc/
* Makefile.in: Regenerate.

16 years ago * nm.c (value_format_64bit, set_print_radix, print_value): Handle
Alan Modra [Thu, 13 Sep 2007 14:32:11 +0000 (14:32 +0000)] 
* nm.c (value_format_64bit, set_print_radix, print_value): Handle
BFD_HOST_64BIT_LONG_LONG.
* readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
(print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
(dump_relocations): Likewise.  Expand _bfd_int64_low in a
number of places.

16 years ago*** empty log message ***
gdbadmin [Thu, 13 Sep 2007 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

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

16 years ago2007-09-12 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 12 Sep 2007 18:55:31 +0000 (18:55 +0000)] 
2007-09-12  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.h (CpuUnused): Defined with CpuMax.
(OTUnused): Defined with OTMax.

16 years agoRearrange to sync with gcc.
DJ Delorie [Wed, 12 Sep 2007 18:51:47 +0000 (18:51 +0000)] 
Rearrange to sync with gcc.

16 years ago2007-09-12 David Daney <ddaney@avtrex.com>
David Daney [Wed, 12 Sep 2007 17:51:22 +0000 (17:51 +0000)] 
2007-09-12  David Daney  <ddaney@avtrex.com>

* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
enabling libgcj.
* configure: Regenerate.

2007-09-12  Richard Guenther  <rguenther@suse.de>

* configure.ac (--enable-stage1-checking): If neither --enable-checking
nor --disable-checking is provided also turn on yes and types
checking for stage1.
* configure: Re-generate.

16 years agoGenerate a GLOB_DAT reloc for a GOT32 reloc against a symbol defined
Ian Lance Taylor [Wed, 12 Sep 2007 16:38:04 +0000 (16:38 +0000)] 
Generate a GLOB_DAT reloc for a GOT32 reloc against a symbol defined
in a dynamic object.

16 years ago * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
Daniel Jacobowitz [Wed, 12 Sep 2007 15:12:53 +0000 (15:12 +0000)] 
* gdb.base/solib-weak.exp (do_test): Adjust the file names for each
test.

16 years agogas/testsuite/
Jan Beulich [Wed, 12 Sep 2007 13:20:31 +0000 (13:20 +0000)] 
gas/testsuite/
2007-09-12  Jan Beulich  <jbeulich@novell.com>
* gas/i386/sse4_1.s, gas/i386/x86-64-sse4_1.s: Add two-operand forms
of blendvps, blendvpd, and pblendvb.
* gas/i386/sse4_1.d, gas/i386/sse4_1-intel.d,
gas/i386/x86-64-sse4_1.d, gas/i386/x86-64-sse4_1-intel.d: Adjust,
making last/first operand of blendvps, blendvpd, and pblendvb
optional.

opcodes/
2007-09-12  Jan Beulich  <jbeulich@novell.com>

* i386-opc.tbl: Add two-operand forms of blendvps, blendvpd, and
pblendvb.
* i386-tbl.h: Regenerate.

16 years ago * elf-bfd.h (struct elf_backend_data): Delete elf_backend_sprintf_vma
Alan Modra [Wed, 12 Sep 2007 10:00:15 +0000 (10:00 +0000)] 
* elf-bfd.h (struct elf_backend_data): Delete elf_backend_sprintf_vma
and elf_backend_fprintf_vma.
(_bfd_elf_sprintf_vma, _bfd_elf_fprintf_vma): Delete.
* elf.c (_bfd_elf_sprintf_vma, _bfd_elf_fprintf_vma): Delete.
* elfxx-target.h (elf_backend_sprintf_vma): Don't define.
(elf_backend_fprintf_vma): Likewise.
(elfNN_bed): Don't init removed fields.
* bfd.c (is32bit): New function.
(bfd_sprintf_vma, bfd_fprintf_vma): Use the above.

16 years agogas/
Jan Beulich [Wed, 12 Sep 2007 07:31:47 +0000 (07:31 +0000)] 
gas/
2007-09-12  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (md_assemble): Move handling of extrq/insertq
after generic operand swapping, and swap only the immediate operands.

gas/testsuite/
2007-09-12  Jan Beulich  <jbeulich@novell.com>
* gas/i386/amdfam10.s, gas/i386/x86-64-amdfam10.s: Add Intel syntax
code.
* gas/i386/amdfam10.d, gas/i386/x86-64-amdfam10.d: Adjust.

16 years agoMove the last entry to proper ChangeLog.
H.J. Lu [Wed, 12 Sep 2007 04:42:14 +0000 (04:42 +0000)] 
Move the last entry to proper ChangeLog.

16 years agoDon't try to find version definition index when creating an executable.
Ian Lance Taylor [Wed, 12 Sep 2007 00:30:59 +0000 (00:30 +0000)] 
Don't try to find version definition index when creating an executable.

16 years agodaily update
Alan Modra [Wed, 12 Sep 2007 00:00:10 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Wed, 12 Sep 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agoOnly create a version definition for a shared library. Set the
Ian Lance Taylor [Tue, 11 Sep 2007 22:57:35 +0000 (22:57 +0000)] 
Only create a version definition for a shared library.  Set the
dynamic symbol index for a version definition when finalizing
versions.

16 years agoRecord GDB 6.7 branch creation. Bump version number to 6.7.50-20070911-cvs.
gdbadmin [Tue, 11 Sep 2007 21:28:45 +0000 (21:28 +0000)] 
Record GDB 6.7 branch creation. Bump version number to 6.7.50-20070911-cvs.

16 years agobfd/
Kazu Hirata [Tue, 11 Sep 2007 16:07:50 +0000 (16:07 +0000)] 
bfd/
* archures.c: Add bfd_mach_mcf_isa_c_nodiv,
bfd_mach_mcf_isa_c_nodiv_mac & bfd_mach_mcf_isa_c_nodiv_emac.
* ieee.c (ieee_write_processor): Update coldfire architecture
list.
* bfd-in2.h: Rebuilt.
* cpu-m68k.c (arch_info_struct): Add isa_c nodiv architectures.
(m68k_arch_features): Likewise.
* elf32-m68k.c (elf32_m68k_object_p): Add EF_M68K_CF_ISA_C_NODIV.
(elf32_m68k_print_private_bfd_data): Likewise.

gas/
* config/tc-m68k.c (m68k_ip): Add mcfisa_c case.
(m68k_elf_final_processing): Add EF_M68K_CF_ISA_C_NODIV.

include/elf/
* m68k.h (EF_M68K_CF_ISA_C_NODIV): New.

16 years ago2007-09-11 Jan Beulich <jbeulich@novell.com>
Jan Beulich [Tue, 11 Sep 2007 15:44:19 +0000 (15:44 +0000)] 
2007-09-11  Jan Beulich  <jbeulich@novell.com>

* elf64-i386.c (elf64_i386_tls_transition): Remove redundant 'const'.
* elf64-x86_64.c (elf64_x86_64_tls_transition): Likewise.

16 years agoPR/5020: STRINGTABLE doesn't work in 2.18 windres.
Kai Tietz [Tue, 11 Sep 2007 14:05:09 +0000 (14:05 +0000)] 
PR/5020: STRINGTABLE doesn't work in 2.18 windres.

16 years ago2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Andrew Haley [Tue, 11 Sep 2007 13:10:20 +0000 (13:10 +0000)] 
2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

        PR target/33281
        * configure.ac: Use config/mh-mingw on mingw.
        * configure: Regenerate.
        * config/mh-mingw: New host makefile fragment.

16 years ago2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
DJ Delorie [Tue, 11 Sep 2007 00:22:05 +0000 (00:22 +0000)] 
2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
PR other/32154
* configure.ac: For libgloss targets, point the linker to the linker
script, startup code and simulator library.
* configure: Regenerate.

16 years agodaily update
Alan Modra [Tue, 11 Sep 2007 00:00:10 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Tue, 11 Sep 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

16 years ago * thread.c (free_thread): Do not delete the step resume breakpoint
Daniel Jacobowitz [Mon, 10 Sep 2007 21:27:23 +0000 (21:27 +0000)] 
* thread.c (free_thread): Do not delete the step resume breakpoint
right away.

16 years ago * arch-utils.c (gdbarch_info_fill): Also try core_bfd.
Daniel Jacobowitz [Mon, 10 Sep 2007 21:14:11 +0000 (21:14 +0000)] 
* arch-utils.c (gdbarch_info_fill): Also try core_bfd.
* corelow.c (core_read_description): New.
(init_core_ops): Set to_read_description.
* gdbarch.sh: Add gdbarch_core_read_description.
* mips-linux-tdep.c (mips_linux_core_read_description): New.
(mips_linux_init_abi): Call set_gdbarch_core_read_description.
* mips-tdep.c (mips_tdesc_gp32, mips_tdesc_gp64): New.
(mips_register_g_packet_guesses): Use them.
(_initialize_mips_tdep): Initialize them.
* mips-tdep.h (mips_tdesc_gp32, mips_tdesc_gp64): Declare.
* gdbarch.h, gdbarch.c: Regenerated.

16 years ago * infrun.c (stepping_past_breakpoint): New global variable.
Ulrich Weigand [Mon, 10 Sep 2007 18:49:26 +0000 (18:49 +0000)] 
* infrun.c (stepping_past_breakpoint): New global variable.
(stepping_past_breakpoint_ptid): Likewise.
(prepare_to_proceed): Add STEP parameter.  Do not check for Ctrl-C.
Only switch threads if we need to single-step over a breakpoint hit
in the previously selected thread.  If stepping, remember previous
thread to switch back to in STEPPING_PAST_BREAKPOINT[_PTID].  Call
switch_to_thread instead of copying its contents.
(proceed): Pass STEP to prepare_to_proceed.  Always set ONEPROC if
prepare_to_proceed returns true.
(init_wait_for_inferior): Reset STEPPING_PAST_BREAKPOINT.
(context_switch): Call switch_to_thread.
(handle_inferior_event): Switch back to previous thread if requested
in STEPPING_PAST_BREAKPOINT[_PTID] by prepare_to_proceed.
* gdbthread.h (switch_to_thread): Add prototype.
* thread.c (switch_to_thread): Make global.

16 years ago PR 5011
Alan Modra [Mon, 10 Sep 2007 09:05:23 +0000 (09:05 +0000)] 
PR 5011
* readelf.c (process_version_sections): Don't read past end of
various section buffers.

16 years ago*** empty log message ***
gdbadmin [Mon, 10 Sep 2007 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

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

16 years ago* lib/gdb.exp (build_id_debug_filename_get): Improve check for
Mark Kettenis [Sun, 9 Sep 2007 22:25:31 +0000 (22:25 +0000)] 
* lib/gdb.exp (build_id_debug_filename_get): Improve check for
build-id.

16 years ago* lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
Mark Kettenis [Sun, 9 Sep 2007 22:19:15 +0000 (22:19 +0000)] 
* lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
know about $ORIGIN.  Calculate output dir from $dest instead of
using ${objdir}/{$subdir}.

16 years ago* gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
Mark Kettenis [Sun, 9 Sep 2007 21:31:00 +0000 (21:31 +0000)] 
* gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
gcore, before continuing with the test.

16 years ago2007-09-09 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sun, 9 Sep 2007 16:38:39 +0000 (16:38 +0000)] 
2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>

* tc-i386.c (output_insn): Only check SSE4.2 and ABM for 3
byte opcode.

16 years ago2007-09-09 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sun, 9 Sep 2007 16:02:17 +0000 (16:02 +0000)] 
2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (main): Remove the local variable, unused.

16 years ago2007-09-09 Andrew Haley <aph@redhat.com>
Andrew Haley [Sun, 9 Sep 2007 08:19:50 +0000 (08:19 +0000)] 
2007-09-09  Andrew Haley  <aph@redhat.com>

        * configure.ac (noconfigdirs): Remove target-libffi and
        target-libjava.

16 years ago2007-09-08 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sun, 9 Sep 2007 02:49:25 +0000 (02:49 +0000)] 
2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (cpu_flags_check_x64): Renamed to ...
(cpu_flags_check_cpu64): This. Inline.
(uints_all_zero): New.
(uints_set): Likewise
(uints_equal): Likewise
(UINTS_ALL_ZERO): Likewise
(UINTS_SET): Likewise
(UINTS_CLEAR): Likewise
(UINTS_EQUAL): Likewise
(cpu_flags_and): Likewise.
(cpu_flags_or): Likewise.
(operand_type_and): Likewise.
(operand_type_or): Likewise.
(operand_type_xor): Likewise.
(cpu_flags_not): Inline and use switch instead of loop.
(cpu_flags_match): Updated.
(operand_type_match): Likewise.
(smallest_imm_type): Likewise.
(set_cpu_arch): Likewise.
(pt): Likewise.
(md_assemble): Likewise.
(parse_insn): Likewise.
(optimize_imm): Likewise.
(match_template): Likewise.
(process_suffix): Likewise.
(update_imm): Likewise.
(finalize_imm): Likewise.
(process_operands): Likewise.
(build_modrm_byte): Likewise.
(i386_immediate): Likewise.
(i386_displacement): Likewise.
(i386_index_check): Likewise.
(i386_operand): Likewise.
(i386_target_format): Likewise.
(intel_e11): Likewise.
(operand_type): Remove implicitregister.
(operand_type_check): Updated. Inline.
(cpu_flags_all_zero): Removed.
(operand_type_all_zero): Likewise.
(i386_array_biop): Likewise.
(cpu_flags_biop): Likewise.
(operand_type_biop): Likewise.

16 years ago2007-09-08 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Sun, 9 Sep 2007 01:34:48 +0000 (01:34 +0000)] 
2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

16 years agogas/
H.J. Lu [Sun, 9 Sep 2007 01:22:57 +0000 (01:22 +0000)] 
gas/

2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>

* configure.in (AC_CHECK_HEADERS): Add limits.h.
* configure: Regenerated.
* config.in: Likewise.

* config/tc-i386.c: Include "opcodes/i386-init.h".
(_i386_insn): Use i386_operand_type for types.
(cpu_arch_flags): Updated to new types with bitfield.
(cpu_arch_tune_flags): Likewise.
(cpu_arch_isa_flags): Likewise.
(cpu_arch): Likewise.
(i386_align_code): Likewise.
(set_code_flag): Likewise.
(set_16bit_gcc_code_flag): Likewise.
(set_cpu_arch): Likewise.
(md_assemble): Likewise.
(parse_insn): Likewise.
(process_operands): Likewise.
(output_branch): Likewise.
(output_jump): Likewise.
(parse_real_register): Likewise.
(mode_from_disp_size): Likewise.
(smallest_imm_type): Likewise.
(pi): Likewise.
(type_names): Likewise.
(pt): Likewise.
(pte): Likewise.
(swap_2_operands): Likewise.
(optimize_imm): Likewise.
(optimize_disp): Likewise.
(match_template): Likewise.
(check_string): Likewise.
(process_suffix): Likewise.
(check_byte_reg): Likewise.
(check_long_reg): Likewise.
(check_qword_reg): Likewise.
(check_word_reg): Likewise.
(finalize_imm): Likewise.
(build_modrm_byte): Likewise.
(output_insn): Likewise.
(disp_size): Likewise.
(imm_size): Likewise.
(output_disp): Likewise.
(output_imm): Likewise.
(gotrel): Likewise.
(i386_immediate): Likewise.
(i386_displacement): Likewise.
(i386_index_check): Likewise.
(i386_operand): Likewise.
(parse_real_register): Likewise.
(i386_intel_operand): Likewise.
(intel_e09): Likewise.
(intel_bracket_expr): Likewise.
(intel_e11): Likewise.
(cpu_arch_flags_not): New.
(cpu_flags_check_x64): Likewise.
(cpu_flags_all_zero): Likewise.
(cpu_flags_not): Likewise.
(i386_cpu_flags_biop): Likewise.
(cpu_flags_biop): Likewise.
(cpu_flags_match); Likewise.
(acc32): New.
(acc64): Likewise.
(control): Likewise.
(reg16_inoutportreg): Likewise.
(disp16): Likewise.
(disp32): Likewise.
(disp32s): Likewise.
(disp16_32): Likewise.
(anydisp): Likewise.
(baseindex): Likewise.
(regxmm): Likewise.
(imm8): Likewise.
(imm8s): Likewise.
(imm16): Likewise.
(imm32): Likewise.
(imm32s): Likewise.
(imm64): Likewise.
(imm16_32): Likewise.
(imm16_32s): Likewise.
(imm16_32_32s): Likewise.
(operand_type): Likewise.
(operand_type_check): Likewise.
(operand_type_match): Likewise.
(operand_type_register_match): Likewise.
(update_imm): Likewise.
(set_code_flag): Also update cpu_arch_flags_not.
(set_16bit_gcc_code_flag): Likewise.
(md_begin): Likewise.
(parse_insn): Use cpu_flags_check_x64 to check 64bit support.
Use cpu_flags_match to match instructions.
(i386_target_format): Update cpu_arch_isa_flags and
cpu_arch_tune_flags to i386_cpu_flags type with bitfield.
(smallest_imm_type): Check cpu_arch_tune to tune for i486.
(match_template): Don't initialize overlap0, overlap1,
overlap2, overlap3 and operand_types.
(process_suffix): Handle crc32 with 64bit register.
(MATCH): Removed.
(CONSISTENT_REGISTER_MATCH): Likewise.

* config/tc-i386.h (arch_entry): Updated to i386_cpu_flags
type.

opcodes/

2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>

* configure.in (AC_CHECK_HEADERS): Add limits.h.
* configure: Regenerated.
* config.in: Likewise.

* i386-gen.c: Include "sysdep.h" instead of <stdlib.h> and
<string.h>.  Use xstrerror instead of strerror.
(initializer): New.
(cpu_flag_init): Likewise.
(bitfield): Likewise.
(BITFIELD): New.
(cpu_flags): Likewise.
(opcode_modifiers): Likewise.
(operand_types): Likewise.
(compare): Likewise.
(set_cpu_flags): Likewise.
(output_cpu_flags): Likewise.
(process_i386_cpu_flags): Likewise.
(output_opcode_modifier): Likewise.
(process_i386_opcode_modifier): Likewise.
(output_operand_type): Likewise.
(process_i386_operand_type): Likewise.
(set_bitfield): Likewise.
(operand_type_init): Likewise.
(process_i386_initializers): Likewise.
(process_i386_opcodes): Call process_i386_opcode_modifier to
process opcode_modifier.  Call process_i386_operand_type to
process operand_types.
(process_i386_registers): Call process_i386_operand_type to
process reg_type.
(main): Check unused bits in i386_cpu_flags and i386_operand_type.
Sort cpu_flags, opcode_modifiers and operand_types.  Call
process_i386_initializers.

* i386-init.h: New.
* i386-tbl.h: Regenerated.

* i386-opc.h: Include <limits.h>.
(CHAR_BIT): Define as 8 if not defined.
(Cpu186): Changed to position of bitfiled.
(Cpu286): Likewise.
(Cpu386): Likewise.
(Cpu486): Likewise.
(Cpu586): Likewise.
(Cpu686): Likewise.
(CpuP4): Likewise.
(CpuK6): Likewise.
(CpuK8): Likewise.
(CpuMMX): Likewise.
(CpuMMX2): Likewise.
(CpuSSE): Likewise.
(CpuSSE2): Likewise.
(Cpu3dnow): Likewise.
(Cpu3dnowA): Likewise.
(CpuSSE3): Likewise.
(CpuPadLock): Likewise.
(CpuSVME): Likewise.
(CpuVMX): Likewise.
(CpuSSSE3): Likewise.
(CpuSSE4a): Likewise.
(CpuABM): Likewise.
(CpuSSE4_1): Likewise.
(CpuSSE4_2): Likewise.
(Cpu64): Likewise.
(CpuNo64): Likewise.
(D): Likewise.
(W): Likewise.
(Modrm): Likewise.
(ShortForm): Likewise.
(Jump): Likewise.
(JumpDword): Likewise.
(JumpByte): Likewise.
(JumpInterSegment): Likewise.
(FloatMF): Likewise.
(FloatR): Likewise.
(FloatD): Likewise.
(Size16): Likewise.
(Size32): Likewise.
(Size64): Likewise.
(IgnoreSize): Likewise.
(DefaultSize): Likewise.
(No_bSuf): Likewise.
(No_wSuf): Likewise.
(No_lSuf): Likewise.
(No_sSuf): Likewise.
(No_qSuf): Likewise.
(No_xSuf): Likewise.
(FWait): Likewise.
(IsString): Likewise.
(RegKludge): Likewise.
(IsPrefix): Likewise.
(ImmExt): Likewise.
(NoRex64): Likewise.
(Rex64): Likewise.
(Ugh): Likewise.
(Reg8): Likewise.
(Reg16): Likewise.
(Reg32): Likewise.
(Reg64): Likewise.
(FloatReg): Likewise.
(RegMMX): Likewise.
(RegXMM): Likewise.
(Imm8): Likewise.
(Imm8S): Likewise.
(Imm16): Likewise.
(Imm32): Likewise.
(Imm32S): Likewise.
(Imm64): Likewise.
(Imm1): Likewise.
(BaseIndex): Likewise.
(Disp8): Likewise.
(Disp16): Likewise.
(Disp32): Likewise.
(Disp32S): Likewise.
(Disp64): Likewise.
(InOutPortReg): Likewise.
(ShiftCount): Likewise.
(Control): Likewise.
(Debug): Likewise.
(Test): Likewise.
(SReg2): Likewise.
(SReg3): Likewise.
(Acc): Likewise.
(FloatAcc): Likewise.
(JumpAbsolute): Likewise.
(EsSeg): Likewise.
(RegMem): Likewise.
(OTMax): Likewise.
(Reg): Commented out.
(WordReg): Likewise.
(ImplicitRegister): Likewise.
(Imm): Likewise.
(EncImm): Likewise.
(Disp): Likewise.
(AnyMem): Likewise.
(LLongMem): Likewise.
(LongMem): Likewise.
(ShortMem): Likewise.
(WordMem): Likewise.
(ByteMem): Likewise.
(CpuMax): New
(CpuLM): Likewise.
(CpuNumOfUints): Likewise.
(CpuNumOfBits): Likewise.
(CpuUnused): Likewise.
(OTNumOfUints): Likewise.
(OTNumOfBits): Likewise.
(OTUnused): Likewise.
(i386_cpu_flags): New type.
(i386_operand_type): Likewise.
(i386_opcode_modifier): Likewise.
(CpuSledgehammer): Removed.
(CpuSSE4): Likewise.
(CpuUnknownFlags): Likewise.
(Reg): Likewise.
(WordReg): Likewise.
(ImplicitRegister): Likewise.
(Imm): Likewise.
(EncImm): Likewise.
(Disp): Likewise.
(AnyMem): Likewise.
(LLongMem): Likewise.
(LongMem): Likewise.
(ShortMem): Likewise.
(WordMem): Likewise.
(ByteMem): Likewise.
(template): Use i386_cpu_flags for cpu_flags, use
i386_opcode_modifier for opcode_modifier, use
i386_operand_type for operand_types.
(reg_entry): Use i386_operand_type for reg_type.

* Makefile.am (HFILES): Add i386-init.h.
($(srcdir)/i386-init.h): New rule.
($(srcdir)/i386-tbl.h): Depend on $(srcdir)/i386-init.h
instead.
* Makefile.in: Regenerated.

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

16 years ago*** empty log message ***
gdbadmin [Sun, 9 Sep 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

16 years ago * elf64-ppc.c (func_desc_adjust): When resolving undefined
Alan Modra [Sat, 8 Sep 2007 13:46:15 +0000 (13:46 +0000)] 
* elf64-ppc.c (func_desc_adjust): When resolving undefined
references to dot-symbols, transfer def_regular and
def_dynamic from the descriptor symbol.

16 years ago * config.bfd: Set want64 for spu-*-elf.
Alan Modra [Sat, 8 Sep 2007 11:11:24 +0000 (11:11 +0000)] 
* config.bfd: Set want64 for spu-*-elf.

16 years ago * ldwrite.c (build_link_order <lang_padding_statement_enum>): Correct
Alan Modra [Sat, 8 Sep 2007 11:04:28 +0000 (11:04 +0000)] 
* ldwrite.c (build_link_order <lang_padding_statement_enum>): Correct
condition under which we build a bfd_data_link_order.

16 years ago PR ld/2864, ld/5006
Alan Modra [Sat, 8 Sep 2007 11:03:31 +0000 (11:03 +0000)] 
PR ld/2864, ld/5006
* elf.c (special_sections): Comment typo.
(elf_fake_sections): Force SHT_PROGBITS for sections that are
SHT_NOBITS if BFD section flags say they have contents.

16 years ago*** empty log message ***
gdbadmin [Sat, 8 Sep 2007 00:00:35 +0000 (00:00 +0000)] 
*** empty log message ***

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

16 years ago2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr>
Pierre Muller [Fri, 7 Sep 2007 12:34:55 +0000 (12:34 +0000)] 
2007-09-07  Pierre Muller  <muller@ics.u-strasbg.fr>

 * p-valprint.c: Fix 7 ARI reported problems.
 (pascal_val_print): Fix one operator at end of line issue.
 Use paddress function to remove use of
 deprecated_print_address_numeric function (2 times).
 Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
 (pascal_value_print): Fix 3 operator at end of line issues.

16 years ago PR gdb/2103
Daniel Jacobowitz [Fri, 7 Sep 2007 12:13:45 +0000 (12:13 +0000)] 
PR gdb/2103
* arm-tdep.c (arm_in_call_stub): Delete.
(arm_skip_stub): Handle from_arm and from_thumb stubs.

16 years agoconfig/
Richard Sandiford [Fri, 7 Sep 2007 07:38:47 +0000 (07:38 +0000)] 
config/
* mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
(CXXFLAGS_FOR_TARGET): Likewise.

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

16 years ago*** empty log message ***
gdbadmin [Fri, 7 Sep 2007 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agoAdd -rpath-link option, currently unused.
Ian Lance Taylor [Thu, 6 Sep 2007 23:37:53 +0000 (23:37 +0000)] 
Add -rpath-link option, currently unused.

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