OSDN Git Service

pf3gnuchains/sourceware.git
22 years agoFix compile time warning messages
nickc [Wed, 19 Sep 2001 17:40:27 +0000 (17:40 +0000)]
Fix compile time warning messages

22 years ago2000-09-19 H.J. Lu <hjl@gnu.org>
hjl [Wed, 19 Sep 2001 17:02:38 +0000 (17:02 +0000)]
2000-09-19  H.J. Lu  <hjl@gnu.org>

* doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
$(srcdir)/cxxfilt.man.
* doc/Makefile.in: Rebuild.

22 years ago* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.
cgf [Wed, 19 Sep 2001 16:24:10 +0000 (16:24 +0000)]
* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.

22 years ago* Makefile.in: Filter newlib includes from mingw compilation.
cgf [Wed, 19 Sep 2001 16:22:47 +0000 (16:22 +0000)]
* Makefile.in: Filter newlib includes from mingw compilation.

22 years ago * lib/getopt.c (getopt_long): Avoid compiler warning.
corinna [Wed, 19 Sep 2001 16:08:31 +0000 (16:08 +0000)]
    * lib/getopt.c (getopt_long): Avoid compiler warning.

22 years ago* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.
cgf [Wed, 19 Sep 2001 15:54:11 +0000 (15:54 +0000)]
* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.
* scandir.cc (scandir): Use correct default when compar == NULL.

22 years ago * fhandler_socket.cc (fhandler_socket::fhandler_socket): Revert
corinna [Wed, 19 Sep 2001 15:50:54 +0000 (15:50 +0000)]
    * fhandler_socket.cc (fhandler_socket::fhandler_socket): Revert
        memory allocation to use cmalloc again.

22 years ago* approved by kseitz
fche [Wed, 19 Sep 2001 15:39:53 +0000 (15:39 +0000)]
* approved by kseitz

2001-09-19  Frank Ch. Eigler  <fche@redhat.com>

* lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
to localhost:NNN instead of :NNN, in case Xvfb is listening
only on TCP.

22 years ago2001-09-19 Earnie Boyd <earnie@SF.net>
earnie [Wed, 19 Sep 2001 15:37:18 +0000 (15:37 +0000)]
2001-09-19  Earnie Boyd  <earnie@SF.net>

* Makefile.in: Remove the /usr from the install target.
(VERSION): Increment.
include/_mingw.h: Ditto.

22 years ago * gdb.base/recurse.exp: When checking leaving the watchpoint
corinna [Wed, 19 Sep 2001 08:21:17 +0000 (08:21 +0000)]
    * gdb.base/recurse.exp: When checking leaving the watchpoint
        scope, recognize when gdb is in function's epilogue and pass.

22 years ago * config/tc-i370.c: Fix typo in last change.
amodra [Wed, 19 Sep 2001 08:13:03 +0000 (08:13 +0000)]
* config/tc-i370.c: Fix typo in last change.

22 years agoImprove documentation on local labels and add documenation about dollar labels.
nickc [Wed, 19 Sep 2001 07:55:20 +0000 (07:55 +0000)]
Improve documentation on local labels and add documenation about dollar labels.

22 years ago * objcopy.c (copy_main): Correct rename-section string parsing.
amodra [Wed, 19 Sep 2001 06:58:06 +0000 (06:58 +0000)]
* objcopy.c (copy_main): Correct rename-section string parsing.
Consolidate new_name parsing, and error messages.

22 years ago2001-09-19 Ben Elliston <bje@redhat.com>
bje [Wed, 19 Sep 2001 06:07:35 +0000 (06:07 +0000)]
2001-09-19  Ben Elliston  <bje@redhat.com>

* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
semantics.  Use the shell built-in "type" command instead.

22 years agoLocale changes from Bruno Haible <haible@clisp.cons.org>.
hjl [Wed, 19 Sep 2001 05:33:10 +0000 (05:33 +0000)]
Locale changes from Bruno Haible  <haible@clisp.cons.org>.

22 years ago* cygwin.din (__argv): Export.
cgf [Wed, 19 Sep 2001 01:07:10 +0000 (01:07 +0000)]
* cygwin.din (__argv): Export.
(__argc): Ditto.
(__progname): Ditto.
* include/getopt.h (getopt_long): constify arguments.
* lib/getopt.c: Import new file from NetBSD.

