OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
19 years ago * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
drow [Mon, 28 Mar 2005 19:51:06 +0000 (19:51 +0000)]
* remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
arm_pc_is_thumb_dummy.

19 years ago* cygthread.cc (cygthread::detach): Revert to just waiting for thred event
cgf [Mon, 28 Mar 2005 19:31:19 +0000 (19:31 +0000)]
* cygthread.cc (cygthread::detach): Revert to just waiting for thred event
since waiting for anything else is racy.
* timer.cc (timer_tracker::hcancel): Rename from cancel.
(timer_tracker::cancel): New method.
(timer_tracker::th): Remove.
(timer_tracker::~timer_tracker): Call cancel method.
(timer_tracker::timer_tracker): Ditto.
(timer_tracker::timer_tracker): Always, clear cancel, even though it is
probably not strictly necessary for ttstart.
(timer_thread): Accommodate cancel -> hcancel rename.
(timer_tracker::settime): Ditto.
(timer_tracker::gettime): Ditto.
(timer_delete): Ditto.
* cygwin.din: Export _ctype_.
* include/ctype.h: Mark that _ctype_ is imported.

19 years ago* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.
cgf [Mon, 28 Mar 2005 18:06:47 +0000 (18:06 +0000)]
* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.
(ttstart): Fully initialize.
* errno.cc: Fix typo introduced in previous change.

