OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
19 years ago*** empty log message ***
gdbadmin [Thu, 6 Jan 2005 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Wed, 5 Jan 2005 23:00:05 +0000 (23:00 +0000)]
daily update

19 years ago * ia64-tdep.c: Include "osabi.h".
schwab [Wed, 5 Jan 2005 22:51:42 +0000 (22:51 +0000)]
* ia64-tdep.c: Include "osabi.h".
(native_find_global_pointer): Delete.
(ia64_find_global_pointer): Renamed from
generic_elf_find_global_pointer.
(FIND_GLOBAL_POINTER): Delete.  Change all users to call
ia64_find_global_pointer instead.
(ia64_gdbarch_init): Call gdbarch_init_osabi.  Remove references
to ia64_linux_sigcontext_register_address and
ia64_linux_write_pc.  Don't set tdep->find_global_pointer.
(_initialize_ia64_tdep): Call gdbarch_register instead of
deprecated register_gdbarch_init.
(struct gdbarch_tdep): Remove find_global_pointer field and move
to ...
* ia64-tdep.h (struct gdbarch_tdep): ... here.
(ia64_linux_sigcontext_register_address): Remove declaration.
(ia64_linux_getunwind_table): Likewise.
(ia64_linux_write_pc): Likewise.
* ia64-linux-tdep.c: Include "osabi.h".
(ia64_linux_sigcontext_register_address): Make static.
(ia64_linux_write_pc): Likewise.
(ia64_linux_init_abi): New.
(_initialize_ia64_linux_tdep): New.
* Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
$(osabi_h).

19 years ago* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not always
cgf [Wed, 5 Jan 2005 21:40:08 +0000 (21:40 +0000)]
* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not always
talk about a "version" when it's not a version.
(dll_crt0_0): Change info passed to multiple_cygwin_problem to be a little more
precise.
* shared.cc (user_shared_initialize): Ditto.
(shared_info::initialize): Ditto.

19 years ago2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 5 Jan 2005 17:29:41 +0000 (17:29 +0000)]
2005-01-05  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (display_debug_loc): Display base address
specifiers.  Always output <End of list>.

19 years agoEliminate ia64-aix-tdep.c.
kevinb [Wed, 5 Jan 2005 17:04:49 +0000 (17:04 +0000)]
Eliminate ia64-aix-tdep.c.

19 years agoEliminate ia64-aix-tdep.c.
kevinb [Wed, 5 Jan 2005 17:01:57 +0000 (17:01 +0000)]
Eliminate ia64-aix-tdep.c.

19 years ago2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 5 Jan 2005 16:15:47 +0000 (16:15 +0000)]
2005-01-05  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (have_frame_base): New.
(need_base_address): Likewise.
(saved_base_address): Likewise.
(decode_location_expression): Return 1 if DW_AT_frame_base is
needed.
(debug_info): Add base_address and a have_frame_base pointer.
(read_and_display_attr_value): Replace saved_DW_AT_low_pc with
saved_base_address. Record base address. Set have_frame_base.
Record if a location list has DW_AT_frame_base. Display if a
location expression has no DW_AT_frame_base but needs one. Set
saved_base_address only if needed.
(process_debug_info): Clear have_frame_base, saved_base_address
and set need_base_address.
(display_debug_loc): Display if a location expression has no
DW_AT_frame_base but needs one. Display if start >= end. Don't
adjust for section address. Properly handle base address.
(process_object): Free the have_frame_base pointer in
debug_info.

19 years agoPR binutils/614
nickc [Wed, 5 Jan 2005 16:03:20 +0000 (16:03 +0000)]
PR binutils/614
* ldmisc.c (vfinfo): Alter output to conform to the GNU Coding Standard's
specification for parsable error messages.

19 years ago2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
cagney [Wed, 5 Jan 2005 15:43:34 +0000 (15:43 +0000)]
2005-01-05  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>

Committed by Andrew Cagney.
* ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
* alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
* amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
* arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
* armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
* aix-thread.c (_initialize_aix_thread): Get rid of the
deprecated_add_show_from_set call.
* alpha-tdep.c (_initialize_alpha_tdep): Ditto.
* arm-tdep.c (_initialize_arm_tdep): Ditto.
* command.h (add_setshow_enum_cmd): Add arguments for returning
new list elements.
* cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
* mips-tdep.c (_initialize_mips_tdep): Modify calls to
add_setshow_enum_cmd.

