OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
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.

15 years agoAdd new binutils target: moxie
nickc [Thu, 16 Apr 2009 15:39:39 +0000 (15:39 +0000)]
Add new binutils target: moxie

15 years ago* m68klinux-nat.c: Remove obsolete comment.
schwab [Thu, 16 Apr 2009 15:26:48 +0000 (15:26 +0000)]
* m68klinux-nat.c: Remove obsolete comment.
(fetch_register, store_register): Don't call
gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
which are always nops here.

15 years ago * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.
corinna [Thu, 16 Apr 2009 12:16:31 +0000 (12:16 +0000)]
* ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.
* syscalls.cc (unlink_nt): Handle STATUS_LOCK_NOT_GRANTED same as
STATUS_SHARING_VIOLATION.  Add lengthy comment to explain why.

15 years agogas/
jbeulich [Thu, 16 Apr 2009 08:52:26 +0000 (08:52 +0000)]
gas/
2009-04-16  Jan Beulich  <jbeulich@novell.com>

* expr.c: Include limits.h if available, and #define CHAR_BITS
otherwise.
(expr): Check range of shift count when evaluating a constant
expression.

15 years agobinutils/testsuite/
amodra [Thu, 16 Apr 2009 04:24:05 +0000 (04:24 +0000)]
binutils/testsuite/
* binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
* binutils-all/localize-hidden-2.s: Likewise.
gas/testsuite/
* gas/all/gas.exp: Disable assign and assign-ok tests on blackfin.
* gas/all/p2425.s: Use "==" instead of "=".
* gas/all/weakref1.s: Likewise.
* gas/macros/and.s: Likewise.
* gas/macros/test1.s: Likewise.
* gas/hppa/parse/parse.exp: Remove xfail on block1.
ld/testsuite/
* ld-libs/lib-1.s: Use "==" instead of ".set".
* ld-libs/lib-2.s: Likewise.
* ld-scripts/defined.s: Likewise.

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

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

15 years agogdb
tromey [Wed, 15 Apr 2009 22:20:30 +0000 (22:20 +0000)]
gdb
* c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
(c_printstr): Likewise.
* charset.c: Include gdb_wait.h.
(make_wchar_iterator): Use INTERMEDIATE_ENCODING.
(find_charset_names): Use pexecute.  Handle libiconv's output.
Detect errors.
(_initialize_charset): Use xstrdup.
* gdb_wchar.h: Check HAVE_BTOWC.  Split PHONY_ICONV and wchar
cases.
(INTERMEDIATE_ENCODING): New define.
* configure, config.in: Rebuild.
* configure.ac: Check for btowc.
gdb/doc
* gdb.texinfo (Character Sets): Document default character set.

15 years agogdb
tromey [Wed, 15 Apr 2009 21:55:04 +0000 (21:55 +0000)]
gdb
* c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
gdb/testsuite
* gdb.base/charset.exp: Add regression test.

15 years ago * utils.c (parse_escape): Initialize target_char to pacify GCC.
eliz [Wed, 15 Apr 2009 20:40:51 +0000 (20:40 +0000)]
* utils.c (parse_escape): Initialize target_char to pacify GCC.

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

bfd/
* elf32-arm.c (elf32_arm_final_link_relocate): Don't convert ARM
branch to an undef weak symbol into a jump to next instruction if
a PLT entry will be created.

testsuite/
* ld-arm/arm-elf.exp: Add 1 more test to check undef weak
reference with PLT in ARM mode.
* ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s:
New files.

15 years agogas/
jbeulich [Wed, 15 Apr 2009 13:33:00 +0000 (13:33 +0000)]
gas/
2009-04-15  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (process_operands): Print operands in
correct order depending on intel_syntax.

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

* gas/i386/intel.e: Adjust expectations.

15 years agogas/testsuite/
jbeulich [Wed, 15 Apr 2009 13:31:22 +0000 (13:31 +0000)]
gas/testsuite/
2009-04-15  Jan Beulich  <jbeulich@novell.com>

* gas/i386/x86-64-sse5.s: Add test of protd.
* gas/i386/x86-64-sse5.d: Adjust expectations to match input.

opcodes/
2009-04-15  Jan Beulich  <jbeulich@novell.com>

* i386-opc.tbl (protb, protw, protd, protq): Set opcode
extension to None.
(pshab, pshaw, pshad, pshaq): Likewise.
* i386-tbl.h: Re-generate.

15 years ago * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's really
corinna [Wed, 15 Apr 2009 10:00:40 +0000 (10:00 +0000)]
* cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's really
given.  Do backslash to slash conversion for mixed paths after
handling \\?\ prefix.

