OSDN Git Service

pf3gnuchains/sourceware.git
17 years ago * configure.ac: Add case for Mingw as host.
corinna [Wed, 30 Aug 2006 13:08:27 +0000 (13:08 +0000)]
* configure.ac: Add case for Mingw as host.
* configure: Regenerate.

17 years ago * Makefile.in: Make installation of CYGWIN_LICENSE configurable.
corinna [Wed, 30 Aug 2006 13:05:46 +0000 (13:05 +0000)]
* Makefile.in: Make installation of CYGWIN_LICENSE configurable.
* aclocal.m4: Regenerate.
* configure.in: Add GCC_NO_EXECUTABLES call. Add configuration for
INSTALL_LICENSE.  Make cygwin subdirectory optional.  Add sanity
check for cygwin resp. mingw subdirectories dependent of the target.
* configure: Regenerate.

17 years ago * Makefile.in: Add with_cross_host to allow more granular checks.
corinna [Wed, 30 Aug 2006 13:05:04 +0000 (13:05 +0000)]
* Makefile.in: Add with_cross_host to allow more granular checks.
Set installation directories accordingly.  Override CC setting only
if building a Cygwin target.
* aclocal.m4: Regenerate.
* configure.in: Move AC_CANONICAL_SYSTEM check up.  Add
GCC_NO_EXECUTABLES.  Substitute with_cross_host in depending files.
Test AC_ALLOCA only if building on a native system.
* configure: Regenerate.

17 years ago * configure.in: Substitute with_cross_host in depending files.
corinna [Wed, 30 Aug 2006 13:04:40 +0000 (13:04 +0000)]
* configure.in: Substitute with_cross_host in depending files.
* configure: Regenerate.
* lib/Makefile.in: Add with_cross_host to allow more granular checks.
Set installation directories accordingly.
* lib/ddk/Makefile.in: Ditto.
* lib/directx/Makefile.in: Ditto.

17 years agoRemove references to %redact files
nickc [Wed, 30 Aug 2006 08:40:26 +0000 (08:40 +0000)]
Remove references to %redact files

17 years ago*** empty log message ***
gdbadmin [Wed, 30 Aug 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Wed, 30 Aug 2006 00:00:00 +0000 (00:00 +0000)]
daily update

17 years ago2006-08-29 Paul Brook <paul@codesourcery.com>
jjohnstn [Tue, 29 Aug 2006 21:00:59 +0000 (21:00 +0000)]
2006-08-29  Paul Brook  <paul@codesourcery.com>

        * libc/include/sys/config.h: Define _REENT_SMALL for Thumb-2.

17 years ago2006-08-29 Dave Brolley <brolley@redhat.com>
brolley [Tue, 29 Aug 2006 20:34:00 +0000 (20:34 +0000)]
2006-08-29  Dave Brolley  <brolley@redhat.com>

        * glue.cxx (base_address): New member of bus_prober.
        (bus_prober): Initialize base_address.
        (writeAny): Add this->prober->base_address to the address driven.
        (readAny): Likewise.
        * hw-glue-probe-bus.xml: Document new base-address attribute.
        * *.txt: Regenerated.

17 years ago2006-08-29 Frank Ch. Eigler <fche@elastic.org>
fche [Tue, 29 Aug 2006 19:33:01 +0000 (19:33 +0000)]
2006-08-29  Frank Ch. Eigler  <fche@elastic.org>

From Thiemo Seufer  <ths@mips.com>:

* Makefile.am (ACLOCAL_AMFLAGS): Add $(srcdir)/../config include path.
* Makefile.in, configure, aclocal.m4: Regenerated.

17 years ago2006-08-29 Dave Brolley <brolley@redhat.com>
brolley [Tue, 29 Aug 2006 17:47:22 +0000 (17:47 +0000)]
2006-08-29  Dave Brolley  <brolley@redhat.com>

        * glue.cxx (base_address): New member of bus_prober.
        (bus_prober): Initialize base_address.
        (writeAny): Add this->prober->base_address to the address driven.
        (readAny): Likewise.
        * hw-glue-probe-bus.xml: Document new base-address attribute.
        * *.txt: Regenerated.