19 years ago * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
ebotcazou [Wed, 5 Jan 2005 15:24:54 +0000 (15:24 +0000)]
* elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
from STABS debugging sections again.

19 years ago * gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
ebotcazou [Wed, 5 Jan 2005 13:38:38 +0000 (13:38 +0000)]
* gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].

19 years agoApproved by nickc@redhat.com:
fnf [Wed, 5 Jan 2005 10:37:05 +0000 (10:37 +0000)]
Approved by nickc@redhat.com:

2005-01-05  Fred Fish  <fnf@specifixinc.com>
* dwarf2.c (struct dwarf2_debug): Add info_ptr_unit member.
(find_abstract_instance_name): New function.
(scan_unit_for_functions): Handle DW_TAG_inlined_subroutine.
(scan_unit_for_functions): Handle DW_AT_abstract_origin.
(_bfd_dwarf2_find_nearest_line): Initialize info_ptr_unit.

19 years ago*** empty log message ***
gdbadmin [Wed, 5 Jan 2005 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 4 Jan 2005 23:37:18 +0000 (23:37 +0000)]
2005-01-04  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (display_debug_loc): Display offsets for hole and
overlap.
(display_debug_str): Add a newline at the end.

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

19 years ago* configure.host (ia64-*-aix*): Remove.
kettenis [Tue, 4 Jan 2005 22:59:42 +0000 (22:59 +0000)]
* configure.host (ia64-*-aix*): Remove.
* configure.tgt (ia64-*-aix*): Remove.
* config/ia64/aix.mh: Remove file.
* config/ia64/aix.mt: Remove file.
* config/ia64/tm-aix.h: Remove file.
* ia64-aix-nat.c: Remove file.
* Makefile.in (ia64-aix-nat.o): Remove dependency.

19 years ago* config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
kettenis [Tue, 4 Jan 2005 20:41:22 +0000 (20:41 +0000)]
* config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
Add back inf-ptrace.o.

19 years ago2005-01-04 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 4 Jan 2005 19:50:04 +0000 (19:50 +0000)]
2005-01-04  Andrew Cagney  <cagney@gnu.org>

* version.in: Change format from 6.3.50_2005-01-04-cvs to
6.3.50.20050104-cvs.

19 years ago2005-01-04 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 4 Jan 2005 19:25:46 +0000 (19:25 +0000)]
2005-01-04  Andrew Cagney  <cagney@gnu.org>

* gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
part of the version number.

19 years ago(oops - forogot to update the year in the copyright notice)
nickc [Tue, 4 Jan 2005 15:51:47 +0000 (15:51 +0000)]
(oops - forogot to update the year in the copyright notice)

19 years agoPR binutils/630
nickc [Tue, 4 Jan 2005 15:47:38 +0000 (15:47 +0000)]
PR binutils/630
* nlmconv.c (main): Only store the basename of the output filename in the
module table.

19 years ago * Makefile.am: Correct dependency for earmsymbian.c.
pbrook [Tue, 4 Jan 2005 15:16:24 +0000 (15:16 +0000)]
* Makefile.am: Correct dependency for earmsymbian.c.
* Makefile.in: Regenerate.

19 years ago* pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing or we
cgf [Tue, 4 Jan 2005 14:57:42 +0000 (14:57 +0000)]
* pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing or we
will suffer an exit code race.

19 years ago * breakpoint.c (break_command_1): Always free err_msg before
schwab [Tue, 4 Jan 2005 13:31:46 +0000 (13:31 +0000)]
* breakpoint.c (break_command_1): Always free err_msg before
returning when an exception was caught.