19 years agomerge from gcc
dj [Mon, 28 Mar 2005 18:02:14 +0000 (18:02 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Mon, 28 Mar 2005 17:14:24 +0000 (17:14 +0000)]
merge from gcc

19 years ago* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.
cgf [Mon, 28 Mar 2005 16:57:09 +0000 (16:57 +0000)]
* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.

19 years ago* sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
kettenis [Mon, 28 Mar 2005 15:29:37 +0000 (15:29 +0000)]
* sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
StackGhost.

19 years ago* sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
kettenis [Mon, 28 Mar 2005 15:29:27 +0000 (15:29 +0000)]
* sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
StackGhost.

19 years ago* netbsd-core.c: Convert to ISO C. Fix formatting.
kettenis [Mon, 28 Mar 2005 14:18:54 +0000 (14:18 +0000)]
* netbsd-core.c: Convert to ISO C.  Fix formatting.

19 years ago* sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
kettenis [Mon, 28 Mar 2005 13:42:46 +0000 (13:42 +0000)]
* sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
Handle StackGhost in 64-bit code.
* sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.

19 years ago * objdump.c (disassemble_bytes): Remove cast.
aaronwl [Mon, 28 Mar 2005 12:28:16 +0000 (12:28 +0000)]
* objdump.c (disassemble_bytes): Remove cast.

19 years agomerge from gcc
dj [Mon, 28 Mar 2005 05:07:00 +0000 (05:07 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Mon, 28 Mar 2005 02:08:59 +0000 (02:08 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Mon, 28 Mar 2005 02:08:49 +0000 (02:08 +0000)]
merge from gcc

19 years agoupdate copyright
cgf [Mon, 28 Mar 2005 00:09:08 +0000 (00:09 +0000)]
update copyright

19 years ago*** empty log message ***
gdbadmin [Mon, 28 Mar 2005 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago* signal.cc (nanosleep): Revert tv_sec < 0 check as it is fixed properly in the
cgf [Sun, 27 Mar 2005 23:38:28 +0000 (23:38 +0000)]
* signal.cc (nanosleep): Revert tv_sec < 0 check as it is fixed properly in the
below change to hires.h.

19 years ago* times.cc (hires_ms::usecs): Compare the difference.
cgf [Sun, 27 Mar 2005 23:33:29 +0000 (23:33 +0000)]
* times.cc (hires_ms::usecs): Compare the difference.
* hires.h: Add parentheses to HIRES_DELAY_MAX.

19 years agoUpdate BFD_VERSION_DATE to 20050327 by hand.
hjl [Sun, 27 Mar 2005 18:57:08 +0000 (18:57 +0000)]
Update BFD_VERSION_DATE to 20050327 by hand.

19 years ago * config/obj-coff.c (coff_frob_symbol): When crashing because of a
ian [Sun, 27 Mar 2005 17:53:18 +0000 (17:53 +0000)]
* config/obj-coff.c (coff_frob_symbol): When crashing because of a
bad C_EFCN symbol, print its name.

19 years agomerge from gcc
dj [Sun, 27 Mar 2005 05:28:41 +0000 (05:28 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Sun, 27 Mar 2005 05:28:28 +0000 (05:28 +0000)]
merge from gcc

19 years ago* win32-nat.c (handle_exception): Treat win32 routines which check for valid
cgf [Sun, 27 Mar 2005 05:21:07 +0000 (05:21 +0000)]
* win32-nat.c (handle_exception): Treat win32 routines which check for valid
addresses as "special" and don't stop when a SEGV is detected.
(get_child_debug_event): Properly flag exception as unhandled.

19 years ago* timer.cc (nanosleep): Treat tv_sec < 0 as invalid.
cgf [Sun, 27 Mar 2005 02:31:31 +0000 (02:31 +0000)]
* timer.cc (nanosleep): Treat tv_sec < 0 as invalid.
* include/search.h: Make declarations consistent with newlib.

19 years ago* wininfo.h (wininfo::timer_active): Delete.
cgf [Sun, 27 Mar 2005 01:57:36 +0000 (01:57 +0000)]
* wininfo.h (wininfo::timer_active): Delete.
(wininfo::itv): Ditto.
(wininfo::start_time): Ditto.
(wininfo::window_started): Ditto.
(wininfo::getitimer): Ditto.
(wininfo::setitimer): Ditto.
(wininfo::wininfo): Ditto.
(wininfo::lock): New method.
(wininfo::release): Ditto.
* window.cc: Use new lock/acquire wininfo methods throughout.
(wininfo::wininfo): Delete
(wininfo::getitimer): Ditto.
(wininfo::setitimer): Ditto.
(getitimer): Ditto.
(setitimer): Ditto.
(ualarm): Ditto.
(alarm): Ditto.
(wininfo::lock): Define new function.
(wininfo::release): Ditto.
(wininfo::process): Delete WM_TIMER handling.
* timer.cc (struct timetracker): Delete it, flags.  Add it_interval,
interval_us, sleepto_us, running, init_muto(), syncthread, and gettime().
(ttstart): Make NO_COPY.
(lock_timer_tracker): New class.
(timer_tracker::timer_tracker): Distinguish ttstart case.
(timer_tracker::~timer_tracker): New destructor.  Clean out events, and reset
magic.
(timer_tracker::init_muto): New method.
(to_us): Round up as per POSIX.
(timer_thread): Reorganize to match timer_tracker::settime and
timer_tracker::gettime.  Call sig_send without wait.  Call auto_release.
(timer_tracker::settime): Reorganize logic to avoid race.  Call gettime to
recover old value.
(timer_tracker::gettime): New method.
(timer_create): Properly set errno on invalid timerid.  Use new
lock_timer_tracker method.
(timer_delete): Ditto.  Simplify code slightly.
(timer_gettime): New function.
(fixup_timers_after_fork): Reinit ttstart.
(getitimer): New implementation.
(setitimer): Ditto.
(ualarm): Ditto.
(alarm): Ditto.
* cygwin.din: Export timer_gettime.
* winsup.h: Remove has has_visible_window_station declaration.
* Makefile.in (DLL_OFILES): Add lsearch.o.
* cygthread.h (cygthread::notify_detached): New element.
(cygthread::cygthread): Take optional fourth argument signifying event to
signal on thread completion.
* cygthread.cc (cygthread::stub): Signal notify_detached event, if it exists.
(cygthread::cygthread): Initialize notify_detached from fourth argument.
(cygthread::detach): Wait for notify_detached field is present.
* lsearch.cc: New file.
* search.h: Ditto.
* include/cygwin/version.h: Bump API minor number to 126.
* cygwin.din: Export lsearch, lfind.

19 years ago * gdb.base/bigcore.c (main): Add missing mode argument in open
schwab [Sun, 27 Mar 2005 00:18:54 +0000 (00:18 +0000)]
* gdb.base/bigcore.c (main): Add missing mode argument in open
call.

19 years ago*** empty log message ***
gdbadmin [Sun, 27 Mar 2005 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * cp-support.c (cp_class_name_from_physname): Rewrite.
drow [Sat, 26 Mar 2005 21:56:44 +0000 (21:56 +0000)]
* cp-support.c (cp_class_name_from_physname): Rewrite.
(unqualified_name_from_comp): New function, broken out from
method_name_from_physname.  Correct handling for typed names
and templates.
(method_name_from_physname): Use unqualified_name_from_comp.
(cp_func_name, remove_params): Move earlier in the file.  Add
better comments.  Use the component tree to parse the name.
(_initialize_cp_support): Remove stray whitespace.

19 years ago* exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
kettenis [Sat, 26 Mar 2005 16:50:42 +0000 (16:50 +0000)]
* exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.

19 years ago* inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
kettenis [Sat, 26 Mar 2005 16:32:56 +0000 (16:32 +0000)]
* inflow.h: Update copyright year.  Remove #ifdef SHORT_PGRP code.
Callapse HAVE_TERMIO and HAVE_SGTTY.

19 years ago* dwarf2-frame.c (execute_cfa_program): Implement
kettenis [Sat, 26 Mar 2005 15:20:39 +0000 (15:20 +0000)]
* dwarf2-frame.c (execute_cfa_program): Implement
DW_CFA_GNU_window_save.

19 years agoMention generic-build-script in packaging FAQ
joshuadfranklin [Sat, 26 Mar 2005 04:01:52 +0000 (04:01 +0000)]
Mention generic-build-script in packaging FAQ

19 years ago * config/tc-xtensa.c (use_longcalls): Delete.
bwilson [Sat, 26 Mar 2005 00:20:59 +0000 (00:20 +0000)]
* config/tc-xtensa.c (use_longcalls): Delete.
(xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
the use_longcalls flag is set.  Do this before checking the segment.
(xg_expand_assembly_insn): Rearrange to use new do_expand flag.  Never
expand direct calls at this point.
(xtensa_set_frag_assembly_state): Set use_longcalls flag.
(xtensa_find_unmarked_state_frags): Likewise.
(md_assemble): Do not disable longcalls by setting is_specific_opcode.
(xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
(convert_frag_immed): Remove unnecessary check of is_specific_opcode.
* config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.

19 years ago*** empty log message ***
gdbadmin [Sat, 26 Mar 2005 00:00:36 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago* config/sparc/nbsd64.mh (NAT_FILE): Remove.
kettenis [Fri, 25 Mar 2005 22:28:51 +0000 (22:28 +0000)]
* config/sparc/nbsd64.mh (NAT_FILE): Remove.

19 years ago* config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
kettenis [Fri, 25 Mar 2005 22:25:25 +0000 (22:25 +0000)]
* config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.

19 years ago * arm-tdep.c (target_is_thumb, caller_is_thumb)
drow [Fri, 25 Mar 2005 21:28:02 +0000 (21:28 +0000)]
* arm-tdep.c (target_is_thumb, caller_is_thumb)
(arm_pc_is_thumb_dummy): Remove.
(arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.

19 years agoFix memset thinkos.
green [Fri, 25 Mar 2005 20:40:01 +0000 (20:40 +0000)]
Fix memset thinkos.

19 years agoFix memset thinkos.
green [Fri, 25 Mar 2005 20:39:42 +0000 (20:39 +0000)]
Fix memset thinkos.

19 years ago * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
drow [Fri, 25 Mar 2005 20:38:54 +0000 (20:38 +0000)]
* lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
downloads.
* config/gdbserver.exp (gdb_load): Likewise.

19 years ago * ser-base.c (ser_unix_write): Rename to ...
mmitchel [Fri, 25 Mar 2005 20:06:34 +0000 (20:06 +0000)]
* ser-base.c (ser_unix_write): Rename to ...
(ser_base_write): ... this.
(ser_unix_nop_flush_output): Rename to ...
(ser_base_flush_output): ... this.
(ser_unix_flush_input): Rename to ...
(ser_base_flush_input): ... this.
(ser_unix_nop_send_break): Rename to ...
(ser_base_send_break): ... this.
(ser_unix_nop_drain_output): Rename to ...
(ser_base_drain_output): ... this.
(ser_unix_nop_raw): Rename to ...
(ser_base_raw): ... this.
(ser_unix_nop_get_tty_state): Rename to ...
(ser_base_set_tty_state): ... this.
(ser_unix_nop_noflush_set_tty_state): Rename to ...
(ser_base_noflush_set_tty_state): ... this.
(ser_unix_nop_print_tty_state): Rename to ...
(ser_base_print_tty_state): ... this.
(ser_unix_nop_setbaudrate): Rename to ...
(ser_base_setbaudrate): ... this.
(ser_unix_nop_setstopbits): Rename to ...
(ser_base_setstopbits): ... this.
(ser_unix_async): Rename to ...
(ser_base_async): ... this.
* ser-base.h (ser_unix_write): Rename to ...
(ser_base_write): ... this.
(ser_unix_nop_flush_output): Rename to ...
(ser_base_flush_output): ... this.
(ser_unix_flush_input): Rename to ...
(ser_base_flush_input): ... this.
(ser_unix_nop_send_break): Rename to ...
(ser_base_send_break): ... this.
(ser_unix_nop_drain_output): Rename to ...
(ser_base_drain_output): ... this.
(ser_unix_nop_raw): Rename to ...
(ser_base_raw): ... this.
(ser_unix_nop_get_tty_state): Rename to ...
(ser_base_set_tty_state): ... this.
(ser_unix_nop_noflush_set_tty_state): Rename to ...
(ser_base_noflush_set_tty_state): ... this.
(ser_unix_nop_print_tty_state): Rename to ...
(ser_base_print_tty_state): ... this.
(ser_unix_nop_setbaudrate): Rename to ...
(ser_base_setbaudrate): ... this.
(ser_unix_nop_setstopbits): Rename to ...
(ser_base_setstopbits): ... this.
(ser_unix_async): Rename to ...
(ser_base_async): ... this.
* ser-pipe.c (_initialize_ser_pipe): Update accordingly.
* ser-tcp.c (_initialize_ser_tcp): Likewise.
* ser-unix.c (hardwire_flush_input): Likewise.
(_initializer_ser_hardwire): Likewise.

19 years ago * Makefile.in (SFILES): Add ser-base.c.
mmitchel [Fri, 25 Mar 2005 19:47:14 +0000 (19:47 +0000)]
* Makefile.in (SFILES): Add ser-base.c.
(ser_base_h): New variable.
(ser-base.o): New target.
(ser-pipe.o): Depend on $(ser_base_h).
(ser-tcp.o): Likewise.
(ser-unix.o): Likewise.  Do not depend on $(event_loop_h).
* configure.ac (SER_HARDWIRE): Include ser-base.o where
appropriate.
* ser-base.c: New file.
(push_event): Move from ser-unix.c.
(fd_event): Likewise.
(reschedule): Likewise.
(ser_unix_write): Likewise.
(ser_unix_nop_flush_output): Likewise.
(ser_unix_flush_input): Likewise.
(ser_unix_nop_send_break): Likewise.
(ser_unix_nop_drain_output): Likewise.
(ser_unix_nop_raw): Likewise.
(ser_unix_nop_get_tty_state): Likewise.
(ser_unix_nop_set_tty_state): Likewise.
(ser_unix_nop_noflush_set_tty_state): Likewise.
(ser_unix_nop_print_tty_state): Likewise.
(ser_unix_nop_setbaudrate): Likewise.
(ser_unix_nop_setstopbits): Likewise.
(ser_unix_async): Likewise.
* ser-base.h: New file.
* ser-pipe.c (ser-base.h): Include it.
* ser-tcp.c (ser-base.h): Likewise.
* ser-unix.h (ser_unix_nop_flush_output): Remove.
(ser_unix_flush_input): Likewise.
(ser_unix_nop_send_break): Likewise.
(ser_unix_nop_raw): Likewise.
(ser_unix_nop_get_tty_state): Likewise.
(ser_unix_nop_set_tty_state): Likewise.
(ser_unix_nop_print_tty_state): Likewise.
(ser_unix_nop_noflush_set_tty_state): Likewise.
(ser_unix_nop_setbaudrate): Likewise.
(ser_unix_nop_setstopbits): Likewise.
(ser_unix_nop_drain_output): Likewise.
(ser_unix_wait_for): Likewise.
(ser_unix_write): Likewise.
(ser_unix_async): Likewise.
* ser-unix.c (event-loop.h): Do not include it.
(push_event): Move to ser-base.c.
(fd_event): Likewise.
(reschedule): Likewise.
(ser_unix_write): Likewise.
(ser_unix_nop_flush_output): Likewise.
(ser_unix_flush_input): Likewise.
(ser_unix_nop_send_break): Likewise.
(ser_unix_nop_drain_output): Likewise.
(ser_unix_nop_raw): Likewise.
(ser_unix_nop_get_tty_state): Likewise.
(ser_unix_nop_set_tty_state): Likewise.
(ser_unix_nop_noflush_set_tty_state): Likewise.
(ser_unix_nop_print_tty_state): Likewise.
(ser_unix_nop_setbaudrate): Likewise.
(ser_unix_nop_setstopbits): Likewise.
(ser_unix_async): Likewise.
(ser_unix_wait_for): Make it static.
* configure: Regenerated.

19 years ago* dwarf2-frame.h: Update copyrigh year.
kettenis [Fri, 25 Mar 2005 16:51:38 +0000 (16:51 +0000)]
* dwarf2-frame.h: Update copyrigh year.
(enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
* dwarf2-frame.c: Update copyright year.
(struct dwarf2_frame_cache): Add member `retaddr_reg'.
(dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
(dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.

19 years agoUpdate mail address.
ths [Fri, 25 Mar 2005 16:20:01 +0000 (16:20 +0000)]
Update mail address.

19 years ago * BRANCHES: Add binutils-csl-arm-2005q1-branch and
drow [Fri, 25 Mar 2005 15:42:29 +0000 (15:42 +0000)]
* BRANCHES: Add binutils-csl-arm-2005q1-branch and
binutils-2_16-branch.

19 years ago* MAINTAINERS: Add myself as M88k maintainer.
kettenis [Fri, 25 Mar 2005 15:23:18 +0000 (15:23 +0000)]
* MAINTAINERS: Add myself as M88k maintainer.

19 years ago * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
hp [Fri, 25 Mar 2005 11:50:48 +0000 (11:50 +0000)]
* config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.

19 years ago2005-03-25 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 25 Mar 2005 09:02:29 +0000 (09:02 +0000)]
2005-03-25  Paolo Bonzini  <bonzini@gnu.org>

* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
* configure: Regenerate.

19 years agomerge from gcc
dj [Fri, 25 Mar 2005 04:57:00 +0000 (04:57 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Fri, 25 Mar 2005 04:27:20 +0000 (04:27 +0000)]
merge from gcc

19 years ago * config/tc-cris.h: Convert to ISO C90.
hp [Fri, 25 Mar 2005 04:10:51 +0000 (04:10 +0000)]
* config/tc-cris.h: Convert to ISO C90.
* config/tc-cris.c: Ditto.
(md_estimate_size_before_relax): Remove obsolete comment for
parameter "segment_type".
(md_begin): Document reason for cast of hash_insert argument.
(md_atof): Correct type of parameter "type".

19 years ago*** empty log message ***
gdbadmin [Fri, 25 Mar 2005 00:00:08 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * config/default.exp: Do not load libpath.exp if it does not
mmitchel [Thu, 24 Mar 2005 23:36:02 +0000 (23:36 +0000)]
* config/default.exp: Do not load libpath.exp if it does not
exist.
(CC): Provide fallback definition.
(CFLAGS): Likewise.
(CXX): Likewise.
(CXXFLAGS): Likewise.

19 years ago2005-03-24 Eric Christopher <echristo@redhat.com>
echristo [Thu, 24 Mar 2005 22:47:48 +0000 (22:47 +0000)]
2005-03-24  Eric Christopher  <echristo@redhat.com>

* elfxx-mips.c: Revert previous patch.

2005-03-24  Eric Christopher  <echristo@redhat.com>

* ld-mips-elf/rel32-n32.d: Revert changes.
* ld-mips-elf/rel32-o32.d: Ditto.
* ld-mips-elf/rel64.d: Ditto.

19 years ago * winduni.c (unicode_from_ascii): Don't declare variables
dannysmith [Thu, 24 Mar 2005 21:26:20 +0000 (21:26 +0000)]
* winduni.c (unicode_from_ascii): Don't declare variables
's' and 'w' if _WIN32.  Use MultiByteToWideChar to set the unicode
string len.

19 years agoUpdated French translation
nickc [Thu, 24 Mar 2005 21:13:02 +0000 (21:13 +0000)]
Updated French translation

19 years ago(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vector
nickc [Thu, 24 Mar 2005 21:02:17 +0000 (21:02 +0000)]
(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vector
when building a 64-bit BFD with all targets enabled.

19 years agoConvert unmaintained files over to ISO-C90 and fix formatting.
nickc [Thu, 24 Mar 2005 20:40:22 +0000 (20:40 +0000)]
Convert unmaintained files over to ISO-C90 and fix formatting.

19 years agoAdd Dmitry Diky to maintainers list as msp430 maintainer
diwil [Thu, 24 Mar 2005 18:04:38 +0000 (18:04 +0000)]
Add Dmitry Diky to maintainers list as msp430 maintainer

19 years ago * cygcheck.cc (init_paths): Use full path instead of "." for the
corinna [Thu, 24 Mar 2005 14:48:15 +0000 (14:48 +0000)]
* cygcheck.cc (init_paths): Use full path instead of "." for the
current directory.  Do not add "." if present in $PATH.
(dump_sysinfo): Skip placeholder first value of paths[].

19 years ago * fhandler.h (fhandler_socket::secret_event): Remove.
corinna [Thu, 24 Mar 2005 14:04:00 +0000 (14:04 +0000)]
* fhandler.h (fhandler_socket::secret_event): Remove.
(fhandler_socket::af_local_set_secret): New function combining former
set_connect_secret and get_connect_secret into one function.
(fhandler_socket::af_local_setblocking): Rename from eid_setblocking.
(fhandler_socket::af_local_unsetblocking): Rename from
eid_unsetblocking.
(fhandler_socket::af_local_set_cred): New method.
(fhandler_socket::af_local_copy): New method.
(fhandler_socket::af_local_recv_secret): New method.
(fhandler_socket::af_local_send_secret): New method.
(fhandler_socket::af_local_recv_cred): Rename from eid_recv.
(fhandler_socket::af_local_send_cred): Rename from eid_send.
(fhandler_socket::af_local_accept): New method.
(fhandler_socket::af_local_set_sockpair_cred): Rename from
set_socketpair_eids.
(fhandler_socket::eid_accept): Remove.
(fhandler_socket::eid_connect): Remove.
(fhandler_socket::set_connect_secret): Remove.
(fhandler_socket::get_connect_secret): Remove.
(fhandler_socket::create_secret_event): Remove.
(fhandler_socket::check_peer_secret_event): Remove.
(fhandler_socket::signal_secret_event): Remove.
(fhandler_socket::close_secret_event): Remove.
(fhandler_socket::sec_event_accept): Remove.
(fhandler_socket::sec_event_connect): Remove.
* fhandler_socket.cc (secret_event_name): Remove.
(fhandler_socket::af_local_set_sockpair_cred): Rename from
set_socketpair_eids.
(fhandler_socket::af_local_setblocking): Rename from eid_setblocking.
(fhandler_socket::af_local_unsetblocking): Rename from
eid_unsetblocking.
(fhandler_socket::af_local_recv_secret): New function to receive
AF_LOCAL connect secret over socket itself.
(fhandler_socket::af_local_send_secret): New function to send AF_LOCAL
connect secret over socket itself.
(fhandler_socket::af_local_recv_cred): Rename from eid_recv.
(fhandler_socket::af_local_send_cred): Rename from eid_send.
(fhandler_socket::eid_connect): Remove.
(fhandler_socket::af_local_connect): Take over connect side handling
of AF_LOCAL secret and credential handshake.
(fhandler_socket::eid_accept): Remove.
(fhandler_socket::af_local_accept): New method, take over accept side
handling of AF_LOCAL secret and credential handshake.
(fhandler_socket::af_local_set_cred): New method, set eid credentials
to start values.
(fhandler_socket::af_local_copy): New method, copy secret and
credentials to another socket.
(fhandler_socket::af_local_set_secret): New function combining former
set_connect_secret and get_connect_secret into one function.
(fhandler_socket::create_secret_event): Remove.
(fhandler_socket::signal_secret_event): Remove.
(fhandler_socket::close_secret_event): Remove.
(fhandler_socket::check_peer_secret_event): Remove.
(fhandler_socket::sec_event_connect): Remove.
(fhandler_socket::sec_event_accept): Remove.
(fhandler_socket::fixup_after_fork): Drop secret_event handling.
(fhandler_socket::bind): Call af_local_set_secret.
(fhandler_socket::connect): Call af_local_set_cred and af_local_connect.
(fhandler_socket::listen): Call af_local_set_cred.
(fhandler_socket::accept): Call af_local_copy and af_local_accept on
accepted socket.
(fhandler_socket::close): Don't call close_secret_event.
(fhandler_socket::set_close_on_exec): Don't set secret_event
inheritance.
* net.cc (cygwin_getsockopt): Add debug output.
(socketpair): Call af_local_set_sockpair_cred instead of
set_socketpair_eids.
* select.cc (set_bits): Drop AF_LOCAL special handling in case
of except bit set.

19 years ago(BFD32_BACKENDS): Delete elf32-ia64.lo.
nickc [Thu, 24 Mar 2005 09:26:25 +0000 (09:26 +0000)]
(BFD32_BACKENDS): Delete elf32-ia64.lo.
(BFD64_BACKENDS): Add elf32-ia64.lo.

19 years ago * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
hp [Thu, 24 Mar 2005 06:12:40 +0000 (06:12 +0000)]
* cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
include cgen-ops.h in decodev10.c and decodev32.c.
* cris/sim-main.h: Don't include cgen-ops.h here.
* cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
cris/semcrisv32f-switch.c: Regenerate.

19 years ago * include/stdio.h (__mingw_fwrite): Change return value to
dannysmith [Thu, 24 Mar 2005 05:58:52 +0000 (05:58 +0000)]
* include/stdio.h (__mingw_fwrite): Change return value to
size_t.
* mingwex/mingw-fseek.c (__mingw_fwrite): Likewise.

19 years ago * include/stdio.h (__mingw_fwrite): Change return value to
dannysmith [Thu, 24 Mar 2005 05:58:23 +0000 (05:58 +0000)]
* include/stdio.h (__mingw_fwrite): Change return value to
size_t.
* mingwex/mingw-fseek.c (__mingw_fwrite): Likewise.

19 years agobfd/ChangeLog:
echristo [Thu, 24 Mar 2005 01:30:41 +0000 (01:30 +0000)]
bfd/ChangeLog:

2005-03-23  Eric Christopher  <echristo@redhat.com>

* elfxx-mips.c (MIPS_ELF_READONLY_SECTION): New.
(mips_elf_calculate_relocation): Use. Define DF_TEXTREL
after emitting relocation.
(_bfd_mips_elf_adjust_dynamic_symbol): Ditto.
(_bfd_mips_elf_check_relocs): Remove code to set DF_TEXTREL
and readonly_reloc.

ld/testsuite/ChangeLog:

2005-03-23  Eric Christopher  <echristo@redhat.com>

* ld-mips-elf/textrel-1.s, ld-mips-elf/textrel-1.d: New
test.
* ld-mips-elf/mips-elf.exp: Call it.
* ld-mips-elf/rel32-n32.d: Update for DF_TEXTREL removal.
* ld-mips-elf/rel32-o32.d: Ditto.
* ld-mips-elf/rel64.d: Ditto.

19 years ago * cris/traps.c (cris_break_13_handler) <case
hp [Thu, 24 Mar 2005 01:14:07 +0000 (01:14 +0000)]
* cris/traps.c (cris_break_13_handler) <case
TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.

19 years ago * gas/cris/range-err-1.s: Adjust expected messages for hosts with
hp [Thu, 24 Mar 2005 00:01:13 +0000 (00:01 +0000)]
* gas/cris/range-err-1.s: Adjust expected messages for hosts with
64-bit longs.

19 years ago*** empty log message ***
gdbadmin [Thu, 24 Mar 2005 00:01:07 +0000 (00:01 +0000)]
*** empty log message ***

19 years ago* include/ctype.h: Always define macros when inside cygwin.
cgf [Wed, 23 Mar 2005 21:03:59 +0000 (21:03 +0000)]
* include/ctype.h: Always define macros when inside cygwin.
(isblank): New macro.

19 years ago2005-03-23 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 23 Mar 2005 19:21:16 +0000 (19:21 +0000)]
2005-03-23  H.J. Lu  <hongjiu.lu@intel.com>

* cris-dis.c (print_with_operands): Use ~31L for long instead
of ~31.

19 years ago2005-03-23 Martin Hunt <hunt@redhat.com>
hunt [Wed, 23 Mar 2005 19:17:39 +0000 (19:17 +0000)]
2005-03-23  Martin Hunt  <hunt@redhat.com>

        * configure.ac: Remove -fwritable-strings from CFLAGS.
        * configure: Regenerate.

19 years ago2005-03-23 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 23 Mar 2005 19:04:32 +0000 (19:04 +0000)]
2005-03-23  H.J. Lu  <hongjiu.lu@intel.com>

* ld-cris/expdyn5.d: Updated for alignment change in elf.sc.
* ld-cris/expdyn6.d: Likewise.
* ld-cris/expdyn7.d: Likewise.
* ld-cris/gotplt1.d: Likewise.
* ld-cris/gotplt2.d: Likewise.
* ld-cris/gotplt3.d: Likewise.
* ld-cris/libdso-10.d: Likewise.
* ld-cris/libdso-11.d: Likewise.
* ld-cris/libdso-12.d: Likewise.
* ld-cris/libdso-14.d: Likewise.
* ld-cris/libdso-2.d: Likewise.
* ld-cris/locref1.d: Likewise.
* ld-cris/locref2.d: Likewise.
* ld-cris/nodyn5.d: Likewise.
* ld-cris/pv32-1.d: Likewise.
* ld-cris/weakref2.d: Likewise.

19 years agoFrom common/ChangeLog:
kettenis [Wed, 23 Mar 2005 18:55:13 +0000 (18:55 +0000)]
From common/ChangeLog:

* aclocal.m4 Include ../../gettext.m4.
(CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST)
(AM_LC_MESSAGES): Remove.
* configure: Regenerate.

Regenerate all other configures.

19 years agoFix whitespace with crx entry.
jjohnstn [Wed, 23 Mar 2005 18:09:57 +0000 (18:09 +0000)]
Fix whitespace with crx entry.

19 years ago2005-03-23 Martin Hunt <hunt@redhat.com>
hunt [Wed, 23 Mar 2005 17:53:14 +0000 (17:53 +0000)]
2005-03-23  Martin Hunt  <hunt@redhat.com>

* configure.ac: Remove -fwritable-strings from CFLAGS.
* configure: Regenerate.

19 years agocheckin previously missed file.
cgf [Wed, 23 Mar 2005 17:47:29 +0000 (17:47 +0000)]
checkin previously missed file.

19 years agofix comment
cgf [Wed, 23 Mar 2005 17:43:51 +0000 (17:43 +0000)]
fix comment

19 years ago * fhandler.h (fhandler_socket::eid_connect): Make private.
corinna [Wed, 23 Mar 2005 17:27:15 +0000 (17:27 +0000)]
* fhandler.h (fhandler_socket::eid_connect): Make private.
(fhandler_socket::set_connect_secret): Ditto.
(fhandler_socket::get_connect_secret): Ditto.
(fhandler_socket::create_secret_event): Ditto. Remove secret argument.
(fhandler_socket::check_peer_secret_event): Ditto.
(fhandler_socket::signal_secret_event): Make private.
(fhandler_socket::close_secret_event): Ditto.
(fhandler_socket::sec_event_accept): New private method.
(fhandler_socket::sec_event_connect): Ditto.
(fhandler_socket::af_local_connect): New public method.
* fhandler_socket.cc: Use 'struct sockaddr' and 'struct sockaddr_in'
rather than just 'sockaddr' and 'sockaddr_in' throughout.
(fhandler_socket::eid_connect): Drop AF_LOCAL/SOCK_STREAM test.
(fhandler_socket::create_secret_event): Remove secret argument.
Always use connect_secret instead.
(fhandler_socket::check_peer_secret_event): Ditto.
(fhandler_socket::sec_event_connect): New method, combining entire
secret event handshake on connect side.
(fhandler_socket::af_local_connect): New method, combining secret
event handshake and eid credential transaction on connect side, to
be called from select.
(fhandler_socket::sec_event_accept): New method, combining entire
secret event handshake on accept side.
(fhandler_socket::connect): Drop secret, use connect_secret instead.
Move entire secret event handshake to sec_event_connect.
(fhandler_socket::accept): Move entire secret event handshake to
sec_event_accept.
* select.cc (set_bits): Just call af_local_connect here.

19 years ago* include/cygwin/version.h: Change coment for most recent API version bump to
cgf [Wed, 23 Mar 2005 17:16:14 +0000 (17:16 +0000)]
* include/cygwin/version.h: Change coment for most recent API version bump to
reflect new additions to the DLL and to remove change obsoleted by the previous
checkin.

19 years ago* include/ctype.h: New file.
cgf [Wed, 23 Mar 2005 17:11:23 +0000 (17:11 +0000)]
* include/ctype.h: New file.
* ctype.cc: Ditto.
* Makefile.in: Add ctype.o to DLL_OFILES.
* cygwin.din: Remove _ctype_ptr (for now?).

19 years ago* configure.host: For cygwin, redefine CC with cygwin include directory first
cgf [Wed, 23 Mar 2005 17:09:28 +0000 (17:09 +0000)]
* configure.host: For cygwin, redefine CC with cygwin include directory first
to mimic the behavior of the top-level configury.  Move include directory out
of newlib_cflags.

19 years ago* config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
jimb [Wed, 23 Mar 2005 15:48:57 +0000 (15:48 +0000)]
* config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
attributes properly.

19 years agoAccept any C library to accompany a GNU Linux implementation, not just the GNU
nickc [Wed, 23 Mar 2005 15:35:35 +0000 (15:35 +0000)]
Accept any C library to accompany a GNU Linux implementation, not just the GNU
C library.

19 years agoUndo previous delta
nickc [Wed, 23 Mar 2005 14:49:44 +0000 (14:49 +0000)]
Undo previous delta

19 years ago(getopt): Allow full prototype when builind under FreeBSD.
nickc [Wed, 23 Mar 2005 14:46:12 +0000 (14:46 +0000)]
(getopt): Allow full prototype when builind under FreeBSD.

19 years agoConvert to ISO C90 formatting
nickc [Wed, 23 Mar 2005 11:18:07 +0000 (11:18 +0000)]
Convert to ISO C90 formatting

19 years agoUpdate French translation
nickc [Wed, 23 Mar 2005 09:44:05 +0000 (09:44 +0000)]
Update French translation

19 years agobfd/
hjl [Wed, 23 Mar 2005 04:14:38 +0000 (04:14 +0000)]
bfd/

2005-03-22  H.J. Lu  <hongjiu.lu@intel.com>

* bfd-in.h (_bfd_elf_provide_symbol): New.
* bfd-in2.h: Regenerated.

* elf32-ppc.c (set_linker_sym): Moved to elflink.c.
(ppc_elf_set_sdata_syms): Call _bfd_elf_provide_symbol instead
of set_linker_sym.

* elflink.c (_bfd_elf_provide_symbol): New. Moved and renamed
from elf32-ppc.c.

ld/

2005-03-22  H.J. Lu  <hongjiu.lu@intel.com>

* emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
(gld${EMULATION_NAME}_finish): Call
gld${EMULATION_NAME}_provide_bound_symbols to provide
__preinit_array_start, __preinit_array_end, __init_array_start,
__init_array_end, __fini_array_start and __fini_array_end.

* scripttempl/elf.sc: Don't provide __preinit_array_start,
__preinit_array_end, __init_array_start, __init_array_end,
__fini_array_start nor __fini_array_end.

19 years ago* Makefile.common: Add -dD to options when creating preprocess files.
cgf [Wed, 23 Mar 2005 03:22:27 +0000 (03:22 +0000)]
* Makefile.common: Add -dD to options when creating preprocess files.

19 years agomerge from gcc
dj [Wed, 23 Mar 2005 00:01:17 +0000 (00:01 +0000)]
merge from gcc

19 years ago*** empty log message ***
gdbadmin [Wed, 23 Mar 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2005-03-22 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 22 Mar 2005 23:45:42 +0000 (23:45 +0000)]
2005-03-22  Jeff Johnston  <jjohnstn@redhat.com>

        * configure.host: For arc, set -DREENTRANT_SYSCALLS_PROVIDED flag on.
        * libc/sys/arc/syscalls.c: Change functions to use __errno_r rather
        than errno.

19 years agodaily update
amodra [Tue, 22 Mar 2005 23:00:05 +0000 (23:00 +0000)]
daily update

19 years ago * hash.c (strtab_hash_newfunc): Fix typo in allocated size.
hp [Tue, 22 Mar 2005 21:52:50 +0000 (21:52 +0000)]
* hash.c (strtab_hash_newfunc): Fix typo in allocated size.

19 years ago * dwarf.h: Merge with GCC's dwarf.h.
bje [Tue, 22 Mar 2005 19:51:30 +0000 (19:51 +0000)]
* dwarf.h: Merge with GCC's dwarf.h.

19 years agoinclude ChangeLog
bwilson [Tue, 22 Mar 2005 19:31:25 +0000 (19:31 +0000)]
include ChangeLog
* xtensa-isa.h: Update a comment and whitespace.
bfd ChangeLog
* xtensa-isa.c (xtensa_opcode_lookup, xtensa_state_lookup,
xtensa_sysreg_lookup_name, xtensa_interface_lookup,
xtensa_funcUnit_lookup): Skip bsearch call if count is zero.
(xtensa_opcode_decode): Rearrange code.

19 years ago* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.
cgf [Tue, 22 Mar 2005 19:00:25 +0000 (19:00 +0000)]
* Makefile.in (DLL_OFILES): Add hookapi.o.  Eliminate some cruft.
* cygheap.h (cygheap_types): Add new enum: HEAP_1_HOOK.
(hook_chain): New struct.
(init_cygheap::hooks): Define new element.
* cygheap.cc (cygheap_fixup_in_child): Zero hook chain on exec.
* dcrt0.cc (dll_crt0_1): Call ld_preload just before calling main function.
* external.cc (cygwin_internal): Implement CW_HOOK.
* fork.cc (fork_child): Call fixup_hooks_after_fork.
* init.cc (cygwin_hmodule): Reinstate after a long absence.
* include/sys/cygwin.h: Define CW_HOOK.
* hookapi.cc: New file.
* select.cc (start_thread_socket): Add debugging output.
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): gcc 4.x accommodation.
* fhandler_socket.cc (fhandler_socket::connect): Make sure that err is
initialized.

19 years agoOops - fix typo in ISO-C90ifcation
nickc [Tue, 22 Mar 2005 18:43:09 +0000 (18:43 +0000)]
Oops - fix typo in ISO-C90ifcation

19 years ago* libc/include/machine/_types.h: Make trivial change to comment to avoid a
cgf [Tue, 22 Mar 2005 18:12:29 +0000 (18:12 +0000)]
* libc/include/machine/_types.h: Make trivial change to comment to avoid a
spurious warning from gcc.