17 years ago* read.c (s_align): Initialize the 'stopc' variable to prevent
nickc [Tue, 29 Aug 2006 15:19:43 +0000 (15:19 +0000)]
* read.c (s_align): Initialize the 'stopc' variable to prevent
  compiler complaints about it being used without being initialized.
 (s_comm_internal, s_mri_common, s_fail, s_globl, s_space,
  s_float_space, s_struct, cons_worker, equals): Likewise.

17 years ago * sim-fpu.c (pack_fpu): Handle QUIET_NAN correctly for
ths [Tue, 29 Aug 2006 13:18:27 +0000 (13:18 +0000)]
* sim-fpu.c (pack_fpu): Handle QUIET_NAN correctly for
SIM_QUIET_NAN_NEGATED.

17 years ago * sim-profile.c (profile_pc_init): Initialise default profiling
ths [Tue, 29 Aug 2006 13:16:19 +0000 (13:16 +0000)]
* sim-profile.c (profile_pc_init): Initialise default profiling
frequency to a prime number.
(profile_print_pc): Convert gmon.out sample data into target
byte order.

17 years ago * configure.ac (mipsisa32r2*-*-*, mipsisa32*-*-*): Add smartmips to
ths [Tue, 29 Aug 2006 12:45:26 +0000 (12:45 +0000)]
* configure.ac (mipsisa32r2*-*-*, mipsisa32*-*-*): Add smartmips to
sim_igen_machine.
* configure: Regenerate.
* mips.igen (model): Add smartmips.
(MADDU): Increment ACX if carry.
(do_mult): Clear ACX.
(ROR,RORV): Add smartmips.
(include): Include smartmips.igen.
* sim-main.h (ACX): Set to REGISTERS[89].
* smartmips.igen: New file.

17 years ago * Makefile.in (IGEN_INCLUDE): Add missing includes for m16e.igen and
ths [Tue, 29 Aug 2006 12:38:45 +0000 (12:38 +0000)]
* Makefile.in (IGEN_INCLUDE): Add missing includes for m16e.igen and
mips3264r2.igen. Add missing dependency rules.
* m16e.igen: Support for mips16e save/restore instructions.

17 years ago * testutils.inc (setup): __start is also a valid start symbol.
ths [Tue, 29 Aug 2006 12:18:43 +0000 (12:18 +0000)]
* testutils.inc (setup): __start is also a valid start symbol.

17 years ago * ldlang.c (walk_wild): Allow * to glob '/' in wildcarded match.
nathan [Tue, 29 Aug 2006 11:27:45 +0000 (11:27 +0000)]
* ldlang.c (walk_wild): Allow * to glob '/' in wildcarded match.

17 years agoAdjust target test.
amodra [Tue, 29 Aug 2006 05:16:18 +0000 (05:16 +0000)]
Adjust target test.

17 years ago * ecoff.c (ecoff_directive_val): Fix message typo.
amodra [Tue, 29 Aug 2006 01:31:56 +0000 (01:31 +0000)]
* ecoff.c (ecoff_directive_val): Fix message typo.
* config/tc-ns32k.c (convert_iif): Likewise.
* config/tc-sh64.c (shmedia_check_limits): Likewise.

17 years agoNew tests.
amodra [Tue, 29 Aug 2006 01:24:16 +0000 (01:24 +0000)]
New tests.

17 years ago*** empty log message ***
gdbadmin [Tue, 29 Aug 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Tue, 29 Aug 2006 00:00:02 +0000 (00:00 +0000)]
daily update

17 years ago* m32c-tdep.c (m32c_decode_srcdest4): Initialize fields in sd
dj [Mon, 28 Aug 2006 21:13:31 +0000 (21:13 +0000)]
* m32c-tdep.c (m32c_decode_srcdest4): Initialize fields in sd
that may not be initialized elsewhere.
(m32c_decode_sd23): Likewise.

17 years ago2006-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
jjohnstn [Mon, 28 Aug 2006 17:17:24 +0000 (17:17 +0000)]
2006-08-27  Joel Sherrill <joel.sherrill@OARcorp.com>

        * libc/sys/rtems/machine/sys/param.h: Conditionalize definition of
        BLKDEV_IOSIZE and MAXPHYS so it will fit into small memory targets.
        This is needed to build all AVR and H8300 RTEMS multilib variants.