15 years ago * path.cc (path_conv::get_wide_win32_path): Allow relative paths.
corinna [Wed, 15 Apr 2009 09:58:41 +0000 (09:58 +0000)]
* path.cc (path_conv::get_wide_win32_path): Allow relative paths.
(cygwin_conv_path): In case of CCP_POSIX_TO_WIN_W, convert relative
paths to absolute paths if the relative pathname length exceeds
MAX_PATH.

15 years ago * libc/bsdlib.cc: Align copyright with upstream.
corinna [Wed, 15 Apr 2009 08:20:46 +0000 (08:20 +0000)]
* libc/bsdlib.cc: Align copyright with upstream.
* libc/fnmatch.c: Ditto.
* libc/fts.c: Ditto.
* libc/inet_addr.c: Ditto.
* libc/inet_network.c: Ditto.
* libc/rcmd.cc: Ditto.
* libc/rexec.cc: Ditto.

15 years agogprof/
kazu [Wed, 15 Apr 2009 03:22:42 +0000 (03:22 +0000)]
gprof/
* gprof.h: Include gconfig.h.  #undef PACKAGE.

ld/
* ldlang.c: Do not include limits.h.

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

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

15 years agogdb/
jkratoch [Tue, 14 Apr 2009 21:54:33 +0000 (21:54 +0000)]
gdb/
* c-lang.c (c_get_string): Fix xfree crash on a failed string read.

15 years ago ARI fix: sprintf rule.
muller [Tue, 14 Apr 2009 19:04:21 +0000 (19:04 +0000)]
ARI fix: sprintf rule.
* ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
* ada-lang.c (add_angle_brackets): Use xstrprintf.
(ada_decode): Replace sprintf by xsnprintf.
(find_old_style_renaming_symbol): Ditto.
(ada_to_fixed_type_1, ada_enum_name): Ditto.

15 years ago * gdbint.texinfo: Change server name from sources.redhat.com to
muller [Tue, 14 Apr 2009 18:18:41 +0000 (18:18 +0000)]
* gdbint.texinfo: Change server name from sources.redhat.com to
sourceware.org throughout.

15 years agomerge from gcc
dj [Tue, 14 Apr 2009 18:05:57 +0000 (18:05 +0000)]
merge from gcc

15 years ago * gdb.base/exe-lock.exp: New testcase.
brobecke [Tue, 14 Apr 2009 16:49:56 +0000 (16:49 +0000)]
    * gdb.base/exe-lock.exp: New testcase.

15 years ago * target.c (target_mourn_inferior): Call bfd_cache_close_all
brobecke [Tue, 14 Apr 2009 16:48:07 +0000 (16:48 +0000)]
    * target.c (target_mourn_inferior): Call bfd_cache_close_all
        after having executed the target mourn_inferior routine.

15 years ago* speclib: Really revert to using tempdir.
cgf [Tue, 14 Apr 2009 15:10:27 +0000 (15:10 +0000)]
* speclib: Really revert to using tempdir.

15 years ago* speclib: Revert to using tempdir.
cgf [Tue, 14 Apr 2009 14:28:33 +0000 (14:28 +0000)]
* speclib: Revert to using tempdir.

15 years agoconfig/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.
eliz [Tue, 14 Apr 2009 14:25:12 +0000 (14:25 +0000)]
config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.

15 years ago * localtime.cc (tzload): Implement setting __tzrule's offset member
corinna [Tue, 14 Apr 2009 12:08:07 +0000 (12:08 +0000)]
* localtime.cc (tzload): Implement setting __tzrule's offset member
using newlib's __gettzinfo () interface also when tzload returns
successfully.

15 years agobfd/ChangeLog
davek [Tue, 14 Apr 2009 09:47:42 +0000 (09:47 +0000)]
bfd/ChangeLog

* coffgen.c (make_a_section_from_file):  Set the backend long
section names enable if long section names found on input.
* coffcode.h:  Extend long section names documentation to match.

binutils/ChangeLog

