OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
15 years ago2009-04-22 Anthony Green <green@moxielogic.com>
jjohnstn [Wed, 22 Apr 2009 19:48:04 +0000 (19:48 +0000)]
2009-04-22  Anthony Green  <green@moxielogic.com>

        * configure.in: Add moxie support.
        * configure: Regenerate.
        * moxie/aclocal.m4, moxie/configure, moxie/configure.in,
        moxie/crt0.S, moxie/fstat.c, moxie/getpid.c, isatty.c,
        moxie/kill.c, moxie/Makefile.in, moxie/moxie-elf-common.ld,
        moxie/print.c, moxie/putnum.c, moxie/qemu.ld, moxie/qemu-time.c,
        moxie/qemu-write.c, moxie/sbrk.c, moxie/sim-close.S,
        moxie/sim-exit.S,
        moxie/sim-inbyte.c, moxie/sim.ld, moxie/sim-lseek.c,
        moxie/sim-lseek.S, moxie/sim-open.S, moxie/sim-read.S, moxie/sim-time.c,
        moxie/sim-unlink.S, moxie/sim-write.S, moxie/stat.c: New files.

15 years ago * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
jsm28 [Wed, 22 Apr 2009 19:46:19 +0000 (19:46 +0000)]
* lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.

15 years agomerge from gcc
dj [Wed, 22 Apr 2009 19:09:13 +0000 (19:09 +0000)]
merge from gcc

15 years ago* strace.cc (create_child): Set CYGWIN=noglob when starting new process so that
cgf [Wed, 22 Apr 2009 19:08:52 +0000 (19:08 +0000)]
* strace.cc (create_child): Set CYGWIN=noglob when starting new process so that
Cygwin will leave already-parsed the command line alonw.

15 years ago* mep/sim-crt0.S (_start): Fix typo.
dj [Wed, 22 Apr 2009 18:57:35 +0000 (18:57 +0000)]
* mep/sim-crt0.S (_start): Fix typo.

15 years agogdb/
jkratoch [Wed, 22 Apr 2009 17:50:54 +0000 (17:50 +0000)]
gdb/
* varobj.c (free_variable): Replace free_current_contents by xfree.

15 years ago * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
vprus [Wed, 22 Apr 2009 17:24:58 +0000 (17:24 +0000)]
* gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.

15 years ago * arm-linux-nat.c (fetch_register, store_register): Use
kazu [Wed, 22 Apr 2009 15:14:53 +0000 (15:14 +0000)]
* arm-linux-nat.c (fetch_register, store_register): Use
ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
* arm-linux-tdep.c (arm_linux_supply_gregset,
arm_linux_collect_gregset): Likewise.
* arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
* arm-tdep.h (ARM_CPSR_REGNUM): Remove.

15 years ago2009-04-22 Christophe Lyon <christophe.lyon@st.com>
clyon [Wed, 22 Apr 2009 14:01:30 +0000 (14:01 +0000)]
2009-04-22  Christophe Lyon  <christophe.lyon@st.com>