17 years ago * scripttempl/elf.sc: Ensure that crtbegin and crtend entries will
amodra [Mon, 28 Aug 2006 01:52:53 +0000 (01:52 +0000)]
* scripttempl/elf.sc: Ensure that crtbegin and crtend entries will
not match random object files in a path containing "crtbegin" or
"crtend" as part of a directory name.
* scripttempl/armbpabi.sc: Likewise.
* scripttempl/crisaout.sc: Likewise.
* scripttempl/elf32crx.sc: Likewise.
* scripttempl/elf32sh-symbian.sc: Likewise.
* scripttempl/elf_chaos.sc: Likewise.
* scripttempl/elfd10v.sc: Likewise.
* scripttempl/elfd30v.sc: Likewise.
* scripttempl/elfxtensa.sc: Likewise.
* scripttempl/iq2000.sc: Likewise.
* scripttempl/mmo.sc: Likewise.
* scripttempl/xstormy16.sc: Likewise.

17 years agomerge from gcc
dj [Mon, 28 Aug 2006 00:56:25 +0000 (00:56 +0000)]
merge from gcc

17 years agomerge from gcc
dj [Mon, 28 Aug 2006 00:56:12 +0000 (00:56 +0000)]
merge from gcc

17 years ago*** empty log message ***
gdbadmin [Mon, 28 Aug 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Mon, 28 Aug 2006 00:00:02 +0000 (00:00 +0000)]
daily update

17 years ago* child_info.h (child_info_spawn::~child_info_spawn): Don't close myself_pinfo
cgf [Sun, 27 Aug 2006 16:46:27 +0000 (16:46 +0000)]
* child_info.h (child_info_spawn::~child_info_spawn): Don't close myself_pinfo
handle when spawning.

17 years ago2006-08-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 27 Aug 2006 12:14:58 +0000 (12:14 +0000)]
2006-08-27  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

    * include/ctype.h: Fix typo.

17 years ago*** empty log message ***
gdbadmin [Sun, 27 Aug 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sun, 27 Aug 2006 00:00:03 +0000 (00:00 +0000)]
daily update

17 years ago * faq-setup.xml (faq.setup.uninstall): Mention Safe Mode
joshuadfranklin [Sat, 26 Aug 2006 19:11:00 +0000 (19:11 +0000)]
    * faq-setup.xml (faq.setup.uninstall): Mention Safe Mode
requirement for accessing the Security tab in XP Home.
        * faq-using.xml (faq.using.chmod): Mention FAT32.

17 years ago*** empty log message ***
gdbadmin [Sat, 26 Aug 2006 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sat, 26 Aug 2006 00:00:07 +0000 (00:00 +0000)]
daily update

17 years ago * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Do not check
bwilson [Fri, 25 Aug 2006 19:59:31 +0000 (19:59 +0000)]
* config/tc-xtensa.c (xtensa_mark_literal_pool_location): Do not check
the state of the absolute_literals directive.  Remove align frag at
the start of the literal pool position.

17 years ago * doc/c-xtensa.texi: Add @group commands in examples.
bwilson [Fri, 25 Aug 2006 19:50:28 +0000 (19:50 +0000)]
* doc/c-xtensa.texi: Add @group commands in examples.

17 years agoAdd myself as mips maintainer.
ths [Fri, 25 Aug 2006 18:06:21 +0000 (18:06 +0000)]
Add myself as mips maintainer.

17 years ago * buildsym.c (finish_block): Don't adjust the boundaries of
drow [Fri, 25 Aug 2006 16:32:31 +0000 (16:32 +0000)]
* buildsym.c (finish_block): Don't adjust the boundaries of
nested functions.

17 years ago* generic/gdbtk-cmds.c (gdb_update_mem): Use target_read.
macro [Fri, 25 Aug 2006 16:09:48 +0000 (16:09 +0000)]
* generic/gdbtk-cmds.c (gdb_update_mem): Use target_read.

17 years ago * library/prefs.tcl (pref_set_defaults): Disable IPC, gdb/ipc/enabled,
kseitz [Fri, 25 Aug 2006 15:55:23 +0000 (15:55 +0000)]
    * library/prefs.tcl (pref_set_defaults): Disable IPC, gdb/ipc/enabled,
        by default.

17 years ago * include/ctype.h: Expose iswblank if __cplusplus.
dannysmith [Fri, 25 Aug 2006 09:10:05 +0000 (09:10 +0000)]
* include/ctype.h: Expose iswblank if __cplusplus.
* include/wctype.h: Expose iswblank if __cplusplus.

