OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
19 years ago* environ.cc (environ_init): Alloc space for TERM if it is not set, like all of
cgf [Fri, 3 Dec 2004 23:49:04 +0000 (23:49 +0000)]
* environ.cc (environ_init): Alloc space for TERM if it is not set, like all of
the other environment variables.

19 years ago2004-12-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 3 Dec 2004 23:46:28 +0000 (23:46 +0000)]
2004-12-03  Jeff Johnston  <jjohnstn@redhat.com>

        * Makefile.am (libc_la_LDFLAGS): Add -lgcc to handle any
        libgcc dependencies.
        (libm_la_LDFLAGS): Ditto.
        * Makefile.in: Regenerated.

19 years agoBah, forgot to commit the trivial fix I pointed out myself after applying patch for...
hp [Fri, 3 Dec 2004 23:34:55 +0000 (23:34 +0000)]
Bah, forgot to commit the trivial fix I pointed out myself after applying patch for previous change

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

19 years ago* inf-ttrace.c: Include <sys/mman.h>.
kettenis [Fri, 3 Dec 2004 22:19:52 +0000 (22:19 +0000)]
* inf-ttrace.c: Include <sys/mman.h>.
(struct inf_ttrace_page): New.
(struct inf_ttrace_page_dict): New.
(inf_ttrace_num_threads_in_syscall)
(inf_ttrace_reenable_page_protections): New variables.
(inf_ttrace_enable_syscall_events)
(inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
(inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
(inf_ttrace_enable_page_protections)
(inf_ttrace_disable_page_protections)
(inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
(inf_ttrace_can_use_hw_breakpoint)
(inf_ttrace_region_size_ok_for_hw_watchpoint)
(inf_ttrace_stopped_by_watchpoint): New functions.
(inf_ttrace_him): Remove unsused varaible `tts'.
(inf_ttrace_create_inferior): Add assertionts.
(inf_ttrace_mourn_inferior): Clear page dictionary.
(inf_ttrace_attach): Set initial event mask.
(inf_ttrace_detach): Reset number of threads in system call.
(inf_ttrace_wait): Deal with system call events.
(inf_ttrace_target): Initialize "hardware" watchpoint-related
parts of the target vector.
(_initialize_inf_ttrace): New prototype and function.

19 years ago2004-12-03 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Fri, 3 Dec 2004 21:20:15 +0000 (21:20 +0000)]
2004-12-03  Shaun Jackman  <sjackman@gmail.com>

        * libc/sys/linux/linuxthreads/Makefile.am (install-data-local): Fix
        our link to use readlink so as to preserve any relative link created
        by install-toollibLIBRARIES.
        * libc/sys/linux/linuxthreads/Makefile.in: Regenerated.

19 years ago * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members
hp [Fri, 3 Dec 2004 19:36:53 +0000 (19:36 +0000)]
* configure.in (SIM_CHECK_MEMBERS): Call for struct stat members
st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, st_rdev,
st_size, st_blksize, st_blocks, st_atime, st_mtime and st_ctime.
* aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS_1)
(SIM_CHECK_MEMBERS): New macros.
* callback.c (cb_host_to_target_stat): Use temporary macro ST_x
for struct stat member test and write.  Add ST_x calls for each
struct stat member tested in configure.in.  Wrap each ST_x call in
#ifdef of configure macro for that member.
* configure, config.in: Regenerate.

19 years ago* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
kettenis [Fri, 3 Dec 2004 18:03:06 +0000 (18:03 +0000)]
* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
type of `gp' variable.

19 years ago2004-12-03 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 3 Dec 2004 17:06:28 +0000 (17:06 +0000)]
2004-12-03  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/group1.d: Support 64bit.

19 years agobfd/
jbeulich [Fri, 3 Dec 2004 13:59:35 +0000 (13:59 +0000)]
bfd/
2004-12-03 Jan Beulich  <jbeulich@novell.com>

* elf.c (elf_find_function): Don't use the last file symbol ever,
seen, but the last one seen prior to the symbol being reported.
Don't report a filename at all for global symbols when that might
be ambiguous/wrong.

19 years agoIntroduce config/gxx-include-dir.m4.
rsandifo [Fri, 3 Dec 2004 10:47:05 +0000 (10:47 +0000)]
Introduce config/gxx-include-dir.m4.

19 years agoRemove config.if.
rsandifo [Fri, 3 Dec 2004 10:30:05 +0000 (10:30 +0000)]
Remove config.if.

19 years ago2004-12-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
joshuadfranklin [Fri, 3 Dec 2004 05:30:52 +0000 (05:30 +0000)]
2004-12-02  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>

        * cygserver.sgml: Cleanup minor markup problem.
        * how-resources.texinfo: Add man and info to documentation FAQ
        * how-using.texinfo: Add more detail to Unicode FAQ.
        * install.texinfo: Finally apply Pierre's patch from 2003-03-03.
        * relnotes.texinfo: Add note about hyperthreading reports.

19 years ago* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.
cgf [Fri, 3 Dec 2004 04:45:59 +0000 (04:45 +0000)]
* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.
* fork.cc (fork_parent): Set parent_wr_proc.
* pinfo.cc (set_myself): Close child_proc_info->parent_wr_proc if it exists
rather than trying to get value from parent _pinfo.
* pinfo.h (enum parent_aleter): New enum.
(pinfo::alert_parent): Declare as returning a value.
(pinfo::parent_alive): New function.
* pinfo.cc (pinfo::alert_parent): Set wr_proc_pipe to invalid non-NULL value
when parent disappears.  Return success of operation.
(proc_waiter): Use __ALERT_* enum for control since these are not really
signals.  Implement __ALERT_ALIVE.
* sigproc.cc (my_parent_is_alive): Eliminate.
* sigproc.h (my_parent_is_alive): Ditto for declaration.
(__SIGREPARENT): Eliminate.

19 years ago* pinfo.cc (pinfo::wait): Use better name for cygthread.
cgf [Fri, 3 Dec 2004 02:49:54 +0000 (02:49 +0000)]
* pinfo.cc (pinfo::wait): Use better name for cygthread.

19 years ago* pinfo.cc (pinfo::wait): Use better name for cygthread.
cgf [Fri, 3 Dec 2004 02:49:34 +0000 (02:49 +0000)]
* pinfo.cc (pinfo::wait): Use better name for cygthread.

19 years ago2004-12-03 Pierre Humblet <pierre.humblet@ieee.org>
phumblet [Fri, 3 Dec 2004 02:00:35 +0000 (02:00 +0000)]
2004-12-03  Pierre Humblet <pierre.humblet@ieee.org>

* registry.h (reg_key::reg_key): Change arguments.
* shared_info.h (class mount_info): Remove had_to_create_mount_areas.
* registry.cc (reg_key::reg_key): Change constructors to always handle
HKLM and to avoid relying on HKCU.
Do not set mount_table->had_to_create_mount_areas.
* path.cc (mount_info::conv_to_win32_path): Improve update of
sys_mount_table_counter.
(mount_info::read_mounts): Use new reg_key constructor.
(mount_info::add_reg_mount): Ditto.
(mount_info::del_reg_mount): Ditto.
(mount_info::read_cygdrive_info_from_registry): Ditto.
(mount_info::write_cygdrive_info_to_registry): Ditto.
Update cygwin_shared->sys_mount_table_counter after registry update.
(mount_info::get_cygdrive_info): Ditto.
* shared.cc (shared_info::heap_chunk_size): Use new reg_key constructor.
* environ.cc (regopt): Ditto.

19 years ago * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
mmitchel [Fri, 3 Dec 2004 01:22:12 +0000 (01:22 +0000)]
* Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
* configure.in: Use it for arm*-*-linux-gnueabi*.
* config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
* config/te-armlinuxeabi.h: New file.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure: Likewise.
* doc/Makefile.in: Regenerated.

19 years ago * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
bwilson [Fri, 3 Dec 2004 01:00:06 +0000 (01:00 +0000)]
* config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
(xtensa_restore_emit_state): Likewise.

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

19 years agoUse correct ChangeLog entry.
echristo [Thu, 2 Dec 2004 23:51:19 +0000 (23:51 +0000)]
Use correct ChangeLog entry.

19 years ago2004-12-02 Eric Christopher <echristo@redhat.com>
echristo [Thu, 2 Dec 2004 23:50:22 +0000 (23:50 +0000)]
2004-12-02  Eric Christopher  <echristo@redhat.com>

        * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list of
things to remove.
        * Makefile.in: Regenerate.

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

19 years ago2004-12-02 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Thu, 2 Dec 2004 19:30:54 +0000 (19:30 +0000)]
2004-12-02  Shaun Jackman  <sjackman@gmail.com>

        * libc/sys/linux/stdlib/glob.c: Include <sys/types.h> which defines
        time_t before including sys/stat.h, which uses it.
        * libc/sys/linux/sys/stat.h: Include <sys/types.h> and
        <linux/time.h> just prior to definition of __KERNEL__ so as to
        allow building on Debian Linux where otherwise, mktime would
        be redefined.

19 years ago2004-12-01 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 2 Dec 2004 15:05:30 +0000 (15:05 +0000)]
2004-12-01  Paul Brook  <paul@codesourcery.com>