19 years agoBZ 615
nickc [Tue, 4 Jan 2005 11:20:43 +0000 (11:20 +0000)]
BZ 615
* readelf.c (process_debug_info): New.
(debug_info): Add num_loc_offsets, loc_offsets and
last_loc_offset_p.
(get_debug_info): Use process_debug_info.
(display_debug_loc): Properly handle location list. Warn if bad
location lists are encoutnered.
(read_and_process_attr_value): New.
(read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
(display_debug_info): Use process_debug_info.
(process_object): Also free loc_offsets in debug_information.

19 years ago(md_apply_fix3): Fix offset calculation for global label.
nickc [Tue, 4 Jan 2005 10:20:34 +0000 (10:20 +0000)]
(md_apply_fix3): Fix offset calculation for global label.

19 years agoAdd prototype for printf() and make type of "string" array be "char" in
nickc [Tue, 4 Jan 2005 10:13:01 +0000 (10:13 +0000)]
Add prototype for printf() and make type of "string" array be "char" in
order to avoid compile time warnings.

19 years agoLine number bug fix patch from David Mosberger.
wilson [Tue, 4 Jan 2005 05:42:41 +0000 (05:42 +0000)]
Line number bug fix patch from David Mosberger.
* config/tc-ia64.c (md): Add member "loc_directive_seen".
(dot_loc): New function.
(md_pseudo_table): Add entry to map .loc to dot_loc().
(emit_one_bundle): Only call dwarf2_gen_line_info() if we have
seen a .loc directive or we're generating DWARF2 debug info for
assembly source.

19 years ago*** empty log message ***
gdbadmin [Tue, 4 Jan 2005 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2005.
cagney [Mon, 3 Jan 2005 23:25:16 +0000 (23:25 +0000)]
2005.

19 years agodaily update
amodra [Mon, 3 Jan 2005 23:00:05 +0000 (23:00 +0000)]
daily update

19 years agoUpdate copyrights.
cgf [Mon, 3 Jan 2005 18:16:46 +0000 (18:16 +0000)]
Update copyrights.

19 years ago * signal.cc: Fix copyright date.
corinna [Mon, 3 Jan 2005 18:11:00 +0000 (18:11 +0000)]
* signal.cc: Fix copyright date.

19 years ago * signal.cc (abort): Call _GLOBAL_REENT's __cleanup.
corinna [Mon, 3 Jan 2005 18:06:26 +0000 (18:06 +0000)]
* signal.cc (abort): Call _GLOBAL_REENT's __cleanup.

19 years ago * Makefile.in (inst_docdir): For Cygwin target set to share/doc/.
earnie [Mon, 3 Jan 2005 16:32:25 +0000 (16:32 +0000)]
* Makefile.in (inst_docdir): For Cygwin target set to share/doc/.

19 years ago * Makefile.in (hw_com.o, hw_eeprom.o): Depend on
schwab [Mon, 3 Jan 2005 15:34:19 +0000 (15:34 +0000)]
* Makefile.in (hw_com.o, hw_eeprom.o): Depend on
$(DEVICE_TABLE_H).

19 years ago2005-01-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 3 Jan 2005 14:02:24 +0000 (14:02 +0000)]
2005-01-03  Paolo Bonzini  <bonzini@gnu.org>

Revert 2004-12-28 Makefile changes, a better fix will be
applied to mainline and src after GCC 4.0 branches.

19 years ago * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.
corinna [Mon, 3 Jan 2005 10:59:09 +0000 (10:59 +0000)]
* syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.

19 years ago*** empty log message ***
gdbadmin [Mon, 3 Jan 2005 00:00:38 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Sun, 2 Jan 2005 23:00:05 +0000 (23:00 +0000)]
daily update

19 years ago2005-01-02 Jiri Malak <Jiri.Malak@geac.cz>
dannysmith [Sun, 2 Jan 2005 21:46:06 +0000 (21:46 +0000)]
2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>

* include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
assembly code conditional on _X86_.

19 years ago * include/_mingw.h: Increment version to 3.6
earnie [Sun, 2 Jan 2005 17:17:17 +0000 (17:17 +0000)]
* include/_mingw.h: Increment version to 3.6
* Makefile.in: Ditto

19 years ago * lib/uxtheme.def: Really remove the \r.
earnie [Sun, 2 Jan 2005 14:15:16 +0000 (14:15 +0000)]
* lib/uxtheme.def: Really remove the \r.

19 years ago * include/afxres.h: Remove the \r from the line ending.
earnie [Sun, 2 Jan 2005 14:11:27 +0000 (14:11 +0000)]
* include/afxres.h: Remove the \r from the line ending.
* include/errorrep.h: Ditto.
* include/shldisp.h: Ditto.
* include/tschema.h: Ditto.
* lib/dhcpcsvc.def: Ditto.
* lib/uxtheme.def: Ditto.
* lib/wldap32.def: Ditto.

19 years ago * include/w32api.h: Increment version.
earnie [Sun, 2 Jan 2005 13:48:12 +0000 (13:48 +0000)]
* include/w32api.h: Increment version.
* Makefile.in: Ditto.

19 years ago* cygthread.cc (cygthread::stub): Set inuse to false when exiting.
cgf [Sun, 2 Jan 2005 02:22:25 +0000 (02:22 +0000)]
* cygthread.cc (cygthread::stub): Set inuse to false when exiting.
(cygthread::cygthread): Actually pass name as argument to debugging output to
avoid SEGV when strace'ing.
(cygthread::release): Don't set stack_ptr to NULL, since it is only set once on
first entry to a stub not on each stub iteration.
(cygthead::exit_thread): Remove obsolete function.
* cygthread.h (cygthread::exit_thread): Ditto.

19 years ago* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt to
cgf [Sun, 2 Jan 2005 00:34:55 +0000 (00:34 +0000)]
* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt to
map memory fails.

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

19 years agodaily update
amodra [Sat, 1 Jan 2005 23:00:06 +0000 (23:00 +0000)]
daily update

19 years ago * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
brobecke [Sat, 1 Jan 2005 12:28:17 +0000 (12:28 +0000)]
    * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
        in register number for addil instruction.

19 years ago * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
dannysmith [Sat, 1 Jan 2005 08:57:30 +0000 (08:57 +0000)]
* include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
Correct typo.

19 years ago*** empty log message ***
gdbadmin [Sat, 1 Jan 2005 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Fri, 31 Dec 2004 23:00:05 +0000 (23:00 +0000)]
daily update

19 years ago * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.
pbrook [Fri, 31 Dec 2004 16:22:24 +0000 (16:22 +0000)]
* elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.

19 years ago* path.sgml: Encode programming example with CDATA.
joshuadfranklin [Fri, 31 Dec 2004 01:13:27 +0000 (01:13 +0000)]
* path.sgml: Encode programming example with CDATA.

19 years ago * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):
amodra [Fri, 31 Dec 2004 00:43:57 +0000 (00:43 +0000)]
* reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):
Commit missing changes from 2004-12-22.
* bfd-in2.h: Regenerate.