17 years agobfd/
bwilson [Fri, 25 Aug 2006 00:08:53 +0000 (00:08 +0000)]
bfd/
* elf32-xtensa.c (xtensa_get_property_section_name): Delete.
(xtensa_get_property_section): New.
(xtensa_read_table_entries): Use xtensa_get_property_section.
(relax_property_section, xtensa_get_property_predef_flags): Handle
group name suffixes in property section names.
(match_section_group): New.
gas/
* config/tc-xtensa.c (FINI_LITERAL_SECTION_NAME): Delete.
(INIT_LITERAL_SECTION_NAME): Delete.
(lit_state struct): Remove segment names, init_lit_seg, and
fini_lit_seg.  Add lit_prefix and current_text_seg.
(init_literal_head_h, init_literal_head): Delete.
(fini_literal_head_h, fini_literal_head): Delete.
(xtensa_begin_directive): Move argument parsing to
xtensa_literal_prefix function.
(xtensa_end_directive): Deallocate lit_prefix field of lit_state.
(xtensa_literal_prefix): Parse the directive argument here and
record it in the lit_prefix field.  Remove code to derive literal
section names.
(linkonce_len): New.
(get_is_linkonce_section): Use linkonce_len.  Check for any
".gnu.linkonce.*" section, not just text sections.
(md_begin): Remove initialization of deleted lit_state fields.
(xtensa_reorder_segments, xtensa_post_relax_hook): Remove references
to init_literal_head and fini_literal_head.
(xtensa_move_literals): Likewise.  Skip literals for .init and .fini
when traversing literal_head list.
(match_section_group): New.
(cache_literal_section): Rewrite to determine the literal section
name on the fly, create the section and return it.
(xtensa_switch_to_literal_fragment): Adjust for cache_literal_section.
(xtensa_switch_to_non_abs_literal_fragment): Likewise.
(xtensa_create_property_segments, xtensa_create_xproperty_segments):
Use xtensa_get_property_section from bfd.
(retrieve_xtensa_section): Delete.
* doc/c-xtensa.texi (Xtensa Options): Fix --text-section-literals
description to refer to plural literal sections and add xref to
the Literal Directive section.
(Literal Directive): Describe new rules for deriving literal section
names.  Add footnote for special case of .init/.fini with
--text-section-literals.
(Literal Prefix Directive): Replace old naming rules with xref to the
Literal Directive section.
ld/
* emulparams/elf32xtensa.sh (.xt.prop): Add .xt.prop.*.
* scripttempl/elfxtensa.sc (.text): Add .literal.*.