* elf32-arm.c (elf32_arm_copy_private_bfd_data): Set EI_OSABI.
(elf32_arm_post_process_headers): Set EI_OSABI depending on ABI
version.

19 years ago * configure.in: Clear gcc_version_trigger if the file doesn't exist.
rsandifo [Thu, 2 Dec 2004 14:07:59 +0000 (14:07 +0000)]
* configure.in: Clear gcc_version_trigger if the file doesn't exist.
* configure: Regenerate.

19 years agoIntroduce and use config/gcc-version.m4.
rsandifo [Thu, 2 Dec 2004 11:09:31 +0000 (11:09 +0000)]
Introduce and use config/gcc-version.m4.

19 years ago * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
amodra [Thu, 2 Dec 2004 09:39:14 +0000 (09:39 +0000)]
* read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
(s_align): Use it.

19 years ago * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
dannysmith [Thu, 2 Dec 2004 05:55:44 +0000 (05:55 +0000)]
* lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
ImageList_Duplicate): Add stubs.

19 years ago * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
dannysmith [Thu, 2 Dec 2004 05:36:21 +0000 (05:36 +0000)]
* lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
Thanks to "Pete" <pross@xvid.org>

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

19 years ago2004-12-01 Paul Brook <paul@codesourcery.com>
pbrook [Wed, 1 Dec 2004 23:23:08 +0000 (23:23 +0000)]
2004-12-01  Paul Brook  <paul@codesourcery.com>