PR9743
bfd/
* elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24,
R_ARM_JUMP24 and R_ARM_PLT32 relocations.
(elf32_arm_size_stubs): Likewise.
(record_thumb_to_arm_glue): Deleted unused function.
(bfd_elf32_arm_process_before_allocation): No longer handle
R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here.
(elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
R_ARM_JUMP24 and R_ARM_PLT32 relocations.

testsuite/
* ld-arm/arm-call.d: Update expected result.
* ld-arm/arm-pic-veneer.d: Likewise.
* ld-arm/thumb2-b-interwork.d: Likewise.

15 years ago * ld-scripts/rgn-at1.d: Cope with larger padding on sections.
nathan [Wed, 22 Apr 2009 11:57:34 +0000 (11:57 +0000)]
* ld-scripts/rgn-at1.d: Cope with larger padding on sections.
* ld-scripts/rgn-at2.d: Likewise.
* ld-scripts/rgn-at3.d: Likewise.

15 years ago * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
nathan [Wed, 22 Apr 2009 11:40:24 +0000 (11:40 +0000)]
* config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
as_bad calls to silence compiler warning.

15 years ago * libc/stdio/local.h (__chclass, __state_table, __action_table):
corinna [Wed, 22 Apr 2009 08:30:02 +0000 (08:30 +0000)]
* libc/stdio/local.h (__chclass, __state_table, __action_table):
Add extern to the declarations.
* libc/stdlib/local.h (__iso_8859_conv, __cp_conv): Likewise.

15 years ago * gdb.texinfo (disassemble-next-line): Set the default of
teawater [Wed, 22 Apr 2009 06:09:18 +0000 (06:09 +0000)]
* gdb.texinfo (disassemble-next-line): Set the default of
disassemble-next-line to off.

15 years ago * stack.c (_initialize_stack): Set the default of
teawater [Wed, 22 Apr 2009 06:06:11 +0000 (06:06 +0000)]
* stack.c (_initialize_stack): Set the default of
disassemble-next-line to off.

15 years ago * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
tromey [Wed, 22 Apr 2009 00:17:49 +0000 (00:17 +0000)]
* acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
* configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.

15 years agodaily update
amodra [Wed, 22 Apr 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Wed, 22 Apr 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago bfd/
drow [Tue, 21 Apr 2009 22:05:02 +0000 (22:05 +0000)]
bfd/
* elf32-arm.c (INTERWORK_FLAG): Check BFD_LINKER_CREATED.
(elf32_arm_write_section): Declare early.
(elf32_arm_size_stubs): Skip non-stub sections in the stub BFD.
(arm_allocate_glue_section_space): Exclude empty sections.
(ARM_GLUE_SECTION_FLAGS): Add SEC_LINKER_CREATED.
(bfd_elf32_arm_add_glue_sections_to_bfd): Do not skip the stub
BFD.
(elf32_arm_output_glue_section, elf32_arm_final_link): New.
(elf32_arm_merge_eabi_attributes): Skip the stub BFD.
(elf32_arm_size_dynamic_sections): Allocate interworking
sections here.
(bfd_elf32_bfd_final_link): Define.

ld/
* emultempl/armelf.em (bfd_for_interwork, arm_elf_after_open)
(arm_elf_set_bfd_for_interworking): Delete.
(arm_elf_before_allocation): Do not set the interworking BFD.
Move allocation inside not-dynamic block.
(arm_elf_create_output_section_statements): Create glue sections
and set the interworking BFD here.
(LDEMUL_AFTER_OPEN): Delete.

ld/testsuite/
* ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d,
ld-arm/farcall-mixed-lib.d: Update for linker changes.

15 years ago* configure.ac: Add quotes to not lose brackets in help text.
schwab [Tue, 21 Apr 2009 21:01:04 +0000 (21:01 +0000)]
* configure.ac: Add quotes to not lose brackets in help text.
* configure: Rebuild.

15 years agoFix date.
schwab [Tue, 21 Apr 2009 20:54:33 +0000 (20:54 +0000)]
Fix date.

15 years ago * configure.ac: Don't postprocess Makefile in config.status.
schwab [Tue, 21 Apr 2009 20:19:13 +0000 (20:19 +0000)]
* configure.ac: Don't postprocess Makefile in config.status.
Substitute GDB_NM_FILE.  Don't substitute nm_h.
* Makefile.in (GDB_NM_FILE): Substitute.
(TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
* configure: Regenerate.
* gnulib/Makefile.in: Regenerate.

15 years agogdb:
jsm28 [Tue, 21 Apr 2009 20:13:07 +0000 (20:13 +0000)]
gdb:
* configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
--with-htmldir): New.
* configure: Regenerate.

gdb/doc:
* configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
--with-htmldir): New.
* configure: Regenerate.
* Makefile.in (datarootdir, docdir): Define.
(gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
instead of $(SET_TEXINPUTS).
(gdbint.dvi, gdbint.pdf): Use same -I options as for building
gdbint.info instead of $(SET_TEXINPUTS).
(gdbint/index.html): Use same -I options as for building
gdbint.info.
(stabs.dvi, stabs.pdf): Use same -I options as for building
stabs.info instead of $(SET_TEXINPUTS).
(stabs/index.html): Use same -I options as for building
stabs.info.
(annotate.dvi, annotate.pdf): Use same -I options as for building
annotate.info instead of $(SET_TEXINPUTS).
(annotate/index.html): Use same -I options as for building
annotate.info.

15 years ago * ctype.cc (__set_ctype): Copy exact part of the current active
corinna [Tue, 21 Apr 2009 20:10:54 +0000 (20:10 +0000)]
* ctype.cc (__set_ctype): Copy exact part of the current active
character class array.

15 years ago * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from
corinna [Tue, 21 Apr 2009 20:08:59 +0000 (20:08 +0000)]
* libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from
_CTYPE_DATA_128_256.
* libc/ctype/ctype_cp.h: Split off all character class values for
character 255 from the rest of the definitions.
(__ctype_cp): Use the new definitions.  Make sure that the table
always contains 0 for EOF (-1).
* libc/ctype/ctype_iso.h: Ditto.

15 years ago2009-04-21 Sandra Loosemore <sandra@codesourcery.com>
jjohnstn [Tue, 21 Apr 2009 18:38:53 +0000 (18:38 +0000)]
2009-04-21  Sandra Loosemore  <sandra@codesourcery.com>

        * libc/reent/impure.c (__sf_fake_stdin, __sf_fake_stdout)
        (__sf_fake_stderr): Declare locally with weak attribute.

15 years ago2009-04-21 Mark Mitchell <mark@codesourcery.com>
jjohnstn [Tue, 21 Apr 2009 18:24:59 +0000 (18:24 +0000)]
2009-04-21  Mark Mitchell  <mark@codesourcery.com>

        * libc/include/_ansi.h: Move C++ defines to top of file.
        (_NOTHROW): New macro.
        (_EXFUN_NOTHROW): Likewise.
        * libc/include/stdlib.h (calloc): Declare with _EXFUN_NOTHROW.
        (free): Likewise.
        (malloc): Likewise.
        (realloc): Likewise.
        (_malloc_r): Likewise.
        (_callor_r): Likewise.
        (_free_r): Likewise.
        (_realloc_r): Likewise.

15 years ago* mep/Makefile.in (SCRIPTS): Update to new config.
dj [Tue, 21 Apr 2009 18:13:32 +0000 (18:13 +0000)]
* mep/Makefile.in (SCRIPTS): Update to new config.
* mep/default.ld: New.
* mep/gmap_default.ld: Change default endian to little.
* mep/sim-crt0.S: Maintain 8-byte stack alignment.
* mep/sim-crtn.S: Likewise.

15 years ago * configure: Rebuild.
tromey [Tue, 21 Apr 2009 18:09:08 +0000 (18:09 +0000)]
* configure: Rebuild.
* configure.ac: Use lower case for start of help strings.  Clean
up --with-sysroot help.

15 years ago2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 21 Apr 2009 17:08:19 +0000 (17:08 +0000)]
2009-04-21  H.J. Lu  <hongjiu.lu@intel.com>

* coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K.

* coffcode.h (coff_compute_section_file_positions): Clear
D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE.

* libcoff-in.h (pe_tdata): Remove force_minimum_alignment and
force_minimum_alignment.

* libcoff.h: Regenerated.

* pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed.
(PEI_FORCE_MINIMUM_ALIGNMENT): Likewise.

* peicode.h (pe_mkobject): Don't set force_minimum_alignment
nor target_subsystem.

* peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check
force_minimum_alignment nor target_subsystem.

15 years ago * configure: Rebuild.
tromey [Tue, 21 Apr 2009 17:00:10 +0000 (17:00 +0000)]
* configure: Rebuild.
* acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
* configure.ac: Use AC_HELP_STRING.  Use upper case for variables
in help.

15 years ago2009-04-21 David Daney <ddaney@caviumnetworks.com>
daney [Tue, 21 Apr 2009 16:31:06 +0000 (16:31 +0000)]
2009-04-21  David Daney  <ddaney@caviumnetworks.com>

* gdb.texinfo (maint show-debug-regs): Remove mention of x86.

15 years ago2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 21 Apr 2009 16:23:11 +0000 (16:23 +0000)]
2009-04-21  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386-intel.c (O_XXX): Reorder.

15 years ago * texinfo/texinfo.tex: Update to version 2009-03-28.05.
jsm28 [Tue, 21 Apr 2009 12:36:46 +0000 (12:36 +0000)]
* texinfo/texinfo.tex: Update to version 2009-03-28.05.

15 years ago ARI fix: remove "%p".
muller [Tue, 21 Apr 2009 11:38:38 +0000 (11:38 +0000)]
ARI fix: remove "%p".
* ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
(ia64_sigtramp_frame_this_id): Ditto.
(ia64_libunwind_frame_this_id): Ditto.
(ia64_libunwind_sigtramp_frame_this_id): Ditto.
* symmisc.c (maintenance_info_psymtabs): Ditto.

15 years agogdb:
jsm28 [Tue, 21 Apr 2009 10:13:03 +0000 (10:13 +0000)]
gdb:
* configure.ac (--with-relocated-sources): New.
* configure, config.in: Regenerate.
* source.c (add_substitute_path_rule): Remove static.
* source.h (add_substitute_path_rule): Declare.
* main.c: Include "source.h".
(captured_main): Add substitution rule if RELOC_SRCDIR.

gdb/doc:
* gdb.texinfo (Source Path): Document --with-relocated-sources.

15 years ago * gnu-nat.h (proc_debug): Add missing continuation line in macro.
muller [Tue, 21 Apr 2009 07:35:42 +0000 (07:35 +0000)]
* gnu-nat.h (proc_debug): Add missing continuation line in macro.

15 years agobfd/ChangeLog
davek [Tue, 21 Apr 2009 02:13:46 +0000 (02:13 +0000)]
bfd/ChangeLog