17 years ago*** empty log message ***
gdbadmin [Fri, 25 Aug 2006 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2006-08-24 Paul Brook <paul@codesourcery.com>
jjohnstn [Thu, 24 Aug 2006 23:07:14 +0000 (23:07 +0000)]
2006-08-24  Paul Brook  <paul@codesourcery.com>

        * arm/linux-crt0.c: Disable Arm stub for Thumb-2.

17 years ago* ldlang.c (lang_size_sections_1, lang_assignment_statement_enum):
nickc [Thu, 24 Aug 2006 14:59:24 +0000 (14:59 +0000)]
* ldlang.c (lang_size_sections_1, lang_assignment_statement_enum):
  Adjust the current address of DEFAULT_MEMORY_REGION even when dot hasn't changed.

17 years ago * symfile.c (add_symbol_file_command): Fix off-by-one when
schwab [Thu, 24 Aug 2006 12:43:06 +0000 (12:43 +0000)]
* symfile.c (add_symbol_file_command): Fix off-by-one when
extending sect_opts.

17 years ago*** empty log message ***
gdbadmin [Thu, 24 Aug 2006 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Thu, 24 Aug 2006 00:00:05 +0000 (00:00 +0000)]
daily update

17 years agoRefer to next release of Emacs as 22.1.
nickrob [Wed, 23 Aug 2006 21:29:06 +0000 (21:29 +0000)]
Refer to next release of Emacs as 22.1.

17 years ago*** empty log message ***
nickrob [Wed, 23 Aug 2006 21:28:49 +0000 (21:28 +0000)]
*** empty log message ***

17 years ago* archive.c (hpux_uid_gid_encode): Fix thinko decrementing "cnt" variable.
nickc [Wed, 23 Aug 2006 17:20:07 +0000 (17:20 +0000)]
* archive.c (hpux_uid_gid_encode): Fix thinko decrementing "cnt" variable.

17 years ago2006-08-23 Kazunori Asayama <asayama@sm.sony.co.jp>
jjohnstn [Wed, 23 Aug 2006 16:13:24 +0000 (16:13 +0000)]
2006-08-23  Kazunori Asayama  <asayama@sm.sony.co.jp>

        * spu/Makefile.in: Add new object files.
        * spu/syscalls.c: Move each system call to individual file.
        * spu/jsre.h: Add declaration of _send_to_ppe_0x2101().
        * spu/close.c: New file. Moved from spu/syscalls.c.
        * spu/fstat.c: Likewise.
        * spu/getpid.c: Likewise.
        * spu/isatty.c: Likewise.
        * spu/kill.c: Likewise.
        * spu/lseek.c: Likewise.
        * spu/open.c: Likewise.
        * spu/read.c: Likewise.
        * spu/stat.c: Likewise.
        * spu/unlink.c: Likewise.
        * spu/write.c: Likewise.

17 years ago2006-08-23 Kazunori Asayama <asayama@sm.sony.co.jp>
jjohnstn [Wed, 23 Aug 2006 16:07:32 +0000 (16:07 +0000)]
2006-08-23  Kazunori Asayama  <asayama@sm.sony.co.jp>

        * libc/machine/configure.in: Add configuration for SPU.
        * libc/machine/configure: Regenerated.
        * libc/machine/spu/memcpy.c: Include string.h.

17 years ago2006-08-23 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 23 Aug 2006 14:48:49 +0000 (14:48 +0000)]
2006-08-23  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (three_byte_table): Expand to 256 elements.

17 years ago2006-08-23 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 23 Aug 2006 14:45:29 +0000 (14:45 +0000)]
2006-08-23  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3052
* ld-elf/loadaddr1.t: Add "AT (ADDR(.data))".
* ld-elf/loadaddr2.t: Likewise.

17 years ago2006-08-23 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 23 Aug 2006 14:43:56 +0000 (14:43 +0000)]
2006-08-23  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3103
* ld-elf/overlay.d: New file.
* ld-elf/overlay.s: Likewise.
* ld-elf/overlay.t: Likewise.

17 years ago * ldexp.c (fold_name <LOADADDR>): Return an absolute value
amodra [Wed, 23 Aug 2006 01:35:31 +0000 (01:35 +0000)]
* ldexp.c (fold_name <LOADADDR>): Return an absolute value
        rather than a section relative value.

17 years agodaily update
amodra [Wed, 23 Aug 2006 00:00:07 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Wed, 23 Aug 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago(gdbmi): Remove gdb-force-update, initialize
nickrob [Tue, 22 Aug 2006 21:45:22 +0000 (21:45 +0000)]
(gdbmi): Remove gdb-force-update, initialize
other variables.
(gdbmi-send): Ensure any text properties can be removed.
(gdbmi-prompt1): Update to gdb-ui.el
(gud-gdbmi-marker-filter): Defer setting of gud-running.
Keep gdb-done-regexp for partial-output-buffer.
(gdb-stack-list-frames-handler): Add face to function names.

17 years ago*** empty log message ***
nickrob [Tue, 22 Aug 2006 21:44:57 +0000 (21:44 +0000)]
*** empty log message ***

17 years ago* valprint.c (val_print_type_code_flags): Fix GNU coding standards
kettenis [Tue, 22 Aug 2006 21:36:05 +0000 (21:36 +0000)]
* valprint.c (val_print_type_code_flags): Fix GNU coding standards
violation.

17 years ago* alpha-tdep.c (alpha_register_to_value, alpha_value_to_register)
kettenis [Tue, 22 Aug 2006 21:31:35 +0000 (21:31 +0000)]
* alpha-tdep.c (alpha_register_to_value, alpha_value_to_register)
(alpha_push_dummy_call, alpha_extract_return_value)
(alpha_breakpoint_from_pc, alpha_read_insn)
(alpha_get_longjmp_target, alpha_supply_int_regs)
(alpha_fill_int_regs, alpha_supply_fp_regs, alpha_fill_fp_regs)
(alpha_next_pc): Use gdb_byte instead of (unsigned) char where
appropriate.

17 years ago* sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type)
kettenis [Tue, 22 Aug 2006 20:57:55 +0000 (20:57 +0000)]
* sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type)
(sparc64_fprs_type): New variables.
(sparc64_init_types): New function.:
(sparc64_register_info): Use appropriate flag types for %fsr and
%fprs.
(sparc64_pseudo_register_info): Use appropriate type for %pstate.
(_initialize_sparc64_tdep): New function.

