OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
19 years ago*** empty log message ***
gdbadmin [Fri, 17 Jun 2005 00:00:07 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2005-06-16 Christopher Faylor <cgf@timesys.com>
jjohnstn [Thu, 16 Jun 2005 19:14:00 +0000 (19:14 +0000)]
2005-06-16  Christopher Faylor  <cgf@timesys.com>

        * libc/stdio/vfprintf.c (cvt): Don't rely on pointer aliasing to
        determine characteristics of long double.  Use a union instead.
        * ldtoa.c (_ldtoa_r): Ditto.
        (_ldcheck): Ditto.
        (_strtold): Ditto.
        (union uconv): New union.

19 years ago* mips16-opc.c (mips16_opcodes): Add the following MIPS16e
davidu [Thu, 16 Jun 2005 17:01:11 +0000 (17:01 +0000)]
* mips16-opc.c (mips16_opcodes): Add the following MIPS16e
instructions to the table; seb/seh/sew/zeb/zeh/zew.

19 years ago * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceEx
corinna [Thu, 16 Jun 2005 15:46:38 +0000 (15:46 +0000)]
* syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceEx
succeeds but GetDiskFreeSpace fails by faking bytes-per-sector and
sectors-per-cluster values.

19 years ago* mips.igen: New mips16e model and include m16e.igen.
davidu [Thu, 16 Jun 2005 15:15:49 +0000 (15:15 +0000)]
* mips.igen: New mips16e model and include m16e.igen.
(check_u64): Add mips16e tag.
* m16e.igen: New file for MIPS16e instructions.
* configure.ac (mipsisa32*-*-*, mipsisa32r2*-*-*, mipsisa64*-*-*,
mipsisa64r2*-*-*): Change sim_gen to M16, add mips16 and mips16e
models.
* configure: Regenerate.

19 years ago* MAINTAINERS (Write After Approval): Add self.
davidu [Thu, 16 Jun 2005 15:04:31 +0000 (15:04 +0000)]
* MAINTAINERS (Write After Approval): Add self.

19 years ago * profile/profile.h (_MCOUNT_CALL): Define as regparm(2)
dannysmith [Thu, 16 Jun 2005 12:14:19 +0000 (12:14 +0000)]
* profile/profile.h (_MCOUNT_CALL): Define as regparm(2)
(_MCOUNT_DECL): Use it.
(MCOUNT): Save and restore eax, ecx, edx registers.
* profile/mcount.c (_mcount): ANSI-fy.

19 years ago * include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use to
dannysmith [Thu, 16 Jun 2005 11:41:46 +0000 (11:41 +0000)]
* include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use to
guard __MINGW_ATTRIB macro definitions.
* include/math.h (logb[fl]):  Don't define inlines for
GCC-4.0+ && __FAST_MATH__.
(rint[fl], lrint[fl], llrint[fl]); Likewise.  Clean up
line-continuation backslashes.

19 years agoAdd quotes to avoid a null test expression.
nickc [Thu, 16 Jun 2005 09:46:07 +0000 (09:46 +0000)]
Add quotes to avoid a null test expression.

19 years agorename.c (simple_copy): Only define if it is going to be used.
nickc [Thu, 16 Jun 2005 09:18:19 +0000 (09:18 +0000)]
rename.c (simple_copy): Only define if it is going to be used.
  (smart_rename): Mark the preserve_dates parameter as possibly being unused.

resres.c (write_res_data): Prevent a potential compile time warning by casting
  the return value from fwrite.

19 years ago* archive.c: Include "libiberty.h".
kettenis [Thu, 16 Jun 2005 08:05:35 +0000 (08:05 +0000)]
* archive.c: Include "libiberty.h".

19 years ago*** empty log message ***
gdbadmin [Thu, 16 Jun 2005 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Thu, 16 Jun 2005 00:00:05 +0000 (00:00 +0000)]
daily update

19 years agoadd missing entry
cgf [Wed, 15 Jun 2005 22:51:05 +0000 (22:51 +0000)]
add missing entry

19 years ago* cygthread.cc (cygthread::detach): Fix debugging output.
cgf [Wed, 15 Jun 2005 22:50:31 +0000 (22:50 +0000)]
* cygthread.cc (cygthread::detach): Fix debugging output.
* dcrt0.cc (dll_crt0_1): Create signal_arrived early -- before any filename
manipulation.
* sigproc.cc (sigproc_init): Don't create signal_arrived here.
* fork.cc (fork_child): Ditto.

19 years ago2005-06-15 Dave Brolley <brolley@redhat.com>
brolley [Wed, 15 Jun 2005 21:28:18 +0000 (21:28 +0000)]
2005-06-15  Dave Brolley  <brolley@redhat.com>

        * sid-cpu.scm (-gen-hw-stream-and-destream-fns): New function.
        (cgen-cpu.h): Call it.

        Contributed on behalf of Graydon Hoare
        2001-06-05  graydon hoare  <graydon@redhat.com>

        * utils.scm (foldl): Define.
        (foldr): Define.
        (filter): Define.
        (union): Define.
        (intersection): Simplify.
        * sid.scm : Set APPLICATION to SID-SIMULATOR.
        (-op-gen-delayed-set-maybe-trace): Define.
        (<operand> 'gen-set-{quiet,trace}): Delegate to
        op-gen-delayed-set-quiet etc. Note: this is still a little tangled
        up and needs cleaning.
        (-with-parallel?): Hardwire with-parallel to #t.
        (<operand> 'cxmake-get): Replace with lookahead-aware code
        * sid-decode.scm: Remove per-insn writeback fns.
        (-gen-idesc-decls): Redefine sem_fn type.
        * sid-cpu.scm (gen-write-stack-structure): Replace parexec stuff
        with write stack stuff.
        (cgen-write.cxx): Replace per-insn writebacks with single write
        stack writeback. Add write stack reset function.
        (-gen-scache-semantic-fn insn): Replace parexec stuff with write
        stack stuff.
        * rtl-c.scm (xop): Clone operand into delayed operand if #:delayed
        estate attribute set.
        (delay): Set #:delayed attribute to calculated delay, update
        maximum delay of cpu, check (delay ...) usage.
        * operand.scm (<operand>): Add delayed slot to <operand>.
        * mach.scm (<cpu>): Add max-delay slot to <cpu>.
        * dev.scm (load-sid): Set APPLICATION to SID-SIMULATOR.
        * doc/rtl.texi (Expressions): Add section on (delay ...).

19 years ago2005-06-15 Dave Brolley <brolley@redhat.com>
brolley [Wed, 15 Jun 2005 21:26:01 +0000 (21:26 +0000)]
2005-06-15  Dave Brolley  <brolley@redhat.com>

        Morpho ms1 cpu contributed on behalf of Red Hat
        2004-05-14  Stan Cox  <scox@redhat.com>

        * ms1: New directory.
        * aclocal.m4: Regenerated.
        * Makefile.in: Ditto.
        * configure: Ditto.
        * configure.in: Support added for ms1.
        * compCGEN.cxx: Ditto.

19 years agoNew cpu port.
brolley [Wed, 15 Jun 2005 21:17:18 +0000 (21:17 +0000)]
New cpu port.

19 years agoFix my e-mail address in previous commit.
kettenis [Wed, 15 Jun 2005 16:35:28 +0000 (16:35 +0000)]
Fix my e-mail address in previous commit.

19 years ago* hppa-hpux-nat.c (hppa_hpux_fetch_register)
kettenis [Wed, 15 Jun 2005 16:34:25 +0000 (16:34 +0000)]
* hppa-hpux-nat.c (hppa_hpux_fetch_register)
  (hppa_hpux_store_register): Add casts in extract_unsigned_integer
  and store_usigned_integer calls.

19 years ago2005-06-15 Dave Brolley <brolley@redhat.com>
brolley [Wed, 15 Jun 2005 16:23:54 +0000 (16:23 +0000)]
2005-06-15  Dave Brolley  <brolley@redhat.com>

        Contribute Morpho ms1 on behalf of Red Hat
        * ms1-asm.c, ms1-desc.c, ms1-dis.c, ms1-ibld.c, ms1-opc.c,
        ms1-opc.h: New files, Morpho ms1 target.

        2004-05-14  Stan Cox  <scox@redhat.com>

        * disassemble.c (ARCH_ms1): Define.
        (disassembler): Handle bfd_arch_ms1

        2004-05-13  Michael Snyder  <msnyder@redhat.com>

        * Makefile.am, Makefile.in: Add ms1 target.
        * configure.in: Ditto.

19 years ago2005-06-15 Dave Brolley <brolley@redhat.com>
brolley [Wed, 15 Jun 2005 16:23:24 +0000 (16:23 +0000)]
2005-06-15  Dave Brolley  <brolley@redhat.com>

        Contribute Morpho ms1 on behalf of Red Hat
        * ms1-asm.c, ms1-desc.c, ms1-dis.c, ms1-ibld.c, ms1-opc.c,
        ms1-opc.h: New files, Morpho ms1 target.

        2004-05-14  Stan Cox  <scox@redhat.com>

        * disassemble.c (ARCH_ms1): Define.
        (disassembler): Handle bfd_arch_ms1

        2004-05-13  Michael Snyder  <msnyder@redhat.com>

        * Makefile.am, Makefile.in: Add ms1 target.
        * configure.in: Ditto.

19 years ago2005-06-15 Dave Brolley <brolley@redhat.com>
brolley [Wed, 15 Jun 2005 15:33:07 +0000 (15:33 +0000)]
2005-06-15  Dave Brolley  <brolley@redhat.com>

        Contributed by Red Hat.
        * ms1.cpu: New file.  Written by Nick Clifton, Stan Cox.
        * ms1.opc: New file.  Written by Stan Cox.

19 years ago* elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries produced by the
nickc [Wed, 15 Jun 2005 08:22:42 +0000 (08:22 +0000)]
* elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries produced by the
  GreenHills toolchain can be assimilated.

19 years ago * som.c (som_find_inliner_info): New.
danglin [Wed, 15 Jun 2005 00:16:08 +0000 (00:16 +0000)]
* som.c (som_find_inliner_info): New.

19 years agodaily update
amodra [Wed, 15 Jun 2005 00:00:06 +0000 (00:00 +0000)]
daily update

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

19 years ago* path.cc (path_conv::check): Always reset to FH_FS when component != 0 and
cgf [Tue, 14 Jun 2005 23:52:52 +0000 (23:52 +0000)]
* path.cc (path_conv::check): Always reset to FH_FS when component != 0 and
FH_NETDRIVE to fix problems with strict case checking.

19 years ago* configure.ac: Simplify and improve check for socklen_t.
kettenis [Tue, 14 Jun 2005 21:36:28 +0000 (21:36 +0000)]
* configure.ac: Simplify and improve check for socklen_t.
* configure, config.in: Regenerate.

19 years ago PR libgcj/19877:
tromey [Tue, 14 Jun 2005 20:27:38 +0000 (20:27 +0000)]
PR libgcj/19877:
* no-executables.m4: Call real AC_FUNC_MMAP when cache variable
is set but not 'no'.

19 years agoFix typo.
kettenis [Tue, 14 Jun 2005 20:13:00 +0000 (20:13 +0000)]
Fix typo.

19 years ago2005-06-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 14 Jun 2005 19:25:42 +0000 (19:25 +0000)]
2005-06-14  H.J. Lu  <hongjiu.lu@intel.com>

* elflink.c (_bfd_elf_merge_symbol): Fix a typo in comment.

19 years ago2005-06-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 14 Jun 2005 13:26:41 +0000 (13:26 +0000)]
2005-06-14  H.J. Lu  <hongjiu.lu@intel.com>

PR 995
* ar.c (BUFSIZE): Moved to ...
* bucomm.h (BUFSIZE): Here.

* bucomm.c: Include <assert.h>.
(bfd_get_archive_filename): New.
* bucomm.h (bfd_get_archive_filename): New.

* objcopy.c (copy_unknown_object): New.
(copy_object): Use bfd_get_archive_filename when reporting input
error. Don't call fatal on unknown arch.
(copy_archive): Call copy_unknown_object on unknown format or
arch.

19 years ago * parse_pe.c (exclusion::sort_and_check): Remove crude cast.
corinna [Tue, 14 Jun 2005 12:42:56 +0000 (12:42 +0000)]
* parse_pe.c (exclusion::sort_and_check): Remove crude cast.

19 years ago * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compiler
corinna [Tue, 14 Jun 2005 12:22:14 +0000 (12:22 +0000)]
* sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compiler
warning.

19 years ago * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
jakub [Tue, 14 Jun 2005 11:06:28 +0000 (11:06 +0000)]
* readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
(get_data): Add nmemb argument.  Return NULL if nmemb * size
overflows.  If var == NULL, allocate one extra byte and
clear it.
(slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers,
get_64bit_program_headers, get_program_headers,
get_32bit_section_headers, get_64bit_section_headers,
get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers,
process_section_groups, process_relocs, slurp_ia64_unwind_table,
ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind,
get_32bit_dynamic_section, get_64bit_dynamic_section,
process_dynamic_section, process_version_sections, get_dynamic_data,
process_symbol_table, dump_section, load_debug_str, load_debug_loc,
load_debug_range, read_and_display_attr_value, process_debug_info,
get_debug_info, frame_need_space, display_debug_frames,
display_debug_section, process_mips_specific, process_gnu_liblist,
process_corefile_note_segment): Adjust get_data callers.  Use
cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
passed size is a product of 2 numbers.

* readelf.c (print_mode): Fix comment typo.
(slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks.
(dump_relocations): Fix a thinko in check for invalid st_name.
(process_program_headers): Don't crash if string_table is NULL.
(process_section_headers): Don't crash if e_shstrndx is invalid.
Ensure string_table_length is 0 if string_table == NULL.
Don't return just because string_table is NULL.
(process_section_groups): Don't crash if symtab's sh_link or
symbol's st_name is invalid.  Fix a memory leak.  Fix check for
invalid section number entry.
(process_relocs): Don't crash if relocation or symbol section's
sh_link is invalid.
(slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if
relocation section's sh_info is invalid.
(ia64_process_unwind, hppa_process_unwind): Don't crash if symbol
table's sh_link is invalid.
(process_version_sections): Don't crash on version or symbol
section's sh_link is invalid.  Don't crash if symbol's st_shndx
is invalid.
(process_symbol_table): Don't crash if string table is corrupt
or symbol's st_name, st_shndx, vna_name or vda_name is invalid.
(debug_apply_rela_addends): Don't crash if relocation section's
sh_info or sh_link is invalid.
(display_debug_loc): Warn for unterminated .debug_loc section
or start offsets not within .debug_loc section boundaries.
(process_gnu_liblist): Don't crash if liblist section's sh_link
or entry's l_name is invalid.

19 years ago * elf.c (bfd_section_from_shdr): Fail if name is NULL.
jakub [Tue, 14 Jun 2005 11:04:20 +0000 (11:04 +0000)]
* elf.c (bfd_section_from_shdr): Fail if name is NULL.
Prevent endless recursion on broken objects.

* archive.c (do_slurp_coff_armap): Check for overflows.

19 years agoHonor $DESTDIR for dejagnu.h
nickc [Tue, 14 Jun 2005 10:35:38 +0000 (10:35 +0000)]
Honor $DESTDIR for dejagnu.h

19 years ago From Charles Brockman <mr hyphen chuck at att dot net>:
kseitz [Tue, 14 Jun 2005 00:19:39 +0000 (00:19 +0000)]
    From Charles Brockman <mr hyphen chuck at att dot net>:
        * library/interface.tcl (gdbtk_tcl_warning): Filter "RTTI symbol not found"
        "warnings", too.

19 years ago*** empty log message ***
gdbadmin [Tue, 14 Jun 2005 00:01:03 +0000 (00:01 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Tue, 14 Jun 2005 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago* pmacros.scm (-pmacro-upcase, -pmacro-downcase): Handle symbols
jimb [Mon, 13 Jun 2005 22:28:30 +0000 (22:28 +0000)]
* pmacros.scm (-pmacro-upcase, -pmacro-downcase): Handle symbols
as well as strings.

19 years ago(mi_cmd_data_list_register_values): Remove test for
nickrob [Mon, 13 Jun 2005 22:21:57 +0000 (22:21 +0000)]
(mi_cmd_data_list_register_values): Remove test for
registers now that mi_execute_command rewinds after an error.

19 years ago*** empty log message ***
nickrob [Mon, 13 Jun 2005 22:21:19 +0000 (22:21 +0000)]
*** empty log message ***

19 years ago* configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
kettenis [Mon, 13 Jun 2005 21:59:33 +0000 (21:59 +0000)]
* configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
* configure, config.in: Regenerate.

19 years ago* configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
kettenis [Mon, 13 Jun 2005 21:59:24 +0000 (21:59 +0000)]
* configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
* configure, config.in: Regenerate.

19 years ago* ser-tcp.c: Tewak comment.
kettenis [Mon, 13 Jun 2005 21:32:01 +0000 (21:32 +0000)]
* ser-tcp.c: Tewak comment.
[!HAVE_SOCKLEN_T]: Typedef socklen_t.
* configure.ac: Add check for socklen_t.
* configure, config.in: Regenerate.

19 years ago* ser-tcp.c: Tewak comment.
kettenis [Mon, 13 Jun 2005 21:31:50 +0000 (21:31 +0000)]
* ser-tcp.c: Tewak comment.
[!HAVE_SOCKLEN_T]: Typedef socklen_t.
* configure.ac: Add check for socklen_t.
* configure, config.in: Regenerate.

19 years ago2005-06-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 13 Jun 2005 20:52:02 +0000 (20:52 +0000)]
2005-06-13  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/linux64.mt (TDEPFILES): Add symfile-mem.o.

19 years ago * MAINTAINERS: Update my email address.
rsandifo [Mon, 13 Jun 2005 19:09:12 +0000 (19:09 +0000)]
* MAINTAINERS: Update my email address.

19 years ago * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
mmitchel [Mon, 13 Jun 2005 18:39:08 +0000 (18:39 +0000)]
* corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
* exec.c (exec_file_attach): Likewise.
* solib-frv.c (enable_break2): Likewise.
* solib-svr4.c (enable_break): Likewise.
* solib.c (solib_map_sections): Likewise.
* symfile.c (symfile_bfd_open): Likewise.

19 years ago * gdb.base/bigcore.exp: Correct checks for systems which can
drow [Mon, 13 Jun 2005 18:11:01 +0000 (18:11 +0000)]
* gdb.base/bigcore.exp: Correct checks for systems which can
not dump a large core file.

19 years ago* depstand.m4, lead-dot.m4: New files.
dj [Mon, 13 Jun 2005 18:06:59 +0000 (18:06 +0000)]
* depstand.m4, lead-dot.m4: New files.

19 years ago* depcomp: Update from automake CVS. Add 'ia64hp' stanza.
dj [Mon, 13 Jun 2005 18:01:01 +0000 (18:01 +0000)]
* depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
In 'cpp' stanza, support '#line' as well as '# '.

19 years agogdb/
drow [Mon, 13 Jun 2005 16:15:34 +0000 (16:15 +0000)]
gdb/
* Makefile.in (symfile.o): Add $(exec_h).
* exec.h (exec_set_section_address): Add prototype.
* exec.c (exec_set_section_address): New function.
* symfile.c: Include "exec.h".
(struct place_section_arg, place_section): New.
(default_symfile_offsets): Call place_section for each
section of a relocatable file.
gdb/testsuite/
* gdb.base/relocate.c: Add a copyright notice.
(dummy): Remove.
* gdb.base/relocate.exp: Test printing the values of variables
from a relocatable file.

19 years agogdb/
drow [Mon, 13 Jun 2005 16:15:22 +0000 (16:15 +0000)]
gdb/
* Makefile.in (symfile.o): Add $(exec_h).
* exec.h (exec_set_section_address): Add prototype.
* exec.c (exec_set_section_address): New function.
* symfile.c: Include "exec.h".
(struct place_section_arg, place_section): New.
(default_symfile_offsets): Call place_section for each
section of a relocatable file.
gdb/testsuite/
* gdb.base/relocate.c: Add a copyright notice.
(dummy): Remove.
* gdb.base/relocate.exp: Test printing the values of variables
from a relocatable file.

19 years agogas:
zack [Mon, 13 Jun 2005 15:34:35 +0000 (15:34 +0000)]
gas:
* config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
symbolP as well as for names with a leading dot.  Use ACONCAT.
(md_apply_fix): For branch relocations, only replace value
with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
(arm_force_relocation): Remove #ifdef OBJ_ELF case.
* config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
(LOCAL_LABEL_PREFIX): Don't define.
gas/testsuite:
* gas/arm/thumb.s: Only branch to labels defined in this file.
* gas/arm/thumb.d, gas/arm/thumb32.d: Adjust expected output.

19 years ago * hppa-tdep.c (hppa_pc_requires_run_before_use): Really test all
brobecke [Mon, 13 Jun 2005 13:43:32 +0000 (13:43 +0000)]
    * hppa-tdep.c (hppa_pc_requires_run_before_use): Really test all
        bits of top byte in address.

19 years ago * eval.c (evaluate_subexp_standard): Add code to check the target
woodzltc [Mon, 13 Jun 2005 07:23:15 +0000 (07:23 +0000)]
* eval.c (evaluate_subexp_standard): Add code to check the target
type of a TYPE_CODE_PTR value when we encounter a f77 undetermined
arglist.  If it is array, string or function, work on the target
value instead.

19 years agogdb/
drow [Mon, 13 Jun 2005 02:41:45 +0000 (02:41 +0000)]
gdb/
* mi/mi-main.c (register_changed_p, get_register): Use
get_selected_frame.
(mi_execute_command): Call mi_out_rewind after an error.
testsuite/
* gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
excess MI output after an error.

19 years ago * acconfig.h: Remove.
drow [Mon, 13 Jun 2005 01:59:22 +0000 (01:59 +0000)]
* acconfig.h: Remove.
* configure.ac: Add a test for socklen_t.  Use three-argument
AC_DEFINE throughout.
* config.in: Regenerated using autoheader 2.59.
* configure: Regenerated.

* gdbreplay.c (socklen_t): Provide a default.
(remote_open): Use socklen_t.
* remote-utils.c (socklen_t): Provide a default.
(remote_open): Use socklen_t.
(convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
unsigned char.

* i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
char for buffers.
* linux-low.c (linux_read_memory, linux_write_memory)
(linux_read_auxv): Likewise.
* mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
(check_mem_write): Likewise.
* mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
Likewise.
* regcache.c (struct inferior_rgcache_data, registers_to_string)
(registers_from_string, register_data): Likewise.
* server.c (handle_query, main): Likewise.
* server.h (convert_ascii_to_int, convert_int_to_ascii)
(decode_M_packet): Likewise.
* target.c (read_inferior_memory, write_inferior_memory): Likewise.
* target.h (struct target_ops): Update read_memory, write_memory,
and read_auxv.
(read_inferior_memory, write_inferior_memory): Update.
* linux-low.h (struct linux_target_ops): Change type of breakpoint
to unsigned char *.
* linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
linux-s390-low.c, linux-sh-low.c: Update for changes in
read_inferior_memory and the_low_target->breakpoint.

19 years agodaily update
amodra [Mon, 13 Jun 2005 00:00:09 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Mon, 13 Jun 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago* hppa-tdep.c (hppa_frame_prev_register)
kettenis [Sun, 12 Jun 2005 19:54:20 +0000 (19:54 +0000)]
* hppa-tdep.c (hppa_frame_prev_register)
(hppa_fallback_frame_prev_register)
(hppa_stub_frame_prev_register): Change type of last argument to
`gdb_byte *'.
(hppa_fetch_pointer_argument): Tweak comment.  Use
get_frame_register_unsigned instead of get_frame_register.
(hppa32_return_value, hppa64_return_value): Change type of readbuf
and writebuf arguments to `gdb_byte *'.  Remove unecessary casts
and local variables.
(hppa_pseudo_register_read): Change type of last argument to
`gdb_byte *'.

19 years ago * ld.texinfo (Command Line Options): Add @item for --hash-size.
drow [Sun, 12 Jun 2005 18:38:38 +0000 (18:38 +0000)]
* ld.texinfo (Command Line Options): Add @item for --hash-size.

19 years ago* m68k-tdep.c (m68k_frame_prev_register): Change type of last
kettenis [Sun, 12 Jun 2005 13:37:37 +0000 (13:37 +0000)]
* m68k-tdep.c (m68k_frame_prev_register): Change type of last
argument to `gdb_byte *'.

19 years ago* arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
kettenis [Sun, 12 Jun 2005 12:57:20 +0000 (12:57 +0000)]
* arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
Consitify regnames.

19 years ago* alpha-tdep.c (alpha_sigtramp_frame_prev_register)
kettenis [Sun, 12 Jun 2005 12:53:52 +0000 (12:53 +0000)]
* alpha-tdep.c (alpha_sigtramp_frame_prev_register)
(alpha_heuristic_frame_prev_register): Change type of last
argument to `gdb_byte *'.
(alpha_register_to_value, alpha_value_to_register)
(alpha_extract_return_value, alpha_store_return_value): Likewise.
* alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.

19 years ago* arm-tdep.c (arm_prologue_prev_register)
kettenis [Sun, 12 Jun 2005 12:15:25 +0000 (12:15 +0000)]
* arm-tdep.c (arm_prologue_prev_register)
(arm_sigtramp_prev_register): Change type of last argument to
`gdb_byte *'.

19 years ago * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSH
corinna [Sun, 12 Jun 2005 12:01:07 +0000 (12:01 +0000)]
* fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSH
when trying to pass file descriptor by setting msg->msg_accrightslen
to 0.

19 years ago* m88k-tdep.c (m88k_frame_prev_register): Change type of last
kettenis [Sun, 12 Jun 2005 11:52:52 +0000 (11:52 +0000)]
* m88k-tdep.c (m88k_frame_prev_register): Change type of last
argument to `gdb_byte *'.

19 years ago* vax-tdep.c (vax_frame_prev_register): Change type of last
kettenis [Sun, 12 Jun 2005 11:17:49 +0000 (11:17 +0000)]
* vax-tdep.c (vax_frame_prev_register): Change type of last
argument to `gdb_byte *'.

19 years ago* sparc-tdep.c (sparc32_frame_prev_register): Change type of last
kettenis [Sun, 12 Jun 2005 11:10:56 +0000 (11:10 +0000)]
* sparc-tdep.c (sparc32_frame_prev_register): Change type of last
argument to `gdb_byte *'.
* sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
Likewise.
* sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Likewise.
* sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
Likewise.
* sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
* sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
Likewise.
* sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
Likewise.
* sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Likewise.
* sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind):
Likewise.

19 years ago* sparc-tdep.c (sparc32_frame_prev_register): Change type of last
kettenis [Sun, 12 Jun 2005 11:10:45 +0000 (11:10 +0000)]
* sparc-tdep.c (sparc32_frame_prev_register): Change type of last
argument to `gdb_byte *'.
* sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
Likewise.
* sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Likewise.
* sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
Likewise.
* sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
* sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
Likewise.
* sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
Likewise.
* sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Likewise.
* sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind):
Likewise.

19 years ago* amd64-tdep.c (amd64_frame_prev_register)
kettenis [Sun, 12 Jun 2005 09:19:05 +0000 (09:19 +0000)]
* amd64-tdep.c (amd64_frame_prev_register)
(amd64_sigtramp_frame_prev_register): Change type of last argument
to `gdb_byte *'.

19 years ago*** empty log message ***
gdbadmin [Sun, 12 Jun 2005 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Sun, 12 Jun 2005 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago* Makefile.in: Avoid initial heap allocation since cygwin has its own heap.
cgf [Sat, 11 Jun 2005 21:00:23 +0000 (21:00 +0000)]
* Makefile.in: Avoid initial heap allocation since cygwin has its own heap.

19 years ago* i386-tdep.c (i386_register_type): Return
kettenis [Sat, 11 Jun 2005 19:11:25 +0000 (19:11 +0000)]
* i386-tdep.c (i386_register_type): Return
builtin_type_void_func_ptr for %eip and builtin_type_void_data_ptr
for %ebp and %esp.

19 years ago * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,
danglin [Sat, 11 Jun 2005 15:33:52 +0000 (15:33 +0000)]
* hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,
respectively, in various floating-point load and store patterns.

19 years ago* fhandler_console.cc (fhandler_console::read): Fix a compiler warning.
cgf [Sat, 11 Jun 2005 05:09:23 +0000 (05:09 +0000)]
* fhandler_console.cc (fhandler_console::read): Fix a compiler warning.

19 years ago* winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.
cgf [Sat, 11 Jun 2005 04:59:53 +0000 (04:59 +0000)]
* winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.
* winsup.api/pthread/mutex4.c (main): Ditto.
* winsup.api/pthread/mutex5.c: Reflect change in cygwin default mutex type.
* winsup.api/pthread/mutex6d.c: Ditto.

19 years ago* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.
cgf [Sat, 11 Jun 2005 04:56:34 +0000 (04:56 +0000)]
* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.
Revert PTHREAD_MUTEX_INITIALIZER to PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP
since that is actually closer to what linux does.
* thread.h (cw_cancel_action): New enum.
(cancelable_wait): Use cw_cancel_action as third argument.
* thread.cc (cancelable_wait): Ditto.  Don't wait for cancel if cancel_action
== cw_no_cancel.
(pthread::create): Don't wait for cancel event since that is racy.
(pthread_mutex::pthread_mutex): Set default to PTHREAD_MUTEX_ERRORCHECK.
(pthread_mutexattr::pthread_mutexattr): Ditto.
(pthread_mutex::_lock): Tell cancelable_wait not to wait for cancellation
event.
(semaphore::_timedwait): Accommodate change in cancelable_wait args.
(pthread::join): Ditto.

19 years ago*** empty log message ***
gdbadmin [Sat, 11 Jun 2005 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Sat, 11 Jun 2005 00:00:07 +0000 (00:00 +0000)]
daily update

19 years ago * fhandler_socket.cc (fhandler_socket::sendto): Always initialize
corinna [Fri, 10 Jun 2005 21:47:23 +0000 (21:47 +0000)]
* fhandler_socket.cc (fhandler_socket::sendto): Always initialize
ret to 0.
(fhandler_socket::sendmsg): Ditto.

19 years ago * elfcode.h (elf_write_relocs): Do nothing if there are no
drow [Fri, 10 Jun 2005 20:22:20 +0000 (20:22 +0000)]
* elfcode.h (elf_write_relocs): Do nothing if there are no
relocations.

19 years ago* winsup.api/winsup.exp: Remove (temporarily?) -nostdinc from build since it
cgf [Fri, 10 Jun 2005 19:32:29 +0000 (19:32 +0000)]
* winsup.api/winsup.exp: Remove (temporarily?) -nostdinc from build since it
causes compile failures with gcc 3.4.4.

19 years agowhitespace changes to hopefully force snapshot run.
cgf [Fri, 10 Jun 2005 18:44:23 +0000 (18:44 +0000)]
whitespace changes to hopefully force snapshot run.

19 years agoFix 2005-06-09 entry to use proper format.
jjohnstn [Fri, 10 Jun 2005 15:30:50 +0000 (15:30 +0000)]
Fix 2005-06-09 entry to use proper format.

19 years ago * cygwin.din (imaxabs): Export.
corinna [Fri, 10 Jun 2005 12:11:30 +0000 (12:11 +0000)]
* cygwin.din (imaxabs): Export.
(imaxdiv): Export.
(llabs): Export.
(lldiv): Export.
(strtoimax): Export.
(strtoumax): Export.
* include/inttypes.h (imaxabs): Activate declaration.
(imaxdiv): Ditto.
(strtoimax): Ditto.
(strtoumax): Ditto.
* include/cygwin/version.h: Bump API minor.

19 years ago * dwarf2.c (decode_line_info): Revert last change. Instead set
amodra [Fri, 10 Jun 2005 10:14:20 +0000 (10:14 +0000)]
* dwarf2.c (decode_line_info): Revert last change.  Instead set
initial low_pc to -1 to avoid need to test whether loc_pc has
been set.

19 years ago * ld-cris/libdso-10.d: Adjust for elf.sc .bss change.
amodra [Fri, 10 Jun 2005 07:28:55 +0000 (07:28 +0000)]
* ld-cris/libdso-10.d: Adjust for elf.sc .bss change.
* ld-cris/libdso-2.d: Likewise.
* ld-mmix/loc6.d: Likewise.

19 years ago * valprint.c (print_floating): Fix comment typo.
bje [Fri, 10 Jun 2005 06:07:29 +0000 (06:07 +0000)]
* valprint.c (print_floating): Fix comment typo.

19 years ago * config/tc-hppa.c (pa_block): Allocate just one byte for the
amodra [Fri, 10 Jun 2005 05:46:46 +0000 (05:46 +0000)]
* config/tc-hppa.c (pa_block): Allocate just one byte for the
fill pattern.

19 years ago2005-06-09 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 10 Jun 2005 01:09:14 +0000 (01:09 +0000)]
2005-06-09  Jeff Johnston  <jjohnstn@redhat.com>

        * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and
        protect libunwind references with HAVE_LIBUNWIND_IA64_H flag.
        * (ia64_pseudo_register_write): Use gdb_byte to remove warning.
        * (ia64_register_to_value, ia64_value_to_register): Ditto.
        * (ia64_frame_prev_register): Ditto.
        * (ia64_libunwind_frame_prev_register): Ditto.
        * (ia64_sigtramp_frame_prev_register): Ditto.
        * (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
        * (ia64_store_return_value): Ditto.

2

19 years ago * ld-scripts/empty-aligned.t: Adjust alignment expressions so
amodra [Fri, 10 Jun 2005 00:44:01 +0000 (00:44 +0000)]
* ld-scripts/empty-aligned.t: Adjust alignment expressions so
that no .text? section is kept.  Also check setting vma and
lma.
* ld-scripts/empty-aligned.d: Update.

19 years agoremove conflict indicator
amodra [Fri, 10 Jun 2005 00:41:30 +0000 (00:41 +0000)]
remove conflict indicator

19 years ago * scripttempt/elf.sc (.bss): Align tail in a way that allows
amodra [Fri, 10 Jun 2005 00:39:54 +0000 (00:39 +0000)]
* scripttempt/elf.sc (.bss): Align tail in a way that allows
empty section pruning.

19 years ago*** empty log message ***
gdbadmin [Fri, 10 Jun 2005 00:00:36 +0000 (00:00 +0000)]
*** empty log message ***