2009-04-21  Kai Tietz  <kai.tietz@onevision.com>

* coff-x86_64.c (PEI_HEADERS): Protect includes.
(bfd_pe_print_pdata): Remove #ifdef PE variation.
* pei-x86_64.c (PEI_HEADERS): Define to prevent double
include in coff-x86_64.c of headers.
(PDATA_ROW_SIZE): New define.
(pex_regs[]): New static array.
(pex64_get_runtime_function): New static function.
(pex64_get_unwind_info): Likewise.
(pex64_get_scope_entry): Likewise.
(pex64_xdata_print_uwd_codes): Likewise.
(pep_get_section_by_rva): Likewise.
(pex64_dump_xdata): Likewise.
(pex64_bfd_print_pdata): Likewise.
(bfd_pe_print_pdata): Define as pex64_bfd_print_pdata.
* peXXigen.c (_bfd_pex64_print_pdata): Removed implementation.
* libpei.h (_bfd_pex64_print_pdata): Removed declaration.

include/ChangeLog

2009-04-21  Kai Tietz  <kai.tietz@onevision.com>

* coff/pe.h (pex64_runtime_function): New structure.
(external_pex64_runtime_function): Likewise.
(pex64_unwind_code): Likewise.
(external_pex64_unwind_code): Likewise.
(pex64_unwind_info): Likewise.
(external_pex64_unwind_info): Likewise.
(external_pex64_scope): Likewise.
(pex64_scope): Likewise.
(pex64_scope_entry):  Likewise.
(external_pex64_scope_entry): Likewise.
(PEX64_IS_RUNTIME_FUNCTION_CHAINED): New macro.
(PEX64_GET_UNWINDDATA_UNIFIED_RVA): Likewise.
(PEX64_UNWCODE_CODE): Likewise.
(PEX64_UNWCODE_INFO): Likewise.
(UWOP_...): Add defines for unwind code.
(UNW_FLAG_...): Add defined for unwind info flags.
(PEX64_SCOPE_ENTRY_SIZE): New macro.
(PEX64_UWI_VERSION): Likewise.
(PEX64_UWI_FLAGS): Likewise.
(PEX64_UWI_FRAMEREG): Likewise.
(PEX64_UWI_FRAMEOFF): Likewise.
(PEX64_UWI_SIZEOF_UWCODE_ARRAY): Likewise.
(PEX64_OFFSET_TO_UNWIND_CODE): Likewise.
(PEX64_OFFSET_TO_HANDLER_RVA): Likewise.
(PEX64_OFFSET_TO_SCOPE_COUNT): Likewise.
(PEX64_SCOPE_ENTRY): Likewise.