17 years ago* valprint.c (val_print_type_code_flags): Fix for bitfields larger
kettenis [Tue, 22 Aug 2006 20:32:39 +0000 (20:32 +0000)]
* valprint.c (val_print_type_code_flags): Fix for bitfields larger
than 32 bits.

17 years ago2006-08-22 Eric Blake <ebb9@byu.net>
jjohnstn [Tue, 22 Aug 2006 20:30:37 +0000 (20:30 +0000)]
2006-08-22  Eric Blake  <ebb9@byu.net>

        * libc/posix/popen.c (popen): Don't close output end of pipe in
        child if stdout was closed on entry.
        [HAVE_FCNTL]: In parent, mark file as close-on-exec, per POSIX.

17 years ago* gdbtypes.c (init_flags_type): Set all fields to zero instead of
kettenis [Tue, 22 Aug 2006 19:45:11 +0000 (19:45 +0000)]
* gdbtypes.c (init_flags_type): Set all fields to zero instead of
just the first one.

17 years ago * Makefile.in (INTERNAL_CPPFLAGS): New.
drow [Tue, 22 Aug 2006 19:08:30 +0000 (19:08 +0000)]
* Makefile.in (INTERNAL_CPPFLAGS): New.
(INTERNAL_CFLAGS_BASE): Use it.

17 years ago2006-08-22 Michael Snyder <Michael.Snyder@PalmSource.com>
msnyder [Tue, 22 Aug 2006 17:57:40 +0000 (17:57 +0000)]
2006-08-22  Michael Snyder  <Michael.Snyder@PalmSource.com>

* MAINTAINERS: Update my email address.

17 years ago * elf32-arm.c (elf32_arm_copy_indirect_symbol): Only copy
drow [Tue, 22 Aug 2006 13:18:03 +0000 (13:18 +0000)]
* elf32-arm.c (elf32_arm_copy_indirect_symbol): Only copy
plt_thumb_refcount from indirect symbols.

17 years ago * elf32-ppc.c (ppc_elf_relocate_section): Correct GOT and PLT HA
amodra [Tue, 22 Aug 2006 12:06:09 +0000 (12:06 +0000)]
* elf32-ppc.c (ppc_elf_relocate_section): Correct GOT and PLT HA
reloc handling.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.

17 years ago* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets.
nickc [Tue, 22 Aug 2006 11:50:33 +0000 (11:50 +0000)]
* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets.

17 years ago * NEWS: Mention LMA default change.
amodra [Tue, 22 Aug 2006 07:41:04 +0000 (07:41 +0000)]
* NEWS: Mention LMA default change.
* ld.texinfo (Output Section LMA): Update default description.
(Location Counter): Clarify backward movement.
* ldlang.c (lang_size_sections_1): Leave non-alloc sections with
default lma equal to vma.  Warn on backward movement of dot.