19 years ago*** empty log message ***
gdbadmin [Fri, 31 Dec 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Thu, 30 Dec 2004 23:00:04 +0000 (23:00 +0000)]
daily update

19 years ago * gas/elf/elf.exp: Don't list reloc sections.
amodra [Thu, 30 Dec 2004 22:41:31 +0000 (22:41 +0000)]
* gas/elf/elf.exp: Don't list reloc sections.
* gas/elf/section5.e: Remove reloc sections.

19 years ago * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
amodra [Thu, 30 Dec 2004 22:37:29 +0000 (22:37 +0000)]
* binutils-all/readelf.ss: Allow for both .rel and .rela sections.

19 years ago * objdump.c (remove_useless_symbols): Discard section symbols.
amodra [Thu, 30 Dec 2004 22:33:20 +0000 (22:33 +0000)]
* objdump.c (remove_useless_symbols): Discard section symbols.

19 years ago* devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.
cgf [Thu, 30 Dec 2004 16:21:58 +0000 (16:21 +0000)]
* devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.

19 years ago * bsd_mutex.cc: Include limits.h.
corinna [Thu, 30 Dec 2004 15:58:27 +0000 (15:58 +0000)]
* bsd_mutex.cc: Include limits.h.
(MSLEEP_MUTEX): New define for third parameter to msleep_event_name.
(MSLEEP_SEM): Ditto.
(MSLEEP_EVENT): Ditto.
(msleep_event_name): Add third parameter to allow multiple
synchronization objects per ident.
(_msleep): Implement new synchronization technique to make sure
that all threads have been woken up by a corresponding wakeup call.
(wakeup): Ditto.