bfd/
* elflink.c (elf_link_add_object_symbols): Make symbols from discarded
sections undefined.
ld/testsuite/
* ld-elf/group1.d: New test.
* ld-elf/group.ld, ld-elf/group1a.s, ld-elf/group1b.s: New test.

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

19 years ago * ld-selective/selective.exp: Use -print-libgcc-file-name for
drow [Wed, 1 Dec 2004 21:12:38 +0000 (21:12 +0000)]
* ld-selective/selective.exp: Use -print-libgcc-file-name for
ARM and v850 also.

19 years ago * alpha-tdep.c (alpha_register_name): Add comment.
brobecke [Wed, 1 Dec 2004 17:13:44 +0000 (17:13 +0000)]
    * alpha-tdep.c (alpha_register_name): Add comment.
        (alpha_cannot_fetch_register): Exclude registers numbers which
        are no longer used from the list of registers that can be fetched.
        (alpha_cannot_store_register): Exclude registers numbers which
        are no longer used from the list of registers that can be stored.
        * alpha-nat.c (fetch_osf_core_registers): Add missing value in
        core_reg_mapping array.

19 years ago* include/features.h: Include sys/cdefs.h, like linux.
cgf [Wed, 1 Dec 2004 17:07:03 +0000 (17:07 +0000)]
* include/features.h: Include sys/cdefs.h, like linux.

19 years ago * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
brobecke [Wed, 1 Dec 2004 17:05:44 +0000 (17:05 +0000)]
    * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
        the register value from the correct frame.

19 years agoDelete h8500 simulator, gdb droped h8500 in 6.1.
cagney [Wed, 1 Dec 2004 15:41:26 +0000 (15:41 +0000)]
Delete h8500 simulator, gdb droped h8500 in 6.1.

19 years agoDelete i960; deleted from GDB long long ago.
cagney [Wed, 1 Dec 2004 15:27:17 +0000 (15:27 +0000)]
Delete i960; deleted from GDB long long ago.