22 years ago * Makefile.in: Fixed bad merge when installing
irox [Wed, 19 Sep 2001 00:44:46 +0000 (00:44 +0000)]
* Makefile.in: Fixed bad merge when installing
../doc/*.n man files.

22 years ago * lib/insight-support.exp (_gdbtk_export_target_info): Add
kseitz [Wed, 19 Sep 2001 00:08:43 +0000 (00:08 +0000)]
* lib/insight-support.exp (_gdbtk_export_target_info): Add
support for running tests against sid targets.
(gdbtk_done): Ditto.

22 years ago*** empty log message ***
gdbadmin [Wed, 19 Sep 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago * Makefile.in: Added TK_CFLAGS for flags that
irox [Tue, 18 Sep 2001 21:16:08 +0000 (21:16 +0000)]
* Makefile.in: Added TK_CFLAGS for flags that
shouldn't be supressed by the top level Makefile's
CFLAGS settings.

22 years ago * Makefile.in: Added TCL_CFLAGS for flags that
irox [Tue, 18 Sep 2001 21:11:11 +0000 (21:11 +0000)]
* Makefile.in: Added TCL_CFLAGS for flags that
shouldn't be supressed by the top level Makefile's
CFLAGS settings.

22 years agomerge from gcc
dj [Tue, 18 Sep 2001 21:02:02 +0000 (21:02 +0000)]
merge from gcc

22 years ago * gdb.base/ending-run.c (main): Set stdout buffersize
corinna [Tue, 18 Sep 2001 17:49:05 +0000 (17:49 +0000)]
    * gdb.base/ending-run.c (main): Set stdout buffersize
        to the same reasonable value for any target.
        * gdb.base/ending-run.exp: Add a regular expression
        to make testsuite happy on Sanyo Stormy16 target.

22 years ago * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.
corinna [Tue, 18 Sep 2001 17:10:08 +0000 (17:10 +0000)]
    * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.

22 years agooops omitted in previous delta
nickc [Tue, 18 Sep 2001 15:42:41 +0000 (15:42 +0000)]
oops omitted in previous delta

22 years agos390 assembler improvements and testsuite
nickc [Tue, 18 Sep 2001 15:41:32 +0000 (15:41 +0000)]
s390 assembler improvements and testsuite

22 years ago * sparc.c (sparc_find_call): Warning fix.
amodra [Tue, 18 Sep 2001 11:12:25 +0000 (11:12 +0000)]
* sparc.c (sparc_find_call): Warning fix.
* alpha.c (alpha_find_call): Likewise.

22 years ago * deffilep.y (def_stash_module): Constify "name" param.
amodra [Tue, 18 Sep 2001 10:10:19 +0000 (10:10 +0000)]
* deffilep.y (def_stash_module): Constify "name" param.

* pe-dll.c: Replace CONST with const throughout.
(quick_symbol): Constify "n1", "n2", "n3" params.
(make_singleton_name_thunk): Constify "import" param.  Make
"buffer_len" a size_t.
(make_import_fixup_entry): Constify "name", "fixup_name",
"dll_symname" params.
(pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
(pe_get32): Likewise.
(pe_implied_import_dll): Likewise.

* emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
(sort_by_section_name): Likewise.

* emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
(make_import_fixup): Cast printf arg, rel->address to long rather
than int.
(gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.

22 years ago * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.
amodra [Tue, 18 Sep 2001 10:08:14 +0000 (10:08 +0000)]
* dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.

* write.c (set_symtab): Update bfd_alloc declaration.  Use a temp
var to ensure bfd_alloc arg is the right type.
(write_object_file): Cast args of bfd_seek.  Replace bfd_write with
bfd_bwrite.

* config/obj-coff.c: Replace calls to bfd_write with calls to
bfd_bwrite.  Cast args of bfd_seek.

* config/obj-elf.c (obj_elf_change_section): Avoid signed/unsigned
warning.

* config/tc-mn10300.c (set_arch_mach): Make param unsigned.

* config/tc-tic54x.c (tic54x_mlib): Replace bfd_read call with
call to bfd_bread.

22 years ago * ar.c (print_contents): Cast args of bfd_seek to the right types.
amodra [Tue, 18 Sep 2001 10:05:55 +0000 (10:05 +0000)]
* ar.c (print_contents): Cast args of bfd_seek to the right types.
Replace bfd_read call with call to bfd_bread.
(extract_file): Likewise.

* objdump.c (dump_section_header): Cast section->filepos to
unsigned long to suit printf format string.
* readelf.c (process_section_headers): Similarly for sh_offset.
(process_unwind): Likewise.

22 years ago * bfdint.texi: Replace reference to bfd_read with bfd_bread.
amodra [Tue, 18 Sep 2001 10:03:38 +0000 (10:03 +0000)]
* bfdint.texi: Replace reference to bfd_read with bfd_bread.
Likewise for bfd_write.

22 years ago * internal.h (elf_internal_rela): Make r_addend a bfd_vma.
amodra [Tue, 18 Sep 2001 10:01:40 +0000 (10:01 +0000)]
* internal.h (elf_internal_rela): Make r_addend a bfd_vma.

22 years ago * external.h (GET_LINENO_LNNO): Use H_GET_32/16.
amodra [Tue, 18 Sep 2001 10:01:08 +0000 (10:01 +0000)]
* external.h (GET_LINENO_LNNO): Use H_GET_32/16.
(PUT_LINENO_LNNO): Use H_PUT_32/16.
* m88k.h (GET_LNSZ_SIZE, GET_LNSZ_LNNO, GET_SCN_NRELOC,
GET_SCN_NLINNO): Use H_GET_32.
(PUT_LNSZ_LNNO, PUT_LNSZ_SIZE, PUT_SCN_NRELOC, PUT_SCN_NLINNO):
Use H_PUT_32.
* ti.h: Formatting fixes.  Make use of H_GET_* and H_PUT_* throughout.
* xcoff.h: White space changes.

22 years ago * aout64.h: Formatting fixes.
amodra [Tue, 18 Sep 2001 10:00:23 +0000 (10:00 +0000)]
* aout64.h: Formatting fixes.
(N_TXTADDR): Evaluate to a bfd_vma.
(N_DATADDR): Avoid negative unsigned warning.
* hp300hpux.h: Formatting fixes.
(N_DATADDR): As above.

22 years ago * objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
amodra [Tue, 18 Sep 2001 09:59:28 +0000 (09:59 +0000)]
* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.

22 years agoTouches most files in bfd/, so likely will be blamed for everything..
amodra [Tue, 18 Sep 2001 09:57:21 +0000 (09:57 +0000)]
Touches most files in bfd/, so likely will be blamed for everything..

o  bfd_read and bfd_write lose an unnecessary param and become
   bfd_bread and bfd_bwrite.

o  bfd_*alloc now all take a bfd_size_type arg, and will error if
   size_t is too small.  eg. 32 bit host, 64 bit bfd, verrry big files
   or bugs in linker scripts etc.

o  file_ptr becomes a bfd_signed_vma.  Besides matching sizes with
   various other types involved in handling sections, this should make
   it easier for bfd to support a 64 bit off_t on 32 bit hosts that
   provide it.

o  I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*)
   generally available.  They now cast their args to bfd_vma and
   bfd_byte * as appropriate, which removes a swag of casts from the
   source.

o  Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and
   aout-encap.c.

o  Zillions of formatting and -Wconversion fixes.

22 years agoFix typo
nickc [Tue, 18 Sep 2001 07:55:39 +0000 (07:55 +0000)]
Fix typo

22 years agoAdd ui_out parameter to libgdb functions.
cagney [Tue, 18 Sep 2001 05:00:46 +0000 (05:00 +0000)]
Add ui_out parameter to libgdb functions.

22 years ago* back out for now.
bje [Tue, 18 Sep 2001 03:17:11 +0000 (03:17 +0000)]
* back out for now.

22 years ago*** empty log message ***
gdbadmin [Tue, 18 Sep 2001 00:00:07 +0000 (00:00 +0000)]
*** empty log message ***

22 years agomerge from gcc
dj [Mon, 17 Sep 2001 23:11:04 +0000 (23:11 +0000)]
merge from gcc

22 years agomerge from gcc
dj [Mon, 17 Sep 2001 23:10:36 +0000 (23:10 +0000)]
merge from gcc

22 years ago* libc/include/process.h: Add getpid() declaration.
cgf [Mon, 17 Sep 2001 21:30:57 +0000 (21:30 +0000)]
* libc/include/process.h: Add getpid() declaration.

22 years ago* include/io.h: Add access declaration.
cgf [Mon, 17 Sep 2001 21:29:19 +0000 (21:29 +0000)]
* include/io.h: Add access declaration.

22 years ago * gdb.base/display.c (do_loops): Add float variable `f'.
corinna [Mon, 17 Sep 2001 20:41:22 +0000 (20:41 +0000)]
    * gdb.base/display.c (do_loops): Add float variable `f'.
        Increment f in loop.
        * gdb.base/display.exp: Increment timeout by 60 seconds.
        Change float display test to use variable `f'.

22 years ago* gdb.base/restore.exp: Use temporary breakpoints, to avoid
jimb [Mon, 17 Sep 2001 19:42:28 +0000 (19:42 +0000)]
* gdb.base/restore.exp: Use temporary breakpoints, to avoid
overflowing the limited breakpoint tables on some ROM monitors
(like the ROM68K).

22 years ago2001-09-17 graydon hoare <graydon@redhat.com>
graydon [Mon, 17 Sep 2001 19:34:07 +0000 (19:34 +0000)]
2001-09-17  graydon hoare  <graydon@redhat.com>

* insn.scm (syntax-break-out): Change $ escape specifier
from \$ to $$, to reduce interactions with scheme and C escaping
conventions.
* doc/rtl.texi (Instructions): Document change.

22 years ago* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdir
cgf [Mon, 17 Sep 2001 18:10:02 +0000 (18:10 +0000)]
* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdir
current working directory.

22 years ago2001-09-17 Earnie Boyd <earnie@sf.net>
earnie [Mon, 17 Sep 2001 16:15:53 +0000 (16:15 +0000)]
2001-09-17  Earnie Boyd  <earnie@sf.net>

* lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
portion of the directory from the install.
(inst_libdir): Ditto.
* Makefile.in (VERSION): Increment.
* include/w32api.h: Increment version.

22 years ago2001-09-17 H.J. Lu <hjl@gnu.org>
hjl [Mon, 17 Sep 2001 15:13:13 +0000 (15:13 +0000)]
2001-09-17  H.J. Lu  <hjl@gnu.org>

* dwarf1.c (parse_die): Take a new arg for the end of the
section. Return false if die is beyond the section.
(parse_functions_in_unit): Pass the end of the section to
parse_die ().
(_bfd_dwarf1_find_nearest_line): Likewise.

22 years ago * Makefile.in: Increment version.
earnie [Mon, 17 Sep 2001 12:38:45 +0000 (12:38 +0000)]
* Makefile.in: Increment version.
* include/_mingw.h: Ditto.

22 years ago* dtable.h (not_open): Assure inline.
cgf [Mon, 17 Sep 2001 03:05:05 +0000 (03:05 +0000)]
* dtable.h (not_open): Assure inline.
* fhandler.h (operator []): Make const.
* sync.cc (muto::~muto): Fix typo which stopped muto event handle from ever
being closed.

22 years ago*** empty log message ***
gdbadmin [Mon, 17 Sep 2001 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* path.cc (symlink): Check arguments for validity.
duda [Sun, 16 Sep 2001 14:26:11 +0000 (14:26 +0000)]
* path.cc (symlink): Check arguments for validity.
(getcwd): Ditto.
* syscalls.cc (ftruncate): Ditto.
* times.cc (times): Ditto.
* uname.cc (uname): Ditto.

22 years ago * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
amodra [Sun, 16 Sep 2001 04:25:33 +0000 (04:25 +0000)]
* ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
defines BufferSize.  Increase buffer size by one.

22 years ago* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure and
cgf [Sun, 16 Sep 2001 02:56:58 +0000 (02:56 +0000)]
* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure and
realign appropriately.

22 years agominor typo fixes.
cgf [Sun, 16 Sep 2001 02:56:48 +0000 (02:56 +0000)]
minor typo fixes.

22 years ago*** empty log message ***
gdbadmin [Sun, 16 Sep 2001 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* winsup.api/ltp/sbrk01.c (main): Force output at startup to
duda [Sat, 15 Sep 2001 19:54:04 +0000 (19:54 +0000)]
* winsup.api/ltp/sbrk01.c (main): Force output at startup to
make sure that stdio file buffer get allocated.
* winsup.api/ltp/stat06.c (high_address_setup): On cygwin, area
after sbrk(0) may be available, use 0xffff0000 as "high address".
* winsup.api/ltp/symlink01.c: Perform all tests. Mark those tests that
don't work on cygwin with '-1'. Close open files so that temporary
directory can be deleted on exit.
* winsup.api/ltp/vfork01.c: New test.

22 years ago2001-09-15 Frank Ch. Eigler <fche@redhat.com>
fche [Sat, 15 Sep 2001 17:11:24 +0000 (17:11 +0000)]
2001-09-15  Frank Ch. Eigler  <fche@redhat.com>

* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
the "-ac" (disable access control) flag.

22 years ago * config/tc-sh.h (sh_force_relocation): Prototype.
hp [Sat, 15 Sep 2001 14:49:53 +0000 (14:49 +0000)]
* config/tc-sh.h (sh_force_relocation): Prototype.
(struct fix): Forward declare.
* config/tc-sh.c (type sh_operand_info): Move to top of file.
(cons, s_align_bytes): Remove old-type declarations.
(sh_elf_suffix, parse_reg, dot, parse_exp, parse_at, get_operand,
get_operands, get_specific, insert, build_relax,
insert_loop_bounds, build_Mytes): Prototype.
(little): Make static.  Prototype.
(check, tc_Nout_fix_to_chars): Delete unused functions.

22 years agoFix typo.
echristo [Sat, 15 Sep 2001 07:47:52 +0000 (07:47 +0000)]
Fix typo.

22 years ago * config.sub: Reverted the earlier change, this version is not the
ths [Sat, 15 Sep 2001 04:42:11 +0000 (04:42 +0000)]
* config.sub: Reverted the earlier change, this version is not the
master file.

22 years ago* Makefile.in: Generate libcygwin.a during the link pass rather than as a
cgf [Sat, 15 Sep 2001 04:36:43 +0000 (04:36 +0000)]
* Makefile.in: Generate libcygwin.a during the link pass rather than as a
separate dlltool step.
* dcrt0.cc (_dll_crt0): pppid_handle could be NULL.  Don't close it if so.

22 years ago * lib/ld-lib.exp (run_dump_test): Handle new option
hp [Sat, 15 Sep 2001 00:56:42 +0000 (00:56 +0000)]
* lib/ld-lib.exp (run_dump_test): Handle new option
"objcopy_linked_file".  Return after failing, if errors were
expected but none were found.
(slurp_options): Support underscores in option names.

22 years ago*** empty log message ***
cgf [Sat, 15 Sep 2001 00:50:28 +0000 (00:50 +0000)]
*** empty log message ***

22 years ago* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be
cgf [Sat, 15 Sep 2001 00:47:44 +0000 (00:47 +0000)]
* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be
queried in waitsig later.
* sigproc.cc (wait_sig): Don't deliver a signal if in a vfork.
* fork.cc (vfork): Deliver all signals on parent return from vfork.

22 years ago*** empty log message ***
gdbadmin [Sat, 15 Sep 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago2001-09-14 H.J. Lu <hjl@gnu.org>
hjl [Fri, 14 Sep 2001 23:43:17 +0000 (23:43 +0000)]
2001-09-14  H.J. Lu  <hjl@gnu.org>

* ld-elfweak/bar.c: Updated.
* ld-elfweak/bar1a.c: Likewise.
* ld-elfweak/main.c: Likewise.
* ld-elfweak/main1.c: Likewise.
* ld-elfweak/elfweak.exp: Likewise.
* ld-elfweak/weakdata.dsym: Updated.

22 years ago2001-09-14 Eric Christopher <echristo@redhat.com>
echristo [Fri, 14 Sep 2001 20:18:54 +0000 (20:18 +0000)]
2001-09-14  Eric Christopher  <echristo@redhat.com>

* config/tc-mips.c (md_parse_option): Remove setting mips_64 via
-mgp32/mgp64.

22 years ago2001-09-14 Eric Christopher <echristo@redhat.com>
echristo [Fri, 14 Sep 2001 18:40:47 +0000 (18:40 +0000)]
2001-09-14  Eric Christopher  <echristo@redhat.com>

        * mips/configure.in: Add mipsisa32 support.
        * mips/configure: Regenerate.
        * mips/idt32.ld: New file.
        * mips/idt64.ld: New file.

22 years agoHints and tips on debugging cygwin
duda [Fri, 14 Sep 2001 17:43:17 +0000 (17:43 +0000)]
Hints and tips on debugging cygwin

22 years agoadd copyrights.
cgf [Fri, 14 Sep 2001 16:57:32 +0000 (16:57 +0000)]
add copyrights.

22 years agomore words
cgf [Fri, 14 Sep 2001 16:13:00 +0000 (16:13 +0000)]
more words

22 years ago* dumper.cc (dumper::dumper): Print error code in case of error.
duda [Fri, 14 Sep 2001 15:07:31 +0000 (15:07 +0000)]
* dumper.cc (dumper::dumper): Print error code in case of error.
(dumper::add_thread): Ditto.
(dumper::collect_memory_sections): Ditto.
(dumper::dump_memory_region): Ditto.
(dumper::collect_process_information): Ditto.
(print_section_name): Fix formatting.

22 years agoFix memory leak
nickc [Fri, 14 Sep 2001 14:19:04 +0000 (14:19 +0000)]
Fix memory leak

22 years agoFix bug emitting R_SPARC_UA32 relocs into shared objects
nickc [Fri, 14 Sep 2001 13:56:44 +0000 (13:56 +0000)]
Fix bug emitting R_SPARC_UA32 relocs into shared objects

22 years agoAdd support for arm-openbsd target
nickc [Fri, 14 Sep 2001 11:46:37 +0000 (11:46 +0000)]
Add support for arm-openbsd target

22 years agooops - omitted from previous delta
nickc [Fri, 14 Sep 2001 11:43:41 +0000 (11:43 +0000)]
oops - omitted from previous delta

22 years agoAdd new command line option '--encoding' to strings
nickc [Fri, 14 Sep 2001 11:32:25 +0000 (11:32 +0000)]
Add new command line option '--encoding' to strings

22 years agoFix VXA mask bits
nickc [Fri, 14 Sep 2001 10:52:25 +0000 (10:52 +0000)]
Fix VXA mask bits

22 years ago2001-09-14 Eric Christopher <echristo@redhat.com>
echristo [Fri, 14 Sep 2001 09:10:19 +0000 (09:10 +0000)]
2001-09-14  Eric Christopher  <echristo@redhat.com>

* baseboards/mips-sim-idt64.exp: New file.

22 years ago * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.
corinna [Fri, 14 Sep 2001 08:23:46 +0000 (08:23 +0000)]
    * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.

22 years ago /bfd/ChangeLog
ths [Fri, 14 Sep 2001 06:22:45 +0000 (06:22 +0000)]
/bfd/ChangeLog
* config.bfd: Change machine triplets from mips*el*-* to mips*el-*.
Add support for mips64.

/ChangeLog
* config.sub: Change machine triplets from mipsel*-* to mips*el-*.
Add support for mips64.

/gas/ChangeLog
* configure.in: Change machine triplets from mips-*-linux-gnu* to
mips*-*-linux*.

22 years ago*** empty log message ***
cgf [Fri, 14 Sep 2001 04:39:56 +0000 (04:39 +0000)]
*** empty log message ***

22 years ago* fork.cc (vfork): Avoid recursive vforks.
cgf [Fri, 14 Sep 2001 04:37:56 +0000 (04:37 +0000)]
* fork.cc (vfork): Avoid recursive vforks.

22 years ago* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliable
cgf [Fri, 14 Sep 2001 04:22:04 +0000 (04:22 +0000)]
* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliable
(i.e., not Win9x).
* wincap.cc: Make statics NO_COPY to avoid fork overhead.

22 years ago* grp.cc (read_etc_group): Just reuse group_buf storage for subsequent reread
cgf [Fri, 14 Sep 2001 03:01:47 +0000 (03:01 +0000)]
* grp.cc (read_etc_group): Just reuse group_buf storage for subsequent reread
of /etc/group.
* passwd.cc (read_etc_passwd): Just reuse passwd_buf storage for subsequent
reread of /etc/passwd.

22 years ago* cygheap.cc (dup_now): New function.
cgf [Fri, 14 Sep 2001 00:49:00 +0000 (00:49 +0000)]
* cygheap.cc (dup_now): New function.
(cygheap_setup_for_child): Accept new argument controlling whether to delay
copying of cygheap to shared memory region.
(cygheap_setup_for_child_cleanup): Accept new arguments controlling whether to
copy cygheap at this point.
* cygheap.h: Reflect above changes.
* fork.cc (fork_parent): Break copying of cygheap into two parts when
fork_fixup is required so that the child can see the parent's changes.
(vfork): Do stack cleanup prior to forcing a fork error.
* spawn.cc (spawn_guts): Ditto.

22 years agoCommit Ilya Golubev's clear_solib() fixes.
kevinb [Fri, 14 Sep 2001 00:40:29 +0000 (00:40 +0000)]
Commit Ilya Golubev's clear_solib() fixes.

22 years ago*** empty log message ***
gdbadmin [Fri, 14 Sep 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* monitor.c (monitor_load): Don't delete symtab users, or reset
jimb [Thu, 13 Sep 2001 22:48:19 +0000 (22:48 +0000)]
* monitor.c (monitor_load): Don't delete symtab users, or reset
inferior_ptid.

22 years ago* cygheap.cc (ccalloc): Pass correct length to creturn so that cygheap_max is
cgf [Thu, 13 Sep 2001 21:15:34 +0000 (21:15 +0000)]
* cygheap.cc (ccalloc): Pass correct length to creturn so that cygheap_max is
correctly calculated.

22 years ago2001-09-13 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 13 Sep 2001 21:12:32 +0000 (21:12 +0000)]
2001-09-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/Makefile.am: Add support to build strtoll_r.c
        and strtoull_r.c.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/stdlib/strtoll_r.c: New file.
        * libc/stdlib/strtoull_r.c: New file.
        * libc/stdio/local.h: Add prototypes for long long string
        conversion routines.
        * libc/stdio/vfscanf.c (__svfscanf_r): Add optional long long support
        tied to %L integer conversion specifier.

22 years ago2001-09-13 graydon hoare <graydon@redhat.com>
graydon [Thu, 13 Sep 2001 21:05:07 +0000 (21:05 +0000)]
2001-09-13  graydon hoare  <graydon@redhat.com>

* sid-visual-sched.tk: Rename file.
* Makefile.am (pkgdata_DATA): s/sw-visual/sid-visual/.
* Makefile.in: Ditto.
* compSched.cxx (scheduler_component_ctor_1): Ditto.

22 years ago* elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD.
aoliva [Thu, 13 Sep 2001 21:02:35 +0000 (21:02 +0000)]
* elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD.

22 years ago* common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry.
aoliva [Thu, 13 Sep 2001 21:02:21 +0000 (21:02 +0000)]
* common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry.

22 years agoThu Sep 13 08:49:49 2001 Jason Tishler <jason@tishler.net>
jjohnstn [Thu, 13 Sep 2001 20:40:49 +0000 (20:40 +0000)]
Thu Sep 13 08:49:49 2001  Jason Tishler <jason@tishler.net>

        * strftime.c (strftime): Fix "%W" implementation to properly handle
        Mondays too.

22 years ago2001-09-13 graydon hoare <graydon@redhat.com>
graydon [Thu, 13 Sep 2001 19:45:00 +0000 (19:45 +0000)]
2001-09-13  graydon hoare  <graydon@redhat.com>

* sw-visual-sched.tk: New file.
* Makefile.am (pkgdata_DATA): Add sw-visual-sched.tk.
* Makefile.in: Regenerate.
* compSched.cxx (scheduler_component_ctor_1): Add gui attribute for
tksm to introspect and find sw-visual-sched.

22 years ago* winsup.api/winsup.exp: Run only selected test if environment
duda [Thu, 13 Sep 2001 19:00:47 +0000 (19:00 +0000)]
* winsup.api/winsup.exp: Run only selected test if environment
variable CYGWIN_TESTSUITE_TESTS is set. Use its value as regular
expression to filter test names.
* winsup.api/ltp/symlink01.c (creat_path_max): Provide explicit
buffer to getcwd to conform to standards and avoid memory leak.
(do_chdir): Ditto.