15 years ago*** empty log message ***
gdbadmin [Tue, 21 Apr 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Tue, 21 Apr 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago2009-04-20 David Daney <ddaney@caviumnetworks.com>
daney [Mon, 20 Apr 2009 21:11:05 +0000 (21:11 +0000)]
2009-04-20  David Daney  <ddaney@caviumnetworks.com>

* NEWS: Mention MIPS/Linux hardware watchpoint support.

2009-04-20  David Daney  <ddaney@caviumnetworks.com>

* mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
(maint_show_dr, super_close): New variables.
(super_fetch_registers, super_store_registers): Make static.
(PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
(W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
(pt_watch_style): Define new enum.
(mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
Define new structs.
(watch_readback_valid, watch_readback, current_watches, watch_mirror):
New variables.
(get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
(set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
(mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
(mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
(type_to_irw, fill_mask, try_one_watch)
(mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
(mips_linux_new_thread, populate_regs_from_watches)
(mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
(mips_linux_close): New functions.
(_initialize_mips_linux_nat): Register watchpoint functions with
the target_ops.  Add show-debug-regs maintenance command.

2009-04-20  David Daney  <ddaney@caviumnetworks.com>

* infrun.c (handle_inferior_event): Move gegisters_changed call down.

15 years ago* intrinsics.scm (intrinsics-analyze!): Include aliases.
dj [Mon, 20 Apr 2009 19:38:09 +0000 (19:38 +0000)]
* intrinsics.scm (intrinsics-analyze!): Include aliases.
(guess-mode): Drop COP* syntax.
(need-insn): Add "--syscall--" to the list.
(enum-type): Drop COP* syntax.
(intrinsics.h): Likewise.
(intrinsic-protos.h): Change file header to allow it to be
included.

15 years ago2009-04-20 Jeff johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 20 Apr 2009 18:06:13 +0000 (18:06 +0000)]
2009-04-20  Jeff johnston  <jjohnstn@redhat.com>

        * libc/include/math.h: Change _LDBL_EQ_DBL flag usage to
        be _HAVE_LDBL_MATH.
        * libc/include/stdlib.h: Change _LDBL_EQ_DBL flag usage to
        be _HAVE_LDBL_STDLIB.

15 years ago * flock.cc (lf_setlock): Handle border case which results in WFMO loop
corinna [Mon, 20 Apr 2009 17:13:19 +0000 (17:13 +0000)]
* flock.cc (lf_setlock): Handle border case which results in WFMO loop
exiting with ret == WAIT_TIMEOUT gracefully.  Add a system_printf to
uncover other potential problems with WFMO loop.

15 years agoAdd files left out with previous commit.
jbeulich [Mon, 20 Apr 2009 06:34:52 +0000 (06:34 +0000)]
Add files left out with previous commit.

15 years agogas/
jbeulich [Mon, 20 Apr 2009 06:31:49 +0000 (06:31 +0000)]
gas/
2009-04-20  Jan Beulich  <jbeulich@novell.com>

* Makefile.am: Add explicit dependency of tc-i386.o on
tc-i386-intel.c.
* Makefile.in: Likewise.
* config/tc-i386.c (i386_finalize_immediate): Declare, broken
out from i386_immediate.
(i386_immediate): Slightly re-arrange, call
i386_finalize_immediate.
(i386_finalize_displacement): Declare, broken out from
i386_displacement.
(i386_displacement): Slightly re-arrange, call
i386_finalize_displacement.
(i386_intel_simplify, i386_intel_parse_name): Declare.
(this_operand): Initialize to -1.
(set_intel_syntax): Set expression rank for O_full_ptr.
(md_assemble): Set this_operand back to -1 after parsing
operands.
(x86_cons): Negate intel_syntax to indicate state. Call
i386_intel_simplify.
(md_operand): Convert if to switch. Handle '[' for Intel
syntax.
(i386_intel_operand): Delete, including all helper functions
and data.
* config/tc-i386-intel.c: New file, all new code.
* config/tc-i386.h (i386_operator): Declare.
(md_operator): Define to i386_operator.
(i386_need_index_operator): Declare.
(md_need_index_operator): Define to i386_need_index_operator.
(O_full_ptr): Define.

gas/testsuite/
2009-04-20  Jan Beulich  <jbeulich@novell.com>

* gas/i386/equ.s: Adjust.
* gas/i386/equ.d: Remove reference to equ.e.
* gas/i386/equ.e: Delete.
* gas/i386/intel-expr.s: New.
* gas/i386/intel-expr.d: New.
* gas/i386/i386.exp: Run new test.
* gas/i386/intel.s: Adjust.
* gas/i386/intel.e: Remove no longer valid warning messages.
* gas/i386/intel16.s: Adjust.
* gas/i386/intel16.d: Remove reference to intel16.e.
* gas/i386/intel16.e: Delete.
* gas/i386/intelbad.s: Add more tests.
* gas/i386/intelbad.l: Adjust.
* gas/i386/intelok.s: Remove now unneeded equates. Add more
tests.
* gas/i386/intelok.d: Remove reference to intelok.e. Adjust.
* gas/i386/intelok.e: Delete.
* gas/i386/x86_64.s: Adjust.
* gas/i386/x86_64.d: Remove reference to x86_64.e.
* gas/i386/x86_64.e: Delete.

15 years agogas/
jbeulich [Mon, 20 Apr 2009 06:26:23 +0000 (06:26 +0000)]
gas/
2009-04-20  Jan Beulich  <jbeulich@novell.com>

* expr.c (operand): Call md_need_index_operator() and
md_operator() if defined. Add unary label.
(operator): Call md_operator() if defined.
(expr): Adjust assertions on range and rank of op_left and
op_right. Don't abort on unhandled operators when reducing
expressions with both operands being constant.
(expr_set_rank): New.
* expr.h (expr_set_rank): Declare.

15 years ago2009-04-19 Peter O'Gorman <binutils@mlists.thewrittenword.com>
amodra [Mon, 20 Apr 2009 01:09:42 +0000 (01:09 +0000)]
2009-04-19  Peter O'Gorman  <binutils@mlists.thewrittenword.com>
            Alan Modra  <amodra@bigpond.net.au>
            Dave Korn  <dave.korn.cygwin@gmail.com>

* peXXigen.c (_bfd_XXi_swap_sym_in): Fix name handling w.r.t
long names and non-NUL-terminated strings.

15 years agodaily update
amodra [Mon, 20 Apr 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Mon, 20 Apr 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * NEWS: Mention gdbserver support for x86 Windows CE.
palves [Sun, 19 Apr 2009 20:05:23 +0000 (20:05 +0000)]
* NEWS: Mention gdbserver support for x86 Windows CE.

15 years ago * config/djgpp/fnchange.lst: Fix typos.
eliz [Sun, 19 Apr 2009 19:38:42 +0000 (19:38 +0000)]
* config/djgpp/fnchange.lst: Fix typos.

15 years ago Set default host and target charsets in the DJGPP port.
eliz [Sun, 19 Apr 2009 18:29:33 +0000 (18:29 +0000)]
Set default host and target charsets in the DJGPP port.

* config/djgpp/config.sed (am_cv_langinfo_codeset)
(bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
in all configure scripts that define ac_cv_env_CPP_value.
* go32-nat.c (dos_codepage, nl_langinfo): New functions.
Include langinfo.h.
* config/djgpp/nl_types.h: New file.
* config/djgpp/langinfo.h: New file.
* config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.

15 years ago2009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
palves [Sun, 19 Apr 2009 17:54:52 +0000 (17:54 +0000)]
2009-04-19  Danny Backx  <dannybackx@users.sourceforge.net>

* configure.srv: Add x86 Windows CE target.

15 years agodaily update
amodra [Sun, 19 Apr 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Sun, 19 Apr 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago* mkimport: Specify .text for stub explicitly.
cgf [Sat, 18 Apr 2009 17:23:45 +0000 (17:23 +0000)]
* mkimport: Specify .text for stub explicitly.
* speclib: Add a dummy '.idata$7' section referring to the dll associated with
the real import library.

15 years agogdb:
jsm28 [Sat, 18 Apr 2009 17:11:01 +0000 (17:11 +0000)]
gdb:
2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.in (MAKEHTML): Set to makeinfo --html.
(MAKEHTMLFLAGS): Set to empty.

gdb/doc:
2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
            Joseph Myers  <joseph@codesourcery.com>

* Makefile.in (MAKEHTML): Set to makeinfo --html.
(MAKEHTMLFLAGS): Set to empty.
(html__strip_dir): Define.
(HTMLFILES): Define.
(HTMLFILES_INSTALL): Define.
(install-html): Copy new automake rule.
(html): Depend on $(HTMLFILES).
(gdb_toc.html): Rename to gdb/index.html.
(gdbint_toc.html): Rename to gdbint/index.html.
(stabs_toc.html): Rename to stabs/index.html.
(annotate_toc.html): Rename to annotate/index.html.

15 years ago * NEWS: Mention all new set/show commands added since GDB 6.8 was
eliz [Sat, 18 Apr 2009 14:54:00 +0000 (14:54 +0000)]
* NEWS: Mention all new set/show commands added since GDB 6.8 was
released.

15 years ago * dcrt0.cc (globify): Only call mbtowc for non-ascii chars.
corinna [Sat, 18 Apr 2009 11:08:37 +0000 (11:08 +0000)]
* dcrt0.cc (globify): Only call mbtowc for non-ascii chars.

15 years ago * go32-nat.c (go32_sysinfo): Check if the call to
eliz [Sat, 18 Apr 2009 08:16:34 +0000 (08:16 +0000)]
* go32-nat.c (go32_sysinfo): Check if the call to
__dpmi_get_capabilities fills the buffer with information, and
don't use the buffer if not.

15 years ago[cgen]
dj [Sat, 18 Apr 2009 02:56:42 +0000 (02:56 +0000)]
[cgen]
* cpu/mep-c5.cpu (f-12s20): Change to signed.
(lhucpm1): Limit to C5 mach.
(dsp0,dsp1): Rewrite as aliases so that intrinsics are generated.
* cpu/mep-core.cpu (extend-cdisp10): New.
(f-cdisp10): Change to signed, use extend-cdisp10 to sign extend.

[opcodes]
* mep-desc.c: Regenerate.
* mep-ibld.c: Regenerate.
* mep-opc.c: Regenerate.
* mep-opc.h: Regenerate.

[sid/component/cgen-cpu/mep]
* mep-core1-decode.cxx: Regenerate.
* mep-core1-decode.h: Regenerate.
* mep-decode.cxx: Regenerate.
* mep-decode.h: Regenerate.

15 years agoAdd missing Changelog Entries:
dj [Sat, 18 Apr 2009 02:03:38 +0000 (02:03 +0000)]
Add missing Changelog Entries:
* component/cache/cache.cxx (cache_component::cache_component):
Add write_hint_pin().  Attach it to write-hint.
(cache_component::write_hint): New.
* component/cache/cache.h (write_hint_pin): New.
(write_hint): New.
* component/cgen-cpu/mep/Makefile.am: Regenerate.
* component/cgen-cpu/mep/Makefile.in: Regenerate.
* component/cgen-cpu/mep/mep-core1-decode.cxx: Regenerate.
* component/cgen-cpu/mep/mep-core1-decode.h: Regenerate.
* component/cgen-cpu/mep/mep-core1-defs.h: Regenerate.
* component/cgen-cpu/mep/mep-core1-model.cxx: Regenerate.
* component/cgen-cpu/mep/mep-core1-model.h: Regenerate.
* component/cgen-cpu/mep/mep-core1-sem.cxx: Regenerate.
* component/cgen-cpu/mep/mep-decode.cxx: Regenerate.
* component/cgen-cpu/mep/mep-decode.h: Regenerate.
* component/cgen-cpu/mep/mep-defs.h: Regenerate.
* component/cgen-cpu/mep/mep-desc.h: Regenerate.
* component/cgen-cpu/mep/mep-model.cxx: Regenerate.
* component/cgen-cpu/mep/mep-model.h: Regenerate.
* component/cgen-cpu/mep/mep-sem.cxx: Regenerate.
* component/cgen-cpu/mep/mep.cxx (mep_cpu): Connect
write-hint pin.
(do_cache): Add C5 support.
(do_cache_prefetch): Likewise.
(do_casb3, do_cash3, do_casw3): New.
* component/cgen-cpu/mep/mep.h: Add C5 support and write-hint pin.
(do_casb3, do_cash3, do_casw3): New.
* component/families/mep/Makefile.in: Regenerate.
* component/families/mep/dsu.in: Add C5 support.
* main/dynamic/mainDynamic.cxx: Add C5 support.
* main/dynamic/mepCfg.cxx: Connect write-hint pin.
* main/dynamic/mepCfg.h: Add C5 support.

15 years agoAdd missing ChangeLog entry:
dj [Sat, 18 Apr 2009 01:50:02 +0000 (01:50 +0000)]
Add missing ChangeLog entry:
* mep-asm.c: Regenerate.
* mep-desc.c: Regenerate.
* mep-desc.h: Regenerate.
* mep-dis.c: Regenerate.
* mep-ibld.c: Regenerate.
* mep-opc.c: Regenerate.
* mep-opc.h: Regenerate.

15 years agoMissed ChangeLog Entry:
dj [Sat, 18 Apr 2009 01:48:08 +0000 (01:48 +0000)]
Missed ChangeLog Entry:
* cpu/mep-c5.cpu: New.
* cpu/mep-core.cpu: Add C5 support.
* cpu/mep.opc: Likewise.

15 years agodaily update
amodra [Sat, 18 Apr 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Sat, 18 Apr 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * charset.c (_initialize_charset): Add special case for "646".
tromey [Fri, 17 Apr 2009 23:50:10 +0000 (23:50 +0000)]
* charset.c (_initialize_charset): Add special case for "646".

15 years ago2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 17 Apr 2009 22:50:17 +0000 (22:50 +0000)]
2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>

* bfd-in2.h: Regenerated.

15 years ago2009-04-17 Jeff johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 17 Apr 2009 22:15:42 +0000 (22:15 +0000)]
2009-04-17  Jeff johnston  <jjohnstn@redhat.com>

        * libc/include/machine/ieeefp.h (_LDBL_EQ_DBL): Remove.
        * libc/stdlib/local.h (_LDBL_EQ_DBL): Add.
        * libc/stdlib/strtold.c: Include local.h.
        * libc/stdlib/wcstold.c: Likewise.
        * libm/common/atanl.c: Likewise.
        * libm/common/cosl.c: Likewise.
        * libm/common/sinl.c: Likewise.
        * libm/common/modfl.c: Likewise.
        * libm/common/frexpl.c: Likewise.
        * libm/common/tanhl.c: Likewise.
        * libm/common/tanl.c: Likewise.
        * libm/common/expm1l.c: Likewise.
        * libm/common/log1pl.c: Likewise.
        * libm/common/ceill.c: Likewise.
        * libm/common/fabsl.c: Likewise.
        * libm/common/floorl.c: Likewise.
        * libm/common/acosl.c: Likewise.
        * libm/common/asinl.c: Likewise.
        * libm/common/atan2l.c: Likewise.
        * libm/common/coshl.c: Likewise.
        * libm/common/expl.c: Likewise.
        * libm/common/fmodl.c: Likewise.
        * libm/common/hypotl.c: Likewise.
        * libm/common/ldexpl.c: Likewise.
        * libm/common/log10l.c: Likewise.
        * libm/common/logl.c: Likewise.
        * libm/common/powl.c: Likewise.
        * libm/common/sqrtl.c: Likewise.
        * libm/common/copysignl.c: Likewise.
        * libm/common/ilogbl.c: Likewise.
        * libm/common/nanl.c: Likewise.
        * libm/common/cbrtl.c: Likewise.
        * libm/common/asinhl.c: Likewise.
        * libm/common/nextafterl.c: Likewise.
        * libm/common/rintl.c: Likewise.
        * libm/common/scalbnl.c: Likewise.
        * libm/common/exp2l.c: Likewise.
        * libm/common/fdiml.c: Likewise.
        * libm/common/fmal.c: Likewise.
        * libm/common/fmaxl.c: Likewise.
        * libm/common/fminl.c: Likewise.
        * libm/common/lrintl.c: Likewise.
        * libm/common/lroundl.c: Likewise.
        * libm/common/nearbyintl.c: Likewise.
        * libm/common/remquol.c: Likewise.
        * libm/common/roundl.c: Likewise.
        * libm/common/scalblnl.c: Likewise.
        * libm/common/truncl.c: Likewise.
        * libm/common/acoshl.c: Likewise.
        * libm/common/atanhl.c: Likewise.
        * libm/common/erfcl.c: Likewise.
        * libm/common/erfl.c: Likewise.
        * libm/common/lgammal.c: Likewise.
        * libm/common/remainderl.c: Likewise.
        * libm/common/tgammal.c: Likewise.
        * libm/common/sinhl.c: Likewise.
        * libm/common/llroundl.c: Likewise.
        * libm/common/llrintl.c: Likewise.
        * libm/common/local.h: New file with _LDBL_EQ_DBL macro.

15 years ago2009-04-17 Ken Werner <ken.werner@de.ibm.com>
jjohnstn [Fri, 17 Apr 2009 20:54:19 +0000 (20:54 +0000)]
2009-04-17  Ken Werner  <ken.werner@de.ibm.com>

        * libc/include/machine/ieeefp.h: _LDBL_EQ_DBL check fixed.
        * libc/include/math.h (llrintl): Declare.
        * libm/common/llrintl.c: New File.
        * libm/common/Makefile.am: New File added.
        * libm/common/Makefile.in: Regenerate.

15 years ago2009-04-17 Ken Werner <ken.werner@de.ibm.com>
jjohnstn [Fri, 17 Apr 2009 20:50:44 +0000 (20:50 +0000)]
2009-04-17  Ken Werner  <ken.werner@de.ibm.com>

        * libc/configure.in: Change AC_TRY_COMPILE to AC_TRY_COMMAND to
        avoid executable test.
        * libc/configure: Regenerate.

15 years ago2009-04-17 Jeff johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 17 Apr 2009 20:48:34 +0000 (20:48 +0000)]
2009-04-17  Jeff johnston  <jjohnstn@redhat.com>

        * configure.in: Remove _HAVE_ARRAY_ALIASING check.
        * configure: Regenerated.
        * Makefile.in: Regenerated.
        * newlib.hin: Remove _HAVE_ARRAY_ALIASING flag.
        * libc/ctype/ctype_.c: Do not check for _HAVE_ARRAY_ALIASING.
        * libm/configure.in: Change AC_TRY_COMPILE to AC_TRY_COMMAND to
        avoid executable test.
        * libm/configure: Regenerated.

15 years agogdb:
jsm28 [Fri, 17 Apr 2009 17:44:02 +0000 (17:44 +0000)]
gdb:
2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>

* configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
* configure: Regenerate.
* Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
configure substitutions.
(FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.

gdb/doc:
2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.in: Set pdfdir and htmldir from configure
substitutions.
* configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
* configure: Regenerate.

readline:
2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.in: Add html target.  Add dummy install-html and
install-pdf targets.

sim:
2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.in: Add dummy install-pdf, html, and
install-html targets.

15 years ago2009-04-17 Jeff johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 17 Apr 2009 16:18:15 +0000 (16:18 +0000)]
2009-04-17  Jeff johnston  <jjohnstn@redhat.com>

        * configure.in: Remove _HAVE_ARRAY_ALIASING check.
        * configure: Regenerated.
        * newlib.hin: Remove _HAVE_ARRAY_ALIASING flag.
        * libc/ctype/ctype_.c: Do not check for _HAVE_ARRAY_ALIASING.
        * libm/configure.in: Change AC_TRY_COMPILE to AC_TRY_COMMAND to
        avoid executable test.
        * libm/configure: Regenerated.

15 years ago ARI fix: Do not use %p, replace by call to host_address_to_string
muller [Fri, 17 Apr 2009 15:44:28 +0000 (15:44 +0000)]
ARI fix: Do not use %p, replace by call to host_address_to_string
for host pointers.
* darwin-nat.c (darwin_xfer_partial): Apply change.
* gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
* gnu-nat.h (proc_debug): Ditto.
* symmisc.c (maintenance_info_symtabs): Ditto.
(maintenance_info_psymtabs): Ditto.
* windows-nat.c (handle_load_dll): Ditto.
(handle_unload_dll, info_w32_command, handle_exception): Ditto.
* xtensa-tdep.c (xtensa_unwind_pc): Ditto.

15 years agobfd/
hjl [Fri, 17 Apr 2009 15:03:46 +0000 (15:03 +0000)]
bfd/

2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>

* peXXigen.c (_bfd_XX_print_private_bfd_data_common): Replace
IMAGE_SUBSYSTEM_EFI_ROM with IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER.

binutils/

2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>

* objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
* doc/binutils.texi: Likewise.

include/coff/

2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>

* pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ...
(IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This.

15 years ago * dcrt0.cc (globify): Make multibyte-aware.
corinna [Fri, 17 Apr 2009 14:51:44 +0000 (14:51 +0000)]
* dcrt0.cc (globify): Make multibyte-aware.

15 years ago * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
jsm28 [Fri, 17 Apr 2009 14:22:23 +0000 (14:22 +0000)]
* configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
--enable-64-bit-bfd.
(sparc-*-linux*): Likewise.

15 years agobfd/
hjl [Fri, 17 Apr 2009 13:46:07 +0000 (13:46 +0000)]
bfd/

2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/10074
* coffcode.h (bfd_pei_p): New.

* config.bfd: Remove bfd_efi_bsdrv_ia32_vec,
bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and
bfd_efi_rtdrv_ia64_vec.  Replace bfd_efi_app_ia32_vec,
bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with
i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively.

* configure.in: Remove bfd_efi_bsdrv_ia32_vec,
bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
bfd_efi_rtdrv_x86_64_vec,
bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec.  Replace
bfd_efi_ia64_vec with bfd_pei_ia64_vec.
* targets.c: Likewise.

* configure: Regenerated.
* libcoff.h: Likewise.
* Makefile.in: Likewise.

* efi-app-ia32.c: Removed.
* efi-app-x86_64.c: Likewise.
* efi-bsdrv-ia32.c: Likewise.
* efi-bsdrv-ia64.c: Likewise.
* efi-bsdrv-x86_64.c: Likewise.
* efi-rtdrv-ia32.c: Likewise.
* efi-rtdrv-ia64.c: Likewise.
* efi-rtdrv-x86_64.c: Likewise.
* efi-rtdrv-ia32.c: Likewise.

* efi-app-ia64.c: Moved to ...
* pei-ia64.c: This.
(TARGET_SYM): Set to bfd_pei_ia64_vec.
(TARGET_NAME): Set to pei-ia64.

* libpei.h (bfd_target_pei_p): Removed.
(bfd_target_pei_arch): Likewise.
(bfd_target_efi_app_p): Likewise.
(bfd_target_efi_app_arch): Likewise.
(bfd_target_efi_bsdrv_p): Likewise.
(bfd_target_efi_bsdrv_arch): Likewise.
(bfd_target_efi_rtdrv_p): Likewise.
(bfd_target_efi_rtdrv_arch): Likewise.
(bfd_pe_executable_p): Likewise.

* Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo,
efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo.
(BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c
and efi-rtdrv-ia32.c.
(BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo,
efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and
efi-rtdrv-x86_64.lo. Add pei-ia64.lo.
(BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c,
efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and
efi-rtdrv-x86_64.c. Add pei-ia64.c.
(efi-app-ia64.lo): Removed.
(efi-bsdrv-ia32.lo): Likewise.
(efi-rtdrv-ia32.lo): Likewise.
(efi-app-ia64.lo): Likewise.
(efi-bsdrv-ia64.lo): Likewise.
(efi-rtdrv-ia64.lo): Likewise.
(efi-app-x86_64.lo): Likewise.
(efi-bsdrv-x86_64.lo): Likewise.
(efi-rtdrv-x86_64.lo): Likewise.
(pei-ia64.lo): New.

* peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p
with bfd_pei_p.
(arch_type): Removed.
(pe_arch): Likewise.
(pe_bfd_object_p): Just return coff_object_p.

* peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace
bfd_pe_executable_p with bfd_pei_p.

binutils/

2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/10074
* objcopy.c: Include coff/i386.h and coff/pe.h.
(pe_file_alignment): New.
(pe_heap_commit): Likewise.
(pe_heap_reserve): Likewise.
(pe_image_base): Likewise.
(pe_section_alignment): Likewise.
(pe_stack_commit): Likewise.
(pe_stack_reserve): Likewise.
(pe_subsystem): Likewise.
(pe_major_subsystem_version): Likewise.
(pe_minor_subsystem_version): Likewise.
(set_pe_subsystem): Likewise.
(convert_efi_target): Likewise.
(command_line_switch): Add OPTION_FILE_ALIGNMENT,
OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
OPTION_STACK and OPTION_SUBSYSTEM.
(copy_options): Likewise.
(copy_usage): Add --file-alignment, --heap, --image-base,
--section-alignment, --stack and --subsystem.
(copy_object): Set up PE parameters.
(copy_main): Process Add OPTION_FILE_ALIGNMENT,
OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
PEI target.

* NEWS: Mention --file-alignment, --heap, --image-base,
--section-alignment, --stack and --subsystem command line
options for objcopy.

* doc/binutils.texi: Document --file-alignment, --heap,
--image-base, --section-alignment, --stack and --subsystem
command line options for objcopy.

15 years ago * flock.cc (class inode_t): Add i_wait member and matching methods
corinna [Fri, 17 Apr 2009 13:29:08 +0000 (13:29 +0000)]
* flock.cc (class inode_t): Add i_wait member and matching methods
wait(), unwait(), and waiting().
(inode_t::inode_t): Initialize i_wait to 0.
(fhandler_disk_file::lock): Only remove node if no other thread is
waiting for a blocking lock.
(lf_setlock): Manipulate node->i_wait to signal that a thread is
waiting for a blocking lock in this node.
(lf_findoverlap): Reinstantiate SELF test as in original code.

15 years ago2009-04-17 Christophe Lyon <christophe.lyon@st.com>
clyon [Fri, 17 Apr 2009 13:04:40 +0000 (13:04 +0000)]
2009-04-17  Christophe Lyon  <christophe.lyon@st.com>

bfd/
* elf32-arm.c (elf32_arm_size_stubs): Handle long branches through
PLT entries to an undefined symbol when generating a shared
library.

testsuite/
* ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
* ld-arm/farcall-mixed-lib.d: Update expected output.
* ld-arm/farcall-mixed-lib1.s: New file.
* ld-arm/farcall-mixed-lib2.s: New file.

15 years ago PR 9909
nickc [Fri, 17 Apr 2009 12:08:10 +0000 (12:08 +0000)]
    PR 9909
        * coffcode.h (handle_COMDAT): Allow for external COMDAT symbols.
        [delta to coffcode.h accidentally committed with a previous patch]

15 years ago * go32-nat.c (go32_sysinfo): Update list of Windows versions of
eliz [Fri, 17 Apr 2009 11:59:35 +0000 (11:59 +0000)]
* go32-nat.c (go32_sysinfo): Update list of Windows versions of
the NT family.

15 years ago * config.sub, config.guess: Update from upstream sources.
bje [Fri, 17 Apr 2009 11:40:14 +0000 (11:40 +0000)]
* config.sub, config.guess: Update from upstream sources.

15 years ago*** empty log message ***
gdbadmin [Fri, 17 Apr 2009 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Fri, 17 Apr 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agobfd/
rsandifo [Thu, 16 Apr 2009 23:06:58 +0000 (23:06 +0000)]
bfd/
* aout-adobe.c (aout_32_bfd_define_common_symbol): Define.
* aout-target.h (MY_bfd_define_common_symbol): Likewise.
* aout-tic30.c (MY_bfd_define_common_symbol): Likewise.
* binary.c (binary_bfd_define_common_symbol): Likewise.
* bout.c (b_out_bfd_define_common_symbol): Likewise.
* coff-alpha.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
* coff-mips.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
* coffcode.h (coff_bfd_define_common_symbol): Likewise.
* elfxx-target.h (bfd_elfNN_bfd_define_common_symbol): Likewise.
* i386msdos.c (msdos_bfd_define_common_symbol): Likewise.
* i386os9k.c (os9k_bfd_define_common_symbol): Likewise.
* ieee.c (ieee_bfd_define_common_symbol): Likewise.
* ihex.c (ihex_bfd_define_common_symbol): Likewise.
* libbfd-in.h (_bfd_nolink_bfd_define_common_symbol): Likewise.
* mach-o.c (bfd_mach_o_bfd_define_common_symbol): Likewise.
* mmo.c (mmo_bfd_define_common_symbol): Likewise.
* nlm-target.h (nlm_bfd_define_common_symbol): Likewise.
* oasys.c (oasys_bfd_define_common_symbol): Likewise.
* pef.c (bfd_pef_bfd_define_common_symbol): Likewise.
* ppcboot.c (ppcboot_bfd_define_common_symbol): Likewise.
* som.c (som_bfd_define_common_symbol): Likewise.
* srec.c (srec_bfd_define_common_symbol): Likewise.
* tekhex.c (tekhex_bfd_define_common_symbol): Likewise.
* versados.c (versados_bfd_define_common_symbol): Likewise.
* vms.c (vms_bfd_define_common_symbol): Likewise.
* xcoff-target.h (_bfd_xcoff_bfd_define_common_symbol): Likewise.
* xsym.c (bfd_sym_bfd_define_common_symbol): Likewise.
* coff-rs6000.c (rs6000coff_vec): Add _bfd_xcoff_define_common_symbol.
(pmac_xcoff_vec): Likewise.
* coff64-rs6000.c (rs6000coff64_vec): Likewise.
(aix5coff64_vec): Likewise.
* linker.c (bfd_generic_define_common_symbol): New function.
* targets.c (BFD_JUMP_TABLE_LINK): Add NAME##_bfd_define_common_symbol.
(_bfd_define_common_symbol): New field.
* libcoff-in.h (_bfd_xcoff_define_common_symbol): Declare.
* xcofflink.c (_bfd_xcoff_define_common_symbol): New function.
(xcoff_build_ldsyms): Don't set XCOFF_DEF_REGULAR for common
symbols here.
* bfd-in2.h: Regenerate.
* libbfd.h: Likewise.
* libcoff.h: Likewise.

ld/
* ldlang.c (lang_one_common): Use bfd_define_common_symbol.

ld/testsuite/
* ld-powerpc/aix-export-2.s, ld-powerpc/aix-export-2.nd: New test.
* ld-powerpc/aix52.exp: Run it.

15 years ago * remote.c (remote_query_attached): Fix pasto in packet_ok result
palves [Thu, 16 Apr 2009 19:31:02 +0000 (19:31 +0000)]
* remote.c (remote_query_attached): Fix pasto in packet_ok result
checking.

15 years ago2009-04-16 Jeff johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 16 Apr 2009 19:16:40 +0000 (19:16 +0000)]
2009-04-16  Jeff johnston  <jjohnstn@redhat.com>

        * libc/misc/init.c (__libc_fini_array): Process fini_array in
        reverse order as compliant with the ELF specification.

15 years agoUndo the following change. Not correct, after all:
brobecke [Thu, 16 Apr 2009 18:41:40 +0000 (18:41 +0000)]
Undo the following change. Not correct, after all:

        * procfs.c (solib_mappings_callback, find_memory_regions_callback):
        Fix a compilation warning on mips-irix due to casting from
        a pointer of different size.

15 years ago * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
brobecke [Thu, 16 Apr 2009 18:39:36 +0000 (18:39 +0000)]
    * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
        (ada_get_current_task, ada_print_exception_breakpoint_nontask)
        (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
        Remove declaration. These are non-existent functions.

15 years ago2009-04-16 Ken Werner <ken.werner@de.ibm.com>
jjohnstn [Thu, 16 Apr 2009 18:38:22 +0000 (18:38 +0000)]
2009-04-16  Ken Werner  <ken.werner@de.ibm.com>

        * libc/machine/spu/Makefile.am: Add new File.
        * libc/machine/spu/Makefile.in: Regenerate.
        * libc/machine/spu/fdopen.c: New file.

15 years ago2009-04-16 Hans-Peter Nilsson <hp@axis.com>
jjohnstn [Thu, 16 Apr 2009 18:29:50 +0000 (18:29 +0000)]
2009-04-16  Hans-Peter Nilsson  <hp@axis.com>

        * libc/include/stdint.h (INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX): Define.

15 years ago2009-04-16 Ken Werner <ken.werner@de.ibm.com>
jjohnstn [Thu, 16 Apr 2009 18:24:33 +0000 (18:24 +0000)]
2009-04-16  Ken Werner  <ken.werner@de.ibm.com>

        * libm/libm.texinfo: Add long double function support chapter.
        * libc/include/machine/ieeefp.h: Add _LDBL_EQ_DBL define.
        * libc/include/stdlib.h: Include <machine/ieeefp.h>.
        (strtold, wcstold): Declare.
        * libc/stdlib/strtold.c: New File.
        * libc/stdlib/wcstold.c: Likewise.
        * libc/configure.in: Add long double check.
        * libc/configure: Regenerate.
        * libc/stdlib/Makefile.am: Add strtold.c and wcstold.c.
        * libc/stdlib/Makefile.in: Regenerate.
        * libc/include/math.h (atanl, cosl, sinl, tanl, tanhl): Declare.
        (frexpl, modfl, ceill, fabsl, floorl, log1pl, expm1l, acosl): Ditto.
        (asinl, atan2l, coshl, sinhl, expl, ldexpl, logl, log10l, powl): Ditto.
        (sqrtl, fmodl, hypotl, copysignl, nanl, ilogbl, asinhl, cbrt): Ditto.
        (nextafterl, rintl, scalbnl, exp2l, scalblnl, tgammal): Ditto.
        (nearbyintl, lrintl, llrintl, roundl, lroundl, llround): Ditto.
        (llroundl, truncl, remquol, fdiml, fmaxl, fminl, fmal, acoshl): Ditto.
        (atanhl, remainderl, lgammal, erfl, erfcl): Ditto.
        * libm/common/atanl.c: New File.
        * libm/common/cosl.c: Likewise.
        * libm/common/sinl.c: Likewise.
        * libm/common/modfl.c: Likewise.
        * libm/common/frexpl.c: Likewise.
        * libm/common/tanhl.c: Likewise.
        * libm/common/tanl.c: Likewise.
        * libm/common/expm1l.c: Likewise.
        * libm/common/log1pl.c: Likewise.
        * libm/common/ceill.c: Likewise.
        * libm/common/fabsl.c: Likewise.
        * libm/common/floorl.c: Likewise.
        * libm/common/acosl.c: Likewise.
        * libm/common/asinl.c: Likewise.
        * libm/common/atan2l.c: Likewise.
        * libm/common/coshl.c: Likewise.
        * libm/common/expl.c: Likewise.
        * libm/common/fmodl.c: Likewise.
        * libm/common/hypotl.c: Likewise.
        * libm/common/ldexpl.c: Likewise.
        * libm/common/log10l.c: Likewise.
        * libm/common/logl.c: Likewise.
        * libm/common/powl.c: Likewise.
        * libm/common/sqrtl.c: Likewise.
        * libm/common/copysignl.c: Likewise.
        * libm/common/ilogbl.c: Likewise.
        * libm/common/nanl.c: Likewise.
        * libm/common/cbrtl.c: Likewise.
        * libm/common/asinhl.c: Likewise.
        * libm/common/nextafterl.c: Likewise.
        * libm/common/rintl.c: Likewise.
        * libm/common/scalbnl.c: Likewise.
        * libm/common/exp2l.c: Likewise.
        * libm/common/fdiml.c: Likewise.
        * libm/common/fmal.c: Likewise.
        * libm/common/fmaxl.c: Likewise.
        * libm/common/fminl.c: Likewise.
        * libm/common/lrintl.c: Likewise.
        * libm/common/lroundl.c: Likewise.
        * libm/common/nearbyintl.c: Likewise.
        * libm/common/remquol.c: Likewise.
        * libm/common/roundl.c: Likewise.
        * libm/common/scalblnl.c: Likewise.
        * libm/common/truncl.c: Likewise.
        * libm/common/acoshl.c: Likewise.
        * libm/common/atanhl.c: Likewise.
        * libm/common/erfcl.c: Likewise.
        * libm/common/erfl.c: Likewise.
        * libm/common/lgammal.c: Likewise.
        * libm/common/remainderl.c: Likewise.
        * libm/common/tgammal.c: Likewise.
        * libm/common/sinhl.c: Likewise.
        * libm/common/llroundl.c: Likewise.
        * libm/configure.in: Add long double check.
        * libm/configure: Regenerate.
        * libm/common/Makefile.am: Add new files.
        * libm/common/Makefile.in: Regenerate.

15 years ago * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
brobecke [Thu, 16 Apr 2009 17:42:00 +0000 (17:42 +0000)]
    * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
        This macro is no longer used.

15 years ago * procfs.c (solib_mappings_callback, find_memory_regions_callback):
brobecke [Thu, 16 Apr 2009 17:25:38 +0000 (17:25 +0000)]
    * procfs.c (solib_mappings_callback, find_memory_regions_callback):
        Fix a compilation warning on mips-irix due to casting from
        a pointer of different size.

15 years ago * ada-lang.c (symtab_for_sym): Delete.
brobecke [Thu, 16 Apr 2009 17:21:06 +0000 (17:21 +0000)]
    * ada-lang.c (symtab_for_sym): Delete.
        (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.

15 years ago * ada-lang.c (extract_string): Delete.
brobecke [Thu, 16 Apr 2009 17:16:17 +0000 (17:16 +0000)]
    * ada-lang.c (extract_string): Delete.
        (ada_main_name): Reimplement using target_read_string instead of
        extract_string.

15 years agoFix typo in previous commit.
nickc [Thu, 16 Apr 2009 17:11:21 +0000 (17:11 +0000)]
Fix typo in previous commit.

15 years ago * dlfcn.cc (get_full_path_of_dll): Just return a bool value. Drop
corinna [Thu, 16 Apr 2009 16:17:57 +0000 (16:17 +0000)]
* dlfcn.cc (get_full_path_of_dll): Just return a bool value.  Drop
local path_conv in favor of getting it as parameter.  Add local string
buffer instead of getting it as parameter.
(dlopen): Accommodate get_full_path_of_dll change.  Fetch WCHAR Windows
path from path_conv variable and call LoadLibraryW.