19 years agoAdd missing changelog entry.
cgf [Wed, 1 Dec 2004 15:07:20 +0000 (15:07 +0000)]
Add missing changelog entry.

19 years ago* syscalls.cc (truncate64): Don't second-guess errno if open fails.
cgf [Wed, 1 Dec 2004 15:00:39 +0000 (15:00 +0000)]
* syscalls.cc (truncate64): Don't second-guess errno if open fails.

19 years agoOops, forgot to save ChangeLog before committing
hp [Wed, 1 Dec 2004 13:53:28 +0000 (13:53 +0000)]
Oops, forgot to save ChangeLog before committing

19 years ago2004-11-30 Randolph Chung <tausq@debian.org>
tausq [Wed, 1 Dec 2004 06:58:55 +0000 (06:58 +0000)]
2004-11-30  Randolph Chung  <tausq@debian.org>

* hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
(hppa_linux_in_dyncall): Check that we are inside the range of
$$dyncall, not necessarily at the first insn.
(hppa_linux_in_solib_call_trampoline): Identify a trampoline
even if the pc does not point to the first insn of the trampoline.

19 years ago2004-11-30 Randolph Chung <tausq@debian.org>
tausq [Wed, 1 Dec 2004 06:56:20 +0000 (06:56 +0000)]
2004-11-30  Randolph Chung  <tausq@debian.org>

* gdb.threads/thread_check.exp: Use ${srcfile} for test program name
instead of "tbug".  Fix regexp to work properly with gdb_test.

19 years ago2004-11-30 Randolph Chung <tausq@debian.org>
tausq [Wed, 1 Dec 2004 06:54:53 +0000 (06:54 +0000)]
2004-11-30  Randolph Chung  <tausq@debian.org>

* breakpoint.c (break_at_finish_command): Delete.
(break_at_finish_command_1): Delete.
(break_at_finish_at_depth_command): Delete.
(break_at_finish_at_depth_command_1): Delete.
(tbreak_at_finish_command): Delete.
* hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
and bx commands.

19 years agoUpdate copyright year
hp [Wed, 1 Dec 2004 02:32:08 +0000 (02:32 +0000)]
Update copyright year

19 years ago * Makefile.in (stamp-desc): Specify opcfile.
hp [Wed, 1 Dec 2004 02:30:49 +0000 (02:30 +0000)]
* Makefile.in (stamp-desc): Specify opcfile.

19 years ago * cgen.sh: New thirteenth parameter opcfile, defaulting to
hp [Wed, 1 Dec 2004 02:29:30 +0000 (02:29 +0000)]
* cgen.sh: New thirteenth parameter opcfile, defaulting to
/dev/null.
<case desc>: Pass -OPC opcfile.
* Make-common.in (cgen-desc): Pass $(opcfile) as thirteenth
parameter to cgen.sh.

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

19 years ago * scripttempl/pe.sc (.data): Add .jcr subsection.
dannysmith [Tue, 30 Nov 2004 23:54:52 +0000 (23:54 +0000)]
* scripttempl/pe.sc (.data): Add .jcr subsection.

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

19 years ago2004-11-30 Paul Brook <paul@codesourcery.com>
pbrook [Tue, 30 Nov 2004 17:45:52 +0000 (17:45 +0000)]
2004-11-30  Paul Brook  <paul@codesourcery.com>

bfd/
* elf32-arm.c (struct elf32_arm_link_hash_table): Remove
no_pipeline_knowledge
(elf32_arm_link_hash_table_create): Ditto.
(bfd_elf32_arm_process_before_allocation): Ditto.
(elf32_arm_final_link_relocate): Ditto.  Remove oabi relocation
handling.
* bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
prototype.
* bfd-in2.h: Regenerate.
ld/
* emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.

19 years agoChange LOCALEDIR to $(datadir)/share.
nickc [Tue, 30 Nov 2004 17:20:37 +0000 (17:20 +0000)]
Change LOCALEDIR to $(datadir)/share.

19 years ago2004-11-30 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 30 Nov 2004 15:15:27 +0000 (15:15 +0000)]
2004-11-30  Andrew Cagney  <cagney@gnu.org>

* config/nm-gnu.h: Delete file.
* config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".