19 years ago*** empty log message ***
gdbadmin [Thu, 30 Dec 2004 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Wed, 29 Dec 2004 23:00:38 +0000 (23:00 +0000)]
daily update

19 years ago2004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Wed, 29 Dec 2004 12:15:19 +0000 (12:15 +0000)]
2004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

*include/winuser.h (MNS_*, WM_MENUCOMMAND,
WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
SPI_GETFOREGROUNDLOCKTIMEOUT,
SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
*include/imm.h (WM_IME_REQUEST): Added definition.
*include/shlobj.h (SLGP_RAWPATH,
SLGP_UNCPRIORITY): Added definition.

19 years ago PR gas/619
amodra [Wed, 29 Dec 2004 10:21:57 +0000 (10:21 +0000)]
PR gas/619
* read.c (s_comm_internal): Don't zero end of name until size
expression has been parsed.

19 years ago * emultempl/pe.em (set_pe_subsystem): Change second arg to
dannysmith [Wed, 29 Dec 2004 05:59:29 +0000 (05:59 +0000)]
* emultempl/pe.em (set_pe_subsystem): Change second arg to
lang_add_entry to FALSE.

19 years agoAdded HSHELL_FLASH definition
ironhead [Wed, 29 Dec 2004 00:31:31 +0000 (00:31 +0000)]
Added HSHELL_FLASH definition

19 years agoAdded HSHELL_FLASH definition
ironhead [Wed, 29 Dec 2004 00:31:11 +0000 (00:31 +0000)]
Added HSHELL_FLASH definition

19 years ago*** empty log message ***
gdbadmin [Wed, 29 Dec 2004 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Tue, 28 Dec 2004 23:00:05 +0000 (23:00 +0000)]
daily update

19 years ago2004-12-28 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 28 Dec 2004 17:39:41 +0000 (17:39 +0000)]
2004-12-28  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/17383

* Makefile.def (target_modules): Remove stage parameter,
it is always true now.
* Makefile.tpl (configure-build-[+module+],
configure-target-[+module+]): Always build symlink tree
for the directory and for include.  BUILD_SUBDIR and
TARGET_SUBDIR cannot be . anymore.
* Makefile.in: Regenerate.

19 years ago* remote.c (fetch_register_using_p): Recognize a register value
jimb [Tue, 28 Dec 2004 09:06:06 +0000 (09:06 +0000)]
* remote.c (fetch_register_using_p): Recognize a register value
starting with 'x' as indicating an unfetchable register.

19 years ago* pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handle
cgf [Tue, 28 Dec 2004 06:07:44 +0000 (06:07 +0000)]
* pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handle
regardless, so revert previous change.

19 years ago* cygthread.cc (cygthread::stub): Add better debug output.
cgf [Tue, 28 Dec 2004 01:27:26 +0000 (01:27 +0000)]
* cygthread.cc (cygthread::stub): Add better debug output.
(cygthread::cygthread): Ditto.
(cygthread::terminate_thread): Ditto.  Move inuse test earlier or suffer
infinite loop.
* pinfo.cc (_pinfo::dup_proc_pipe): Close handle if DuplicateHandle fails and
process no longer exists.
* spawn.cc (spawn_guts): Create process in suspended state if OS demands it.
* wincap.cc: Add "start_proc_suspended" throughout.
* wincap.h (wincaps): Ditto.
(wincapc): Ditto.

19 years ago*** empty log message ***
gdbadmin [Tue, 28 Dec 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Mon, 27 Dec 2004 23:00:05 +0000 (23:00 +0000)]
daily update

19 years agoRevert 2004-12-08 Makefile changes.
dj [Mon, 27 Dec 2004 21:41:04 +0000 (21:41 +0000)]
Revert 2004-12-08 Makefile changes.

19 years agomerge from gcc
dj [Mon, 27 Dec 2004 21:39:28 +0000 (21:39 +0000)]
merge from gcc

19 years ago2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 27 Dec 2004 19:08:30 +0000 (19:08 +0000)]
2004-12-27  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (read_leb128): Support 64bit host.