* objcopy.c (enum long_section_name_handling):  New enum type.
(enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
(copy_options[]):  Add entry for --long-section-names option.
(copy_usage):  Document it.
(set_long_section_mode):  New subroutine.
(copy_file):  Call it.
(copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
* doc/binutils.texi:  Update objcopy documentation with details
of new option.

15 years ago PR ld/10047
amodra [Tue, 14 Apr 2009 03:17:21 +0000 (03:17 +0000)]
PR ld/10047
* ldfile.c (find_scripts_dir): Use make_relative_prefix to find
ldscripts in build tree.  Don't repeat search for ../lib/ldscripts.

15 years ago2009-04-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 14 Apr 2009 02:47:22 +0000 (02:47 +0000)]
2009-04-13  H.J. Lu  <hongjiu.lu@intel.com>

* ldfile.c (ldfile_find_command_file): Revert the last change.

15 years agodaily update
amodra [Tue, 14 Apr 2009 01:00:05 +0000 (01:00 +0000)]
daily update

15 years ago2009-04-13 David Daney <ddaney@caviumnetworks.com>
daney [Tue, 14 Apr 2009 00:59:46 +0000 (00:59 +0000)]
2009-04-13  David Daney  <ddaney@caviumnetworks.com>

* infrun.c (maybe_software_singlestep): New function.
(resume): Call maybe_software_singlestep.
(handle_inferior_event): Same.

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

15 years ago * include/stdint.h (intptr_t): Remove long from type.
davek [Mon, 13 Apr 2009 22:55:00 +0000 (22:55 +0000)]
* include/stdint.h (intptr_t):  Remove long from type.
(uintptr_t):  Likewise.
(INTPTR_MIN):  Remove 'L' suffix.
(INTPTR_MAX, UINTPTR_MAX):  Likewise.

15 years ago * Makefile.in (dumper.exe): Add -lz to ALL_LDFLAGS.
davek [Mon, 13 Apr 2009 22:51:02 +0000 (22:51 +0000)]
* Makefile.in (dumper.exe):  Add -lz to ALL_LDFLAGS.

15 years agogdb
tromey [Mon, 13 Apr 2009 20:54:58 +0000 (20:54 +0000)]
gdb
* python/python-frame.c (frapy_richcompare): Return
Py_NotImplemented, not an error.  Handle Py_NE as well.
gdb/testsuite
* gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
operator on Frame.

15 years agomerge from gcc
dj [Mon, 13 Apr 2009 19:42:49 +0000 (19:42 +0000)]
merge from gcc

15 years agoFix typo in the last change.
eliz [Mon, 13 Apr 2009 18:55:15 +0000 (18:55 +0000)]
Fix typo in the last change.

15 years ago * charset.c (EILSEQ): Define if not defined by system headers.
eliz [Mon, 13 Apr 2009 18:49:27 +0000 (18:49 +0000)]
* charset.c (EILSEQ): Define if not defined by system headers.

15 years agoMerged from gcc head revision 146001.
ktietz [Mon, 13 Apr 2009 10:48:27 +0000 (10:48 +0000)]
Merged from gcc head revision 146001.
2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>

        PR target/39397
        * pex-common.h (struct pex_obj): Store pid values as pid_t,
        not as long (members *children and (*wait))
        * pex-common.c (pex_run_in_environment): Likewise.
        * pex-win32.c (pex_win32_wait): Return pid_t and properly check
        returned pid value.
        * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
        * pex-msdos.c (pex_msdos_wait): Likewise.

15 years agodaily update
amodra [Mon, 13 Apr 2009 01:00:05 +0000 (01:00 +0000)]
daily update

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

15 years ago* speclib: Initial stab at cleaning up temp files. More work needed.
cgf [Sun, 12 Apr 2009 05:11:07 +0000 (05:11 +0000)]
* speclib: Initial stab at cleaning up temp files.  More work needed.
* mkimport: Ditto.

15 years ago* Makefile.in (clean): Clean globals.h.
cgf [Sun, 12 Apr 2009 04:14:31 +0000 (04:14 +0000)]
* Makefile.in (clean): Clean globals.h.
(LIBCOS): Depend on globals.h.

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

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

15 years ago*** empty log message ***
eliz [Sat, 11 Apr 2009 19:21:10 +0000 (19:21 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
eliz [Sat, 11 Apr 2009 18:06:02 +0000 (18:06 +0000)]
*** empty log message ***

15 years ago * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
eliz [Sat, 11 Apr 2009 18:03:51 +0000 (18:03 +0000)]
* config/djgpp/config.sed: Tweak ac_config_files in intl/configure
to be consistent with renaming config.intl.h into config_intl.h.

15 years ago * go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be
eliz [Sat, 11 Apr 2009 17:57:34 +0000 (17:57 +0000)]
* go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be
consistent with the change from 2009-03-17.

15 years agoMove testsuite ChangeLog entries to testsuite/ChangeLog*.
hjl [Sat, 11 Apr 2009 14:42:08 +0000 (14:42 +0000)]
Move testsuite ChangeLog entries to testsuite/ChangeLog*.

15 years ago2009-04-11 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 11 Apr 2009 14:06:55 +0000 (14:06 +0000)]
2009-04-11  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10047
* ldfile.c (ldfile_find_command_file): First try raw name.

15 years ago2009-04-11 Danny Smith <dannsymith@users.sourceforge.net>
ironhead [Sat, 11 Apr 2009 12:41:09 +0000 (12:41 +0000)]
2009-04-11 Danny Smith <dannsymith@users.sourceforge.net>

        * include/stdint.h (int_fast8_t): Specify as signed char.
        (INT8_C, UINT8_C, INT16_C, UINT16_C): Simplify: just allow promotion to int.
        (INT32_C, UINT32_C): Remove 'L' type specifier on constant.

15 years ago * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix.
corinna [Sat, 11 Apr 2009 08:07:30 +0000 (08:07 +0000)]
* include/stdint.h (INTPTR_MIN, INTPTR_MAX):  Add 'L' suffix.
(WINT_MAX):  Add 'U' suffix.

15 years agodaily update
amodra [Sat, 11 Apr 2009 01:00:04 +0000 (01:00 +0000)]
daily update

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

15 years agogdb/
jkratoch [Fri, 10 Apr 2009 16:00:49 +0000 (16:00 +0000)]
gdb/
* varobj.c (varobj_invalidate): Fix formatting text width.

15 years agogdb/
jkratoch [Fri, 10 Apr 2009 15:57:52 +0000 (15:57 +0000)]
gdb/
* varobj.c (varobj_invalidate): Fix indentation.

15 years ago* speclib: Use a more robust method to derive full file path.
cgf [Fri, 10 Apr 2009 04:29:24 +0000 (04:29 +0000)]
* speclib: Use a more robust method to derive full file path.

15 years ago * gdbtypes.c: Remove excessive parentheses at the return keywords.
jkratoch [Fri, 10 Apr 2009 03:36:29 +0000 (03:36 +0000)]
* gdbtypes.c: Remove excessive parentheses at the return keywords.

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

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

15 years ago* speclib: Semi-revert to previous version but don't try to generate
cgf [Thu, 9 Apr 2009 21:02:52 +0000 (21:02 +0000)]
* speclib: Semi-revert to previous version but don't try to generate
well-formed import library.  Instead, just extract appropriate symbols and let
later libcygwin.a on link line fill in the rest of the import stuff.
* gendef: Hopefully no-op modification to allow easier post-processing on
symbol values.

15 years ago * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
brobecke [Thu, 9 Apr 2009 20:11:57 +0000 (20:11 +0000)]
    * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
        about a missing dot or coma after @xref.

15 years ago * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobuf
corinna [Thu, 9 Apr 2009 17:54:59 +0000 (17:54 +0000)]
* syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobuf
rather than using the stack.

15 years ago * syscalls.cc (try_to_bin): Fix alignment of infobuf.
corinna [Thu, 9 Apr 2009 17:00:29 +0000 (17:00 +0000)]
* syscalls.cc (try_to_bin): Fix alignment of infobuf.

15 years ago PR 9824
nickc [Thu, 9 Apr 2009 16:06:47 +0000 (16:06 +0000)]
    PR 9824
        * ld.texinfo (Output Section Constraint): New node.  Documents the
        ONLY_IF_RO and ONLY_IF_RW constraints.
        (Symbolic Constants): New node.  Documents the CONSTANT operator.

15 years ago2009-04-09 Catherine Moore <clm@codesourcery.com>
clm [Thu, 9 Apr 2009 15:55:59 +0000 (15:55 +0000)]
2009-04-09  Catherine Moore  <clm@codesourcery.com>

        * config/tc-mips.c (mips_fix_24k): Declare.
        (check_for_24k_errata): New.
        (mips_cleanup): Call check_for_24k_errata.
        (start_noreorder): Likewise.
        (md_mips_end): Likewise.
        (s_change_sec): Likewise.
        (s_change_section): Likewise.
        (append_insn): Call check_for_24k_errata.  Prevent
        ERET/DERET instructions from being moved into delay
        slots.
        (OPTION_FIX_24K): New.
        (OPTION_NO_FIX_24k) New.
        (md_longopts): Add "mfix-24k" and "mno-fix-24k".
        (md_parse_option): Handle fix-24k options.
        (md_show_usage): Display fix-24k options.
        * doc/c-mips.texi: Document.
        * testsuite/gas/mips/mips.exp: Run new tests.
        * testsuite/gas/mips/eret.s: New test.
        * testsuite/gas/mips/eret.d: New test output.
        * testsuite/gas/mips/eret.l: New test output.