19 years ago2004-11-30 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 30 Nov 2004 15:15:11 +0000 (15:15 +0000)]
2004-11-30  Andrew Cagney  <cagney@gnu.org>

* config/nm-gnu.h: Delete file.
* config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".

19 years ago2004-11-30 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 30 Nov 2004 15:05:18 +0000 (15:05 +0000)]
2004-11-30  Andrew Cagney  <cagney@gnu.org>

* config/nm-sysv4.h: Delete file.
* config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
* config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
* config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
* config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
* config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".

19 years ago2004-11-30 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 30 Nov 2004 15:05:06 +0000 (15:05 +0000)]
2004-11-30  Andrew Cagney  <cagney@gnu.org>

* config/nm-sysv4.h: Delete file.
* config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
* config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
* config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
* config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
* config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".

19 years ago* Make-common.in (sim-basics_h): Correct dependencies on
rearnsha [Tue, 30 Nov 2004 13:44:13 +0000 (13:44 +0000)]
* Make-common.in (sim-basics_h): Correct dependencies on
cconfig.h and tconfig.h
(sim-load.o): Correct typo in sim-basics_h dependency.

19 years agomerge from gcc
dj [Tue, 30 Nov 2004 03:01:36 +0000 (03:01 +0000)]
merge from gcc

19 years ago * elf32-hppa.c (elf32_hppa_grok_prstatus): New function.
amodra [Tue, 30 Nov 2004 00:50:35 +0000 (00:50 +0000)]
* elf32-hppa.c (elf32_hppa_grok_prstatus): New function.
(elf32_hppa_grok_psinfo): New function.
(elf_backend_grok_prstatus): Define.
(elf_backend_grok_psinfo): Define.