17 years agodaily update
amodra [Tue, 22 Aug 2006 00:00:07 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Tue, 22 Aug 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2006-08-21 David Ung <davidu@mips.com>
jjohnstn [Mon, 21 Aug 2006 22:24:42 +0000 (22:24 +0000)]
2006-08-21  David Ung  <davidu@mips.com>

        * mips/Makefile.in: Add rule for cygmon.o and pass the -mno-mips16
        option since it uses the syscall instruction.

17 years agogas:
jsm28 [Mon, 21 Aug 2006 11:41:23 +0000 (11:41 +0000)]
gas:
* config/tc-arm.c (s_arm_unwind_save_mmxwr): Correct condition for
merging with previous long opcode.

gas/testsuite:
* gas/arm/unwind.s: Test not merging iWMMXt register save with
previous long opcode.
* gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Update.

17 years ago bfd/
shinwell [Mon, 21 Aug 2006 10:47:21 +0000 (10:47 +0000)]
bfd/
* elf32-arm.c (elf32_arm_link_hash_table): Correct typo in
comment for target1_is_rel.

17 years agobfd
nickc [Mon, 21 Aug 2006 08:12:44 +0000 (08:12 +0000)]
bfd
* Makefile.am: Add rules to build pe-arm-wince.lo and pei-arm-wince.lo objects.
* Makefile.in: Regenerate.
* pe-arm-wince.c: New file.
* pei-arm-wince.c: New file.
* pei-arm.c: Remove ARM_WINCE block.
* pe-arm.c: Remove ARM_WINCE block. Rename
bfd_arm_pe_allocate_interworking_sections,
bfd_arm_pe_get_bfd_for_interworking, and
bfd_arm_pe_process_before_allocation to
bfd_armpe_allocate_interworking_sections,
bfd_armpe_get_bfd_for_interworking, and
bfd_armpe_process_before_allocation. Move them before including bfd.h.
* bfd.c: ARM wince bfd format names were renamed. Adjust.
* coff-arm.c [ARM_WINCE]: Adjust so Windows CE doesn't end up with unexpected/conflicting relocs.
* targets.c: The arm-wince-pe target got its own new vector.  Adjust.
* config.bfd: Likewise.
* configure.in: Likewise.
* configure: Regenerate.

binutils
* configure.in: Split arm-pe and arm-wince-pe. Build dlltool with -DDLLTOOL_ARM_WINCE for Windows CE case.
* configure: Regenerate.
* dlltool.c: Add support for arm-wince.

gas
* Makefile.am (TARG_ENV_HFILES): Add te-wince-pe.h.
* Makefile.in: Regenerate.
* config/tc-arm.h [TARGET_FORMAT]: ARM wince bfd names were  renamed. Adjust.

ld
* Makefile.am: Split arm-wince into its own emulation.
* Makefile.in: Regenerate.
* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets.
* pe-dll.c : Define PE_ARCH_arm_wince.
  (pe_detail_list): Add PE_ARCH_arm_wince case.
  (make_one): Handle PE_ARCH_arm_epoc and PE_ARCH_arm_wince cases.
* emulparams/arm_wince_pe.sh: New file.
* emultempl/pe.em: Handle new TARGET_IS_arm_wince_pe define.
  Remap bfd_arm_allocate_interworking_sections, bfd_arm_get_bfd_for_interworking and
  bfd_arm_process_before_allocation for arm-pe and arm-wince-pe targets too.
  (gld_${EMULATION_NAME}_recognized_file): Handle arm-wince and arm-epoc bfd format names.

17 years ago*** empty log message ***
gdbadmin [Mon, 21 Aug 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Mon, 21 Aug 2006 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago * fhandler_disk_file.cc (fhandler_disk_file::opendir): Fix formatting.
corinna [Sun, 20 Aug 2006 12:31:04 +0000 (12:31 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Fix formatting.

17 years ago * fhandler_disk_file.cc (DIR_NUM_ENTRIES): Set to 100 to maximize
corinna [Sun, 20 Aug 2006 12:18:11 +0000 (12:18 +0000)]
* fhandler_disk_file.cc (DIR_NUM_ENTRIES): Set to 100 to maximize
performance on remote shares.
(fhandler_disk_file::opendir): Move comment about Samba weirdness into
fhandler_disk_file::readdir.  Don't disallow
FileIdBothDirectoryInformation on Samba.
(fhandler_disk_file::readdir): Workaround Samba problem with
FileIdBothDirectoryInformation by rereading already read entries
using FileBothDirectoryInformation.  Change comment about Samba
weirdness explaining this change.

17 years ago*** empty log message ***
gdbadmin [Sun, 20 Aug 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sun, 20 Aug 2006 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago* fhandler_disk_file.cc (fhandler_disk_file::pread): Properly check for
cgf [Sat, 19 Aug 2006 21:44:58 +0000 (21:44 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::pread): Properly check for
non-error return from lseek.

17 years ago* sys/types.h: Correct syntax error caused by missing '\' on #ifdef line.
cgf [Sat, 19 Aug 2006 16:13:23 +0000 (16:13 +0000)]
* sys/types.h: Correct syntax error caused by missing '\' on #ifdef line.

17 years agogdb/
drow [Sat, 19 Aug 2006 15:15:17 +0000 (15:15 +0000)]
gdb/
* Makefile.in (amd64_linux_tdep_h): New.
(amd64-linux-nat.o, amd64-linux-tdep.o): Update.
* amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Add
ORIG_RAX.
(_initialize_amd64_linux_nat): Set amd64_native_gregset64_num_regs.
* amd64-linux-tdep.c (amd64_linux_register_name)
(amd64_linux_register_type, amd64_linux_register_reggroup_p)
(amd64_linux_write_pc): New.
(amd64_linux_init_abi): Use them, and update num_regs.
* amd64-linux-tdep.h: New file.
* amd64-tdep.c (amd64_register_name, amd64_register_type): Make
public.
* amd64-tdep.h (amd64_register_name, amd64_register_type): New
prototypes.

* regformats/reg-x86-64-linux.dat: New file.
gdb/testsuite/
* Makefile.in (clean): Clean reg-x86-64-linux.c.
(reg-x86-64-linux.o, reg-x86-64-linux.c): New.
* configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
* linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
(x86_64_fill_gregset, x86_64_store_gregset): Skip floating
point registers.

17 years ago * infrun.c (handle_inferior_event): Check the current frame ID
drow [Sat, 19 Aug 2006 03:18:59 +0000 (03:18 +0000)]
* infrun.c (handle_inferior_event): Check the current frame ID
before unwinding to the previous frame.

17 years agodaily update
amodra [Sat, 19 Aug 2006 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Sat, 19 Aug 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years agoAnother snapshot of the current state of the sources. Gets to the
iant [Fri, 18 Aug 2006 22:29:20 +0000 (22:29 +0000)]
Another snapshot of the current state of the sources.  Gets to the
point of symbol resolution and can now issue a multiple definition
error.  Also added target selection infrastructure.

17 years agoReviewed and approved by Daniel Jacobowitz <dan@codesourcery.com>
fnf [Fri, 18 Aug 2006 18:34:18 +0000 (18:34 +0000)]
Reviewed and approved by Daniel Jacobowitz <dan@codesourcery.com>

2006-08-18  Fred Fish  <fnf@specifix.com>
* lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
'$' in front of skip_vmx_tests_saved when setting that.

17 years agoAdd comment missing from previous patch.
pbrook [Fri, 18 Aug 2006 16:18:23 +0000 (16:18 +0000)]
Add comment missing from previous patch.

17 years ago2006-08-18 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 18 Aug 2006 15:00:17 +0000 (15:00 +0000)]
2006-08-18  Paul Brook  <paul@codesourcery.com>

bfd/
* elf32-arm.c (elf32_arm_link_hash_entry): Add export_glue.
(elf32_arm_link_hash_newfunc): Initialize export_glue.
(record_arm_to_thumb_glue): Return stub symbol.
(elf32_arm_create_thumb_stub): New function.
(elf32_arm_to_thumb_stub): Use it.
(elf32_arm_to_thumb_export_stub): New function.
(elf32_arm_begin_write_processing): New function.
(allocate_dynrelocs): Allocate Arm stubs.
(elf_backend_begin_write_processing): Define.
(elf32_arm_symbian_begin_write_processing): Remove ATTRIBUTE_UNUSED.
Call elf32_arm_begin_write_processing.

ld/
* emultempl/armelf.em (arm_elf_before_allocation): Call
gld${EMULATION_NAME}_before_allocation after setting interworking bfd.

ld/testsuite/
* ld-arm/arm-elf.exp (armelftests): Add armthumb-lib.so.  Add
-use-blx to mixed-lib.so
* ld-arm/armthumb-lib.d: New file.
* ld-arm/armthumb-lib.sym: New file.

17 years ago2006-08-18 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 18 Aug 2006 14:38:00 +0000 (14:38 +0000)]
2006-08-18  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3052
* ld-elf/loadaddr.s: New file.
* ld-elf/loadaddr1.d: Likewise.
* ld-elf/loadaddr1.t: Likewise.
* ld-elf/loadaddr2.d: Likewise.
* ld-elf/loadaddr2.t: Likewise.

17 years ago * dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PR
drow [Fri, 18 Aug 2006 13:26:31 +0000 (13:26 +0000)]
* dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PR
number in a comment.