19 years agoUpdate Makefile to use xmlto
joshuadfranklin [Mon, 27 Dec 2004 19:03:56 +0000 (19:03 +0000)]
Update Makefile to use xmlto

19 years ago* pinfo.cc (_pinfo::exit): Beef up debugging output.
cgf [Mon, 27 Dec 2004 17:19:25 +0000 (17:19 +0000)]
* pinfo.cc (_pinfo::exit): Beef up debugging output.
* sigproc.cc (proc_subproc): Detached children apparently need a ppid of 1.

19 years ago* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.
kettenis [Mon, 27 Dec 2004 15:08:13 +0000 (15:08 +0000)]
* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.

19 years ago* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.
kettenis [Mon, 27 Dec 2004 15:07:58 +0000 (15:07 +0000)]
* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.

19 years ago* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.
cgf [Mon, 27 Dec 2004 02:13:29 +0000 (02:13 +0000)]
* init.cc (dll_entry): Previous code reversion was ill-advised.  Revert it.
* sigproc.cc (child_info::sync): Ditto.
* pinfo.cc (_pinfo::exit): Don't set myself.procinfo to NULL since it is no
longer required.

19 years ago* init.cc (dll_entry): Remove exit code setting.
cgf [Mon, 27 Dec 2004 00:35:18 +0000 (00:35 +0000)]
* init.cc (dll_entry): Remove exit code setting.
* pinfo.cc (pinfo::init): Initialize exitcode to unset state rather than
SIGTERM.
(proc_waiter): Detect if exit code is unset and use status from
GetExitCodeProcess.
* sigproc.cc (child_info::sync): Remove exit code detection here since
proc_waiter now (again) detects it.

19 years ago*** empty log message ***
gdbadmin [Mon, 27 Dec 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago* inftarg.c (child_xfer_partial): Remove code that handles
kettenis [Sun, 26 Dec 2004 23:24:25 +0000 (23:24 +0000)]
* inftarg.c (child_xfer_partial): Remove code that handles
TARGET_OBJ_WCOOKIE.

19 years agodaily update
amodra [Sun, 26 Dec 2004 23:00:05 +0000 (23:00 +0000)]
daily update

19 years ago* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "on
cgf [Sun, 26 Dec 2004 02:10:28 +0000 (02:10 +0000)]
* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "on
disk" device or fifo.
(fhandler_base::fchown): Ditto for changing ownership.
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Accommodate device files
on ntfs partitions.
* path.cc (path_conv::check): Use isfs function to figure out if a path exists
on a filesystem to make sure that device files are caught.

19 years ago*** empty log message ***
gdbadmin [Sun, 26 Dec 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.c
dannysmith [Sat, 25 Dec 2004 23:56:18 +0000 (23:56 +0000)]
* mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.c
casinhf.c catanf.c catanhf.c ccosf.c ccoshf.c cexpf.c cimagf.c
clogf.c cpowf.c cprojf.c crealf.c csinf.c csinhf.c csqrtf.c
ctanf.c ctanhf.c): New files.
* mingwex/Makefile.in (COMPLEX_DISTFILES): Adjust.
(COMPLEX_OBJS(: Adjust.
* include/complex.h (cabsf, cacosf, cacoshf, cargf, casinf.
casinhf, catanf, catanhf, ccosf, ccoshf, cexpf, cimagf, clogf,
cpowf, cprojf, crealf, csinf, csinhf, csqrtf, ctanf, ctanhf):
Declare.

19 years agodaily update
amodra [Sat, 25 Dec 2004 23:00:05 +0000 (23:00 +0000)]
daily update

19 years ago * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
marekm [Sat, 25 Dec 2004 20:34:23 +0000 (20:34 +0000)]
* config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.

19 years ago* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
kettenis [Sat, 25 Dec 2004 12:31:31 +0000 (12:31 +0000)]
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.

19 years ago* gdbint.texinfo (Algorithms): Remove description of
kettenis [Sat, 25 Dec 2004 10:19:47 +0000 (10:19 +0000)]
* gdbint.texinfo (Algorithms): Remove description of
TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.

19 years ago*** empty log message ***
gdbadmin [Sat, 25 Dec 2004 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Fri, 24 Dec 2004 23:00:08 +0000 (23:00 +0000)]
daily update