19 years ago*** empty log message ***
gdbadmin [Tue, 30 Nov 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

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

19 years ago2004-11-29 Andrew Cagney <cagney@gnu.org>
cagney [Mon, 29 Nov 2004 22:29:40 +0000 (22:29 +0000)]
2004-11-29  Andrew Cagney  <cagney@gnu.org>

* MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
as can-commit architecture developers.

19 years ago* sparc-tdep.c (X_RS1, X_SIMM13): New macros.
kettenis [Mon, 29 Nov 2004 19:52:40 +0000 (19:52 +0000)]
* sparc-tdep.c (X_RS1, X_SIMM13): New macros.
(sparc32_skip_prologue): Skip instructions that store arguments in
registers into their corresponding stack slots.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:36:50 +0000 (16:36 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

* opcode/crx.h (enum operand_type): Rename rbase_cst4 to rbase_dispu4.
Remove redundant instruction types.
(struct argument): X_op - new field.
(struct cst4_entry): Remove.
(no_op_insn): Declare.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:36:28 +0000 (16:36 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

* opcode/crx.h (enum operand_type): Rename rbase_cst4 to rbase_dispu4.
Remove redundant instruction types.
(struct argument): X_op - new field.
(struct cst4_entry): Remove.
(no_op_insn): Declare.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:34:35 +0000 (16:34 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

* crx-opc.c (crx_optab): Mark all rbase_disps* operands as signed.
(no_op_insn): Initialize array with instructions that have no
operands.
* crx-dis.c (make_instruction): Get rid of COP_BRANCH_INS operand swapping.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:33:54 +0000 (16:33 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

* crx-opc.c (crx_optab): Mark all rbase_disps* operands as signed.
(no_op_insn): Initialize array with instructions that have no
operands.
* crx-dis.c (make_instruction): Get rid of COP_BRANCH_INS operand swapping.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:31:22 +0000 (16:31 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

* gas/crx/br_insn.d: Fix error in expected disassembly.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:24:58 +0000 (16:24 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

* gas/crx/br_insn.d: Fix error in expected disassembly.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:23:10 +0000 (16:23 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

config/tc-crx.c: Major code cleanup. Remove unused variables and functions,
give functions a meaningful name, add comments.
(check_range): New function - Replace operand size calculation
with range checking.
(assemble_insn): Update Algorithm, improve error issuing.
(enum op_err): New - Operand error (for issuing operand error messages).
(process_label_constant): Bug fix regarding COP_BRANCH_INS relocation handling.

19 years ago2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
tomerl [Mon, 29 Nov 2004 16:21:50 +0000 (16:21 +0000)]
2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

* config/tc-crx.c: Major code cleanup. Remove unused variables and functions,
give functions a meaningful name, add comments.
(check_range): New function - Replace operand size calculation
with range checking.
(assemble_insn): Update Algorithm, improve error issuing.
(enum op_err): New - Operand error (for issuing operand error messages).
(process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
handling.

19 years ago* config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
kettenis [Mon, 29 Nov 2004 15:53:06 +0000 (15:53 +0000)]
* config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
tm-solib.h.
* config/m68k/obsd.mh (NAT_FILE): Likewise.

19 years ago* sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
kettenis [Mon, 29 Nov 2004 15:20:22 +0000 (15:20 +0000)]
* sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
* sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
* sparcobsd-tdep.c (sparc32obsd_init_abi): Call
sparc32nbsd_elf_init_abi.  Remove duplicate code.

19 years agoFixed a pcrel relocte miss between different section in the same module.
nickc [Mon, 29 Nov 2004 15:09:24 +0000 (15:09 +0000)]
Fixed a pcrel relocte miss between different section in the same module.

19 years ago * cris.cpu: New file.
hp [Mon, 29 Nov 2004 11:52:11 +0000 (11:52 +0000)]
* cris.cpu: New file.

19 years ago* config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
kettenis [Mon, 29 Nov 2004 11:20:03 +0000 (11:20 +0000)]
* config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
* config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
* config/sparc/nm-nbsd.h: Remove file.
* config/sparc/nm-nbsdaout.h: Remove file.

19 years ago* arm-dis.c: Correct top-level comment.
rearnsha [Mon, 29 Nov 2004 10:12:56 +0000 (10:12 +0000)]
* arm-dis.c: Correct top-level comment.

19 years ago* gdb.base/bitfields2.exp: New test.
hilfingr [Mon, 29 Nov 2004 09:11:19 +0000 (09:11 +0000)]
* gdb.base/bitfields2.exp: New test.
* gdb.base/bitfields2.c: New file.

19 years ago* sparc-nat.c (inf_ptrace_xfer_partial): New variable.
kettenis [Mon, 29 Nov 2004 08:41:48 +0000 (08:41 +0000)]
* sparc-nat.c (inf_ptrace_xfer_partial): New variable.
(sparc_xfer_partial): New function.
(sparc_target): Save value of to_xfer_partial from ptrace vector.
Set to_xfer_partial.

19 years ago* fork-child.c (fork_inferior): Fork instead of vfork if
kettenis [Mon, 29 Nov 2004 08:37:06 +0000 (08:37 +0000)]
* fork-child.c (fork_inferior): Fork instead of vfork if
PRE_TRACE_FUN is non-null.

19 years ago*** empty log message ***
gdbadmin [Mon, 29 Nov 2004 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago* config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
rearnsha [Sun, 28 Nov 2004 23:17:33 +0000 (23:17 +0000)]
* config/sim.exp (gdb_load): Return 0 on success, -1 on failure.

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

19 years ago*** empty log message ***
gdbadmin [Sun, 28 Nov 2004 00:00:39 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Sat, 27 Nov 2004 23:00:45 +0000 (23:00 +0000)]
daily update

19 years agoTweak last entry.
rearnsha [Sat, 27 Nov 2004 11:18:29 +0000 (11:18 +0000)]
Tweak last entry.

19 years ago* gas/testsuite/arm/thumbv6.d (setend): Remove stray tab at end
rearnsha [Sat, 27 Nov 2004 11:12:17 +0000 (11:12 +0000)]
* gas/testsuite/arm/thumbv6.d (setend): Remove stray tab at end
of dump pattern.

19 years ago* arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
rearnsha [Sat, 27 Nov 2004 11:09:20 +0000 (11:09 +0000)]
* arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
architecuture defining the insn.
(arm_opcodes, thumb_opcodes): Delete.  Move to ...
* arm-dis.c (arm_opcodes, thumb_opcodes): Here.
Also include opcode/arm.h.
* Makefile.am (arm-dis.lo): Update dependency list.
* Makefile.in: Regenerate.

19 years ago*** empty log message ***
gdbadmin [Sat, 27 Nov 2004 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
danglin [Fri, 26 Nov 2004 23:57:58 +0000 (23:57 +0000)]
* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
(hppa*64*-*-*): Delete incorrect comment.
* configure: Rebuilt.

19 years agodaily update
amodra [Fri, 26 Nov 2004 23:00:09 +0000 (23:00 +0000)]
daily update

19 years ago2004-11-26 Paul Brook <paul@codesourcery.com>
jjohnstn [Fri, 26 Nov 2004 16:43:35 +0000 (16:43 +0000)]
2004-11-26  Paul Brook  <paul@codesourcery.com>

        * arm/crt0.S (_start): Add .cantunwind annotation.

19 years ago2004-11-26 Paul Brook <paul@codesourcery.com>
jjohnstn [Fri, 26 Nov 2004 16:42:09 +0000 (16:42 +0000)]
2004-11-26  Paul Brook  <paul@codesourcery.com>

        * libc/sys/arm/crt0.S (_start): Add .cantunwind annotation.

19 years agoAdd support for atmega165, atmega325, atmega3250, atmega645 and atmega6450.
nickc [Fri, 26 Nov 2004 16:23:02 +0000 (16:23 +0000)]
Add support for atmega165, atmega325, atmega3250, atmega645 and atmega6450.

19 years agoAdd support for --subsystem:xbox as well as --subsystem:<number>.
nickc [Fri, 26 Nov 2004 09:42:02 +0000 (09:42 +0000)]
Add support for --subsystem:xbox as well as --subsystem:<number>.

19 years ago* environ.cc (putenv): Accommodate recent newlib change in argument to putenv.
cgf [Fri, 26 Nov 2004 04:21:46 +0000 (04:21 +0000)]
* environ.cc (putenv): Accommodate recent newlib change in argument to putenv.

19 years ago* child_info.h (child_info_spawn::hexec_proc): Eliminate.
cgf [Fri, 26 Nov 2004 04:15:05 +0000 (04:15 +0000)]
* child_info.h (child_info_spawn::hexec_proc): Eliminate.
* dcrt0.cc (dll_crt0_0): Remove hexec_proc stuff.
* fork.cc (fork_child): Remove call to pinfo_fixup_after_fork.
* pinfo.cc (set_myself): Close and zero pid_handle if set.
(pinfo_fixup_after_fork): Delete.
(proc_waiter): Don't close vchild.hProcess here.  Do that when we are remove
the vchild from procs.  Save hProcess as pid_handle only on first reparent
operation.
(pinfo::wait): Don't set pid_handle here.
(pinfo::alert_parent): Always try to send signal.  If unsuccessful then close
and zero wr_proc_pipe.
* pinfo.h (pinfo::pinfo): Make sure that appropriate parts of the class are
zeroed on construction.
(pinfo::alert_parent): Take char argument.
(pinfo_fixup_after_fork): Delete declaration.
(hexec_proc): Ditto.
* sigproc.cc (remove_proc): Close pid_handle and hProcess if appropriate.
* spawn.cc (spawn_guts): Set cygheap->pid_handle on first exec.
* cygheap.h (init_cygheap::pid_handle): New element.
* pinfo.cc (set_myself): Clear previously existing cygheap->pid_handle when a
new process has been started.
(pinfo::wait): Make sure that a handle to the newly forked/spawned process is
kept around so that the pid will not be reused.
* pinfo.h (_pinfo::pid_handle): Move.
(pinfo::pid_handle): to here.
* spawn.cc (spawn_guts): Create a pid_handle in cygheap prior to spawning to
ensure that the pid does not get reused during the lifetime of the "cygwin
pid".
* pinfo.h (pinfo::alert_parent): New function.
* exceptions.cc (sig_handle_tty_stop): Use alert_parent to send "signals" to
parent.
* fork.cc (fork_parent): Don't close pi.hProcess.  Let the waiter thread do
that.
* pinfo.cc (proc_waiter): Detect case where process exits without setting the
exit code and use value from GetExitCodeProcess.  Reluctantly implement
__SIGREPARENT.
(pinfo::alert_parent): Define.
* sigproc.h (__SIGREPARENT): New enum.
* spawn.cc (spawn_guts): Send reparent signal to parent on exec.  Always create
process in suspended state to avoid races.  Remove cygthread.h in favor of
cygtls.h throughout since cygtls now includes cygthread.h.  Eliminate
ppid_handle usage throughout.
* child_info.h: Regenerate magic number
(child_info): Remove pppid_handle.
* cygthread.h (cygthread::release): New method.  Frees thread without waiting.
* cygthread.cc (cygthread::stub): Set _ctinfo in _mytls to point to information
for executing thread.  Don't call SetEvent if thread is no longer in use.
(cygthread::simplestub): Ditto.
* cygtls.h (_cygtls::_ctinfo): New element contains pointer to information
about executing cygthread, if any.
* dcrt0.cc: Remove last vestiges of per_thread stuff.
(dll_crt0_0): Ditto.  Remove accommodation for ppid_handle.
(do_exit): Remove obsolete reparenting test.
(_exit): Exit with a more SUSv3-like exit value.
* dtable.cc (dtable::stdio_init): Check for myself->cygstarted rather than
myself->ppid_handle to see if we were started by a cygwin process.
* exceptions.cc (open_stackdumpfile): Ditto.
(handle_exceptions): Ditto.
(ctrl_c_handler): Ditto.
(sig_handle_tty_stop): Ditto.  Let parent send signal to itself on STOP.
(sigpacket::process): Comment out vfork test.
(signal_exit): Use more SUSv3-like exit value on signal.
* external.cc (fillout_pinfo): Don't set hProcess.
* fork.cc: Remove VFORK cruft.
(per_thread::set): Delete.
(fork_child): Remove perthread stuff.
(fork_parent): Remove obsolete subproc_init.  Accommodate new method for
tracking subprocesses.
* pinfo.cc (set_myself): Accommodate new pinfo/_pinfo layout.  Set some things
here that used to be set in wait_sig.
(_pinfo::exit): Set exitcode here.  Close process pipe.
(_pinfo::commune_send): Accommodeate new pinfo/_pinfo layout.
(proc_waiter): New function.  Waits, in a thread for subprocess to go away.
(pinfo::wait): New function.  Initialization for proc_waiter.
* pinfo.h (_pinfo::exitcode): New element.
(_pinfo::cygstarted): Ditto.
(_pinfo::wr_proc_pipe): Ditto.
(_pinfo::ppid_handle): Delete.
(_pinfo::hProcess): Delete.
(_pinfo::lock): Delete.
(pinfo::hProcess): New element.
(pinfo::lock): Ditto.
(pinfo::wait): Declare new function.
(pinfo::preserve): Define new function.
* sigproc.cc: Remove old stuff from wait_subproc thread based method.
(zombies): Remove.
(procs): New.
(my_parent_is_alive): Just check that the parent pid exists.
(mychild): Just use pinfo methods to determine if child is mine.
(proc_subproc): Revamp PROC_ADDCHILD to use pinfo::wait.  Remove
PROC_CHILDTERMINATED logic.  Use different method to remove processes from list
when SIGCHLD == SIG_IGN.
(proc_terminate): Gut.
(subproc_init): Delete.
(init_child_info): Remove setting of pppid_handle.
(checkstate): Revamp to only scan procs array.
(remove_proc): Rename from remove_zombie.  Don't close hProcess or pid_handle.
Don't release memory if it's myself.
(stopped_or_terminated): Change logic to handle new consolidated proc/zombie
array.
(wait_subproc): Delete.
* sigproc.h: Remove obsolete EXIT_* defines.
(subproc_init): Remove declaration.
* spawn.cc (spawn_guts): Remove reparenting stuff.  Use standard wait logic to
wait for child if started from a non-cygwin process.
* tlsoffsets.h: Regenerate.
* tty.cc (tty_init): Check for myself->cygstarted rather than
myself->ppid_handle to see if we were started by a cygwin process.
* include/sys/signal.h (external_pinfo::exitcode): Replace hProcess.
* include/sys/wait.h (WCOREDUMP): Define.
* fhandler_tty.cc (fhandler_tty_slave::read): Add debugging output for timeout
case.
* signal.cc (abort): Flag that we are exiting with the ABORT signal.

19 years ago*** empty log message ***
gdbadmin [Fri, 26 Nov 2004 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

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