OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
24 years agoKeep NATDEPFILES on a single line.
cagney [Wed, 5 Jul 2000 11:11:57 +0000 (11:11 +0000)]
Keep NATDEPFILES on a single line.

24 years agoSet SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.
cagney [Wed, 5 Jul 2000 10:55:17 +0000 (10:55 +0000)]
Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.

24 years agoReplace command_loop_marker() with null_cleanup().
cagney [Wed, 5 Jul 2000 10:36:41 +0000 (10:36 +0000)]
Replace command_loop_marker() with null_cleanup().

24 years agoCheck for <sys/poll.h>.
cagney [Wed, 5 Jul 2000 10:25:43 +0000 (10:25 +0000)]
Check for <sys/poll.h>.

24 years agoPass infodir down to sub-makes.
cagney [Wed, 5 Jul 2000 08:12:04 +0000 (08:12 +0000)]
Pass infodir down to sub-makes.

24 years agoUpdate TODO.
cagney [Wed, 5 Jul 2000 08:05:53 +0000 (08:05 +0000)]
Update TODO.

24 years ago* TODO: Update.
kettenis [Tue, 4 Jul 2000 22:55:42 +0000 (22:55 +0000)]
* TODO: Update.

24 years ago* exceptions.cc (try_to_debug): Prevent recursive spawning of JIT debugger.
cgf [Tue, 4 Jul 2000 19:07:35 +0000 (19:07 +0000)]
* exceptions.cc (try_to_debug): Prevent recursive spawning of JIT debugger.
Treat special event from debugger as command to continue.

24 years ago * poll.cc (poll): Zero out `open_fds' as well.
corinna [Tue, 4 Jul 2000 17:36:44 +0000 (17:36 +0000)]
    * poll.cc (poll): Zero out `open_fds' as well.

24 years ago * include/cygwin/version.h: Bump API minor version to 24.
corinna [Tue, 4 Jul 2000 17:25:11 +0000 (17:25 +0000)]
    * include/cygwin/version.h: Bump API minor version to 24.

24 years ago * security.cc (read_sd): Eliminate OemToChar.
corinna [Tue, 4 Jul 2000 17:03:52 +0000 (17:03 +0000)]
    * security.cc (read_sd): Eliminate OemToChar.

24 years ago * poll.cc: New file. Implement `poll' system call.
corinna [Tue, 4 Jul 2000 16:58:48 +0000 (16:58 +0000)]
    * poll.cc: New file. Implement `poll' system call.
        * include/poll.h: Ditto.
        * include/sys/poll.h: Ditto.
        * Makefile.in: Add poll.o as dependency.
        * cygwin.din: Add poll and _poll symbols.

24 years ago"Posting Guidelines": New name for old entry.
davidsb [Tue, 4 Jul 2000 16:17:57 +0000 (16:17 +0000)]
"Posting Guidelines":  New name for old entry.
"Multiple copies of DLL":  shared region corrupt error message.
"Why the weird directory structure": re-wrote for latest.
"Symlinks on Samba": fix typo.
"Where is glibc": new entry.
"HT build relocatable dll": (interim update) link to Carl Thompson's message in cygwin list.
"Can I mix msvc++ and gcc objects": remove disclaimer.

24 years ago"Contents": Add package opengl.
davidsb [Tue, 4 Jul 2000 16:10:32 +0000 (16:10 +0000)]
"Contents":  Add package opengl.

24 years ago* armvirt.c (ABORTS): Do not define.
aoliva [Tue, 4 Jul 2000 08:00:19 +0000 (08:00 +0000)]
* armvirt.c (ABORTS): Do not define.

24 years ago* armdefs.h (struct ARMul_State): Add is_StrongARM.
aoliva [Tue, 4 Jul 2000 07:18:18 +0000 (07:18 +0000)]
* armdefs.h (struct ARMul_State): Add is_StrongARM.
(ARM_Strong_Prop, STRONGARM): Define.
* arminit.c (ARMul_NewState): Reset is_StrongARM.
(ARMul_SelectProcessor): Set is_StrongARM.
* wrapper.c (sim_create_inferior): Use bfd machine type to
determine processor type to emulate.
* armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
when emulating StrongARM.

24 years ago* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
aoliva [Tue, 4 Jul 2000 06:54:48 +0000 (06:54 +0000)]
* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.

24 years ago* armemu.h (INSN_SIZE): New macro.
aoliva [Tue, 4 Jul 2000 06:52:30 +0000 (06:52 +0000)]
* armemu.h (INSN_SIZE): New macro.
(SET_ABORT): Save CPSR in SPSR and set LR.
* armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
(WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
* arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.

24 years ago* armemu.c (LoadSMult): Use WriteR15() to discard the least
aoliva [Tue, 4 Jul 2000 06:39:39 +0000 (06:39 +0000)]
* armemu.c (LoadSMult): Use WriteR15() to discard the least
significant bits of PC.

24 years ago* armemu.h (WRITEDESTB): New macro.
aoliva [Tue, 4 Jul 2000 06:35:36 +0000 (06:35 +0000)]
* armemu.h (WRITEDESTB): New macro.
* armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
modify PC.  Moved the existing logic...
(WriteR15Branch): ... here.  New function.
(WriteR15, WriteSR15): Drop the two least significant bits.
(LoadSMult): Use WriteR15Branch() to modify PC.
(LoadMult): Use WRITEDESTB() instead of WRITEDEST().

24 years ago* armemu.h (GETSPSR): Call ARMul_GetSPSR().
aoliva [Tue, 4 Jul 2000 06:19:29 +0000 (06:19 +0000)]
* armemu.h (GETSPSR): Call ARMul_GetSPSR().
* armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
extracted from state->Cpsr, but preserve the unused bits.
(ARMul_GetCPSR): Get bits preserved in state->Cpsr.
(ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
get the full CPSR word.

24 years ago* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
aoliva [Tue, 4 Jul 2000 06:06:30 +0000 (06:06 +0000)]
* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
(SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
(SETPSR, SET_INTMODE, SETCC): Removed.
* armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
mask.  Use SETPSR_* to modify PSR.
(ARMul_SetCPSR): Load all bits from value.
* armemu.c (ARMul_Emulate, msr): Do not test bit mask.

24 years ago* config/tc-arm.c (psrs): Accept combinations of flags.
aoliva [Tue, 4 Jul 2000 05:49:03 +0000 (05:49 +0000)]
* config/tc-arm.c (psrs): Accept combinations of flags.

24 years ago* arm-dis.c (print_insn_arm): Output combinations of PSR flags.
aoliva [Tue, 4 Jul 2000 05:47:21 +0000 (05:47 +0000)]
* arm-dis.c (print_insn_arm): Output combinations of PSR flags.

24 years ago* armemu.c (ARMul_Emulate): Compute writeback value before
aoliva [Tue, 4 Jul 2000 05:30:43 +0000 (05:30 +0000)]
* armemu.c (ARMul_Emulate): Compute writeback value before
loading, since the offset register may be the destination
register.

24 years ago* armdefs.h (SYSTEMBANK): Define as USERBANK.
aoliva [Tue, 4 Jul 2000 05:16:20 +0000 (05:16 +0000)]
* armdefs.h (SYSTEMBANK): Define as USERBANK.
* armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.

24 years ago* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
aoliva [Tue, 4 Jul 2000 05:11:37 +0000 (05:11 +0000)]
* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
value of PC-relative offsets.

24 years agoTIc80 simulator.
cagney [Tue, 4 Jul 2000 05:00:54 +0000 (05:00 +0000)]
TIc80 simulator.

24 years agoRewrite gdb.asm so that it doesn't assume a C comiler (or any C
cagney [Tue, 4 Jul 2000 02:47:08 +0000 (02:47 +0000)]
Rewrite gdb.asm so that it doesn't assume a C comiler (or any C
support).

24 years agoReplace jumbo pattern match with gdb_expect_list().
cagney [Tue, 4 Jul 2000 02:38:05 +0000 (02:38 +0000)]
Replace jumbo pattern match with gdb_expect_list().

24 years agoFix MOVN.fmt and MOVZ.fmt, need to test GPR[RT].
cagney [Tue, 4 Jul 2000 02:32:58 +0000 (02:32 +0000)]
Fix MOVN.fmt and MOVZ.fmt, need to test GPR[RT].

24 years ago* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.
cgf [Tue, 4 Jul 2000 02:26:20 +0000 (02:26 +0000)]
* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.
* (dummy_autoload): Add functions used in fhandler_console.
* fhandler_console.cc (fhandler_console::read): Use ENCHANCED_KEY flag to
distinguish extended keys.  Translate an input character from the OEM code page
to the ANSI code page.
* (fhandler_console::write_normal): Translate output characters from the ANSI
code page to the OEM code page.
* syscalls.cc (_link): Use MultiByteToWideChar instead of OemToCharW.

24 years agoFix hash section entry size to match ELF standard. Override for alpha-linux.
wilson [Tue, 4 Jul 2000 02:18:06 +0000 (02:18 +0000)]
Fix hash section entry size to match ELF standard.  Override for alpha-linux.
* elf64-alpha.c (alpha_elf_size_info): New.
(elf_backend_size_info): Define to alpha_elf_size_info.
* elfcode.h (elf_size_info): Change hash bucket size to 4.

24 years ago2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
ulfc [Tue, 4 Jul 2000 00:10:15 +0000 (00:10 +0000)]
2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>

* elf32-mips.c: Include elf32-target.h again for the traditional
MIPS targets.

24 years ago2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
ulfc [Mon, 3 Jul 2000 23:49:36 +0000 (23:49 +0000)]
2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>

* elf32-mips.c: Include elf32-target.h again for the traditional
MIPS targets.

24 years agoTidy up formatting.
nickc [Mon, 3 Jul 2000 22:25:32 +0000 (22:25 +0000)]
Tidy up formatting.
Add  -mall-opcodes, -mno-skip-bug, -mno-wrap.

24 years agoFix formatting.
nickc [Mon, 3 Jul 2000 21:52:37 +0000 (21:52 +0000)]
Fix formatting.

24 years agoRevert errnoneous commit.
cgf [Mon, 3 Jul 2000 20:16:23 +0000 (20:16 +0000)]
Revert errnoneous commit.

24 years ago* exceptions.cc (stack_info::walk): Use method to find offset.
cgf [Mon, 3 Jul 2000 20:14:06 +0000 (20:14 +0000)]
* exceptions.cc (stack_info::walk): Use method to find offset.
(handle_exceptions): Be more assertive in finding ebp for use under W2K.
Create a dummy stack frame for cases where program is dying and a stack dump is
being output.
(sig_handle): Fill out a GetThreadContext for use with a user-generated "core
dump".

24 years ago2000-07-03 Christopher Faylor <cgf@cygnus.com>
ezannoni [Mon, 3 Jul 2000 18:59:35 +0000 (18:59 +0000)]
2000-07-03  Christopher Faylor  <cgf@cygnus.com>

Committed by Elena Zannoni <ezannoni@cygnus.com>
* sh-tdep.c (sh_skip_prologue): Change prologue matching for modern
compilers.
(sh_frame_find_saved_regs): Ditto.
(sh_find_callers_reg): Stop if pc is zero.

24 years agoFix typo in previous delta
nickc [Mon, 3 Jul 2000 18:47:53 +0000 (18:47 +0000)]
Fix typo in previous delta

24 years agoTurn a weak symbol into an external symbol for a non-shared, non-relocatable
nickc [Mon, 3 Jul 2000 18:45:18 +0000 (18:45 +0000)]
Turn a weak symbol into an external symbol for a non-shared, non-relocatable
link.

24 years agoFix formatting of reloc16.c
nickc [Mon, 3 Jul 2000 17:49:37 +0000 (17:49 +0000)]
Fix formatting of reloc16.c
Regernate generated files.

24 years ago * include/cygwin/socket.h: Remove SOCK_PACKET define since it's
corinna [Mon, 3 Jul 2000 09:23:10 +0000 (09:23 +0000)]
    * include/cygwin/socket.h: Remove SOCK_PACKET define since it's
        not supported by Windows sockets.

24 years ago* dcrt0.cc (user32_init): Add primitive guard against concurrent attempts to
cgf [Mon, 3 Jul 2000 01:55:17 +0000 (01:55 +0000)]
* dcrt0.cc (user32_init): Add primitive guard against concurrent attempts to
call this function.  Also add temporary debugging code to display a message if
the function is called multiple times.
(api32_init): Ditto.

24 years agoMove PARAMS elimination remarks to the appropriate ChangeLog file.
kevinb [Sun, 2 Jul 2000 20:18:11 +0000 (20:18 +0000)]
Move PARAMS elimination remarks to the appropriate ChangeLog file.

24 years agoPARAMS elimination.
kevinb [Sun, 2 Jul 2000 20:07:07 +0000 (20:07 +0000)]
PARAMS elimination.

24 years agoReplaced buggy ChangeLog entry
corinna [Sun, 2 Jul 2000 16:42:15 +0000 (16:42 +0000)]
Replaced buggy ChangeLog entry

24 years ago * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.
corinna [Sun, 2 Jul 2000 10:17:43 +0000 (10:17 +0000)]
    * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.
        * fork.cc (fork): Use above defines instead of numerical constants.
        * shared.cc (sec_user): Ditto.
        * shared.h (class pinfo): Ditto.
        * syscall.cc (seteuid): Ditto.
        * spawn.cc (_spawnve): Ditto. Eliminate conditional.
        (spawn_guts): Set child->uid = USHRT_MAX when user context will be
        changed in child process.
        * uinfo.cc (uinfo_init): Check for myself->uid instead of myself->psid
        to avoid reloading of /etc/passwd on process startup if ntsec is off.
        Use above defines instead of numerical constants.
        * security.cc: Move define for MAX_SID_LEN to winsup.h.

24 years agoAdd some comments.
cgf [Sun, 2 Jul 2000 02:03:50 +0000 (02:03 +0000)]
Add some comments.

24 years ago* dllwrap.c: Changed mistaken dyn_string_append() calls
dj [Sun, 2 Jul 2000 01:56:58 +0000 (01:56 +0000)]
* dllwrap.c: Changed mistaken dyn_string_append() calls
to dyn_string_append_cstr().

24 years agoForgot to commit the ChangeLog.
ulfc [Sun, 2 Jul 2000 01:21:08 +0000 (01:21 +0000)]
Forgot to commit the ChangeLog.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
ulfc [Sun, 2 Jul 2000 01:18:49 +0000 (01:18 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * configure.in: Add entry for mips-*-sysv4*MP*
        * configure: Rebuild
        * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or
        elf32-tradlittlemips for traditional mips targets.
        * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the
        test for Link Once sections as in adjust_reloc_syms.
        * config/te-tmips.h: New file for traditional mips targets. Define
        TE_TMIPS.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
ulfc [Sun, 2 Jul 2000 01:17:52 +0000 (01:17 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
        to add a new target for traditional mips i.e
        bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
        * configure.in: Likewise.
        * configure: Rebuild.
        * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
bfd_target_vector.
(bfd_elf32_tradlittlemips_vec): Likewise.
        * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
        to see that elfNN_bed does not get redefined even if the target file
        is included twice for a chip. See elf32-mips.c.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
ulfc [Sun, 2 Jul 2000 01:15:56 +0000 (01:15 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
        * emulparams/elf32btsmip.sh: New file.
        * Makefile.am: Add traditional mips target.
        * Makefile.in: Rebuild.

24 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
ulfc [Sun, 2 Jul 2000 01:14:54 +0000 (01:14 +0000)]
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * ltconfig: Add support for mips-dde-sysv4.2MP

24 years ago * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()
corinna [Sun, 2 Jul 2000 00:00:17 +0000 (00:00 +0000)]
    * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()
        and read_etc_passwd().

24 years ago2000-07-01 H.J. Lu <hjl@gnu.org>
hjl [Sat, 1 Jul 2000 19:26:40 +0000 (19:26 +0000)]
2000-07-01  H.J. Lu  <hjl@gnu.org>

* Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
automake to use YLWRAP.
* Makefile.in: Rebuild.

24 years agoChanges by Kazuhiro Fujieda <fujieda@jaist.ac.jp>
corinna [Sat, 1 Jul 2000 17:30:35 +0000 (17:30 +0000)]
Changes by  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
        * assert.cc (__assert): Reduce dependency on newlib.
        * exec.cc: Eliminate unnecessary inclusion of ctype.h.
        * glob.c: Ditto.
        * hinfo.cc: Ditto.
        * init.cc: Ditto.
        * strace.cc: Ditto.
        * tty.cc: Ditto.
        * grp.cc (parse_grp): Eliminate atoi.
        * passwd.cc (grab_int): Ditto.
        * grp.cc (getgroups): Eliminate str{n,}casecmp.
        * path.cc (get_raw_device_number): Ditto.
        * path.cc (sort_by_native_name): Ditto.
        * spawn.cc (iscmd): Ditto.
        * uinfo.cc (internal_getlogin): Ditto.

24 years ago* binmode.c (cygwin_premain0): Fix erroneous clearing of bit.
cgf [Sat, 1 Jul 2000 15:45:20 +0000 (15:45 +0000)]
* binmode.c (cygwin_premain0): Fix erroneous clearing of bit.
* textmode.c (cygwin_premain0): Ditto.

24 years agoAAganichev's parse_stab_type size fix.
amodra [Sat, 1 Jul 2000 10:00:04 +0000 (10:00 +0000)]
AAganichev's parse_stab_type size fix.

24 years ago* test cleanup
fche [Sat, 1 Jul 2000 09:42:27 +0000 (09:42 +0000)]
* test cleanup

2000-07-01  Frank Ch. Eigler  <fche@redhat.com>

* binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize
syntax to display more tcl nature.

24 years agoRevert previous ser-unix change. Locks up serial device.
cagney [Sat, 1 Jul 2000 08:02:53 +0000 (08:02 +0000)]
Revert previous ser-unix change.  Locks up serial device.

24 years agoRestore setting of SER_HARDWIRE. Lost during rs6000 merge.
cagney [Sat, 1 Jul 2000 05:49:13 +0000 (05:49 +0000)]
Restore setting of SER_HARDWIRE.  Lost during rs6000 merge.

24 years agoRemove asm labelling from _dll_crt0 since it seems to confuse different versions
cgf [Sat, 1 Jul 2000 04:40:20 +0000 (04:40 +0000)]
Remove asm labelling from _dll_crt0 since it seems to confuse different versions
of gcc differently.

24 years ago* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().
cgf [Sat, 1 Jul 2000 04:26:45 +0000 (04:26 +0000)]
* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().
* winsup.h: Accomodate above change.
* cygwin.din: Ditto.
* lib/cygwin_crt0.c: Ditto.

24 years ago* Makefile.in: Find getopt.c in cygwin/lib subdirectory.
cgf [Sat, 1 Jul 2000 04:20:24 +0000 (04:20 +0000)]
* Makefile.in: Find getopt.c in cygwin/lib subdirectory.

24 years agoForgot perthread.h.
cgf [Sat, 1 Jul 2000 03:52:33 +0000 (03:52 +0000)]
Forgot perthread.h.

24 years ago* Makefile.in: Use variables rather than configure constructs where
cgf [Sat, 1 Jul 2000 03:51:55 +0000 (03:51 +0000)]
* Makefile.in: Use variables rather than configure constructs where
appropriate.
(LIBCOS): Find additional stub library stuff in their own subdirectory.
* dcrt0.cc: Convert user_data pointer to static __cygwin_user_data area.
(do_global_ctors): Check magic_bisquit for initialization.
(dll_crt0_1): First group of premain functions prior to fd initialization.  Run
second group before calling main.
(dll_crt0 ()): New function, called from new initialization code.
(dll_crt0 (per_process *uptr)): Call new dll_crt0 () function on
initialization.
* debug.cc (thread_stub): Initialize bottom of stack with per-thread info.
* environ.cc (parse_thing): Use binmode global to control CYGWIN=binmode
behavior.
* fhandler.cc (fhandler_base::open): Allow explicit setting of __fmode to
O_BINARY or O_TEXT to override disk mount settings.
* libcmain.cc: Move to lib subdirectory.
* libccrt0.cc: Ditto.
* dll_main.cc: Ditto.
* dll_entry.cc: Ditto.
* getopt.c: Ditto.
* thread.cc (thread_init_wrapper): Call ExitThread explicitly rather than
returning, as a preliminary step towards placing per thread info at the bottom
of the stack.
* winsup.h: Move per_process class to include/sys/cygwin.h.  Declare new
dll_crt0().
* include/cygwin/version.h: Bump API minor version.
* binmode.c: New file.
* textmode.c: Ditto.
* lib/_cygwin_crt0_common.cc: Ditto.
* lib/crt0.h: Ditto.
* lib/cygwin_attach_dll.c: Ditto.
* lib/cygwin_crt0.c: Ditto.
* lib/dll_entry.cc: Ditto.
* lib/dll_main.cc: Ditto.
* lib/getopt.c: Ditto.
* lib/libcmain.c: Ditto.
* lib/premain0.c: Ditto.
* lib/premain1.c: Ditto.
* lib/premain2.c: Ditto.
* lib/premain3.c: Ditto.

24 years agoFix 2000-06-22. grep after running dep.sed
amodra [Sat, 1 Jul 2000 01:41:08 +0000 (01:41 +0000)]
Fix 2000-06-22.  grep after running dep.sed

24 years ago2000-06-30 Syd Polk <spolk@cygnus.com>
spolk [Fri, 30 Jun 2000 22:45:56 +0000 (22:45 +0000)]
2000-06-30  Syd Polk  <spolk@cygnus.com>

* src/paths.c: Chris Faylor's path changes from 2000-06-09 blow
out MSVC's stupid path limitation. This is only a problem
for Source-Navigator.

24 years agoAdd entry omited when Stephane Carrez's h68hc11 code was chaecked in.
nickc [Fri, 30 Jun 2000 22:15:12 +0000 (22:15 +0000)]
Add entry omited when Stephane Carrez's h68hc11 code was chaecked in.

24 years ago* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
dj [Fri, 30 Jun 2000 21:57:53 +0000 (21:57 +0000)]
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
can't assume the PE header is at 0x80.

24 years ago* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
dj [Fri, 30 Jun 2000 21:54:03 +0000 (21:54 +0000)]
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
can't assume the PE header is at 0x80.
* coff/pe.h: clarify a comment

24 years agoRemove unimplemented "PAGE N:" flag from default linker script.
twall [Fri, 30 Jun 2000 12:36:37 +0000 (12:36 +0000)]
Remove unimplemented "PAGE N:" flag from default linker script.

24 years agoDo not change an existing section's attributes if a flags argument isn't
nickc [Thu, 29 Jun 2000 23:54:12 +0000 (23:54 +0000)]
Do not change an existing section's attributes if a flags argument isn't
present.  Warn if the new attributes don't match the section's current
attributes.

24 years agoChange the registers used in ldmac and stmac tests.
nickc [Thu, 29 Jun 2000 23:44:41 +0000 (23:44 +0000)]
Change the registers used in ldmac and stmac tests.

24 years agoFix previous delta so that it is only used for TE_GO32 and not !TE_PE.
nickc [Thu, 29 Jun 2000 23:10:07 +0000 (23:10 +0000)]
Fix previous delta so that it is only used for TE_GO32 and not !TE_PE.

24 years ago * config/obj-aout.c (obj_aout_type): Do not ignore for undefined
hp [Thu, 29 Jun 2000 23:04:29 +0000 (23:04 +0000)]
* config/obj-aout.c (obj_aout_type): Do not ignore for undefined
symbols; create them.

24 years agoSet vma and lma for segment when using the BFD_ASSEMBLER for COFF format files.
nickc [Thu, 29 Jun 2000 22:51:58 +0000 (22:51 +0000)]
Set vma and lma for segment when using the BFD_ASSEMBLER for COFF format files.

24 years agotypo
dj [Thu, 29 Jun 2000 15:07:46 +0000 (15:07 +0000)]
typo

24 years ago* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.
dj [Thu, 29 Jun 2000 15:06:34 +0000 (15:06 +0000)]
* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.

24 years ago * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
corinna [Wed, 28 Jun 2000 20:26:52 +0000 (20:26 +0000)]
    * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
        `os2'. Force ac_cv_exeext to be ".exe" in that case.

24 years ago16 bit immediate expr support for mips
aldyh [Wed, 28 Jun 2000 19:06:25 +0000 (19:06 +0000)]
16 bit immediate expr support for mips

24 years agoWed Jun 28 14:08:00 2000 Keith Walker <keith.walker@arm.com>
jjohnstn [Wed, 28 Jun 2000 18:14:14 +0000 (18:14 +0000)]
Wed Jun 28 14:08:00 2000  Keith Walker  <keith.walker@arm.com>

        * libc/sys/arm/crt0.S (.LC30): Added missing length parameter
        to argument list for AngelSWI_Reason_GetCmdLine.

24 years ago * syscalls.cc (seteuid): Initialize pi.token before calling
corinna [Wed, 28 Jun 2000 17:42:26 +0000 (17:42 +0000)]
    * syscalls.cc (seteuid): Initialize pi.token before calling
        internal_getlogin().
        * uinfo.cc (internal_getlogin): Use impersonation token instead
        of process token in case of active impersonation. Add some comments.
        (uinfo_init): Initializing myself->token and myself->impersonated
        before calling internal_getlogin(). Add some comments.

24 years ago* go32stub.h: Update stub.
dj [Wed, 28 Jun 2000 15:55:40 +0000 (15:55 +0000)]
* go32stub.h: Update stub.

24 years ago2000-06-22 Mo DeJong <mdejong@redhat.com>
spolk [Tue, 27 Jun 2000 21:53:32 +0000 (21:53 +0000)]
2000-06-22  Mo DeJong  <mdejong@redhat.com>

* library/tree.tcl: Remove use of watch
command. Add check to see if toplevel
exists to avoid error.

2000-06-22  Mo DeJong  <mdejong@redhat.com>

* src/tkGraphCanvas.c (GetEdgeNodes): Fixed
crash in ckfree caused by call to strdup that
was later freed using ckfree.

2000-06-19  Syd Polk  <spolk@redhat.com>

* configure.in: Use CYG_AC_PATH_ITCLCONFIG and CYG_AC_LOAD_ITCLCONFIG
instead of using exising itclsh.
* aclocal.m4: Regenerated with new ../config/acinclude.m4.
* configure: Regenerate.
* Makefile.in library/Makefile.in src/Makefile.in: Regenerate.

24 years ago2000-06-22 Syd Polk <spolk@redhat.com>
spolk [Tue, 27 Jun 2000 21:51:57 +0000 (21:51 +0000)]
2000-06-22  Syd Polk  <spolk@redhat.com>

* itcl/win/Makefile.in: Added target install-shared-libraries.
Make install-binaries and install-libraries both install it.
* itk/win/Makefile.in: Likewise.

* iwidgets3.0.0/unix/Makefile.in: Add dummy target
install-binaries.

2000-06-19  Syd Polk  <spolk@redhat.com>

* itcl/win/Makefile.in: Install ITCLLIB instead of CYGITCLLIB
when installing the finished binaries.

24 years ago2000-05-23 Syd Polk <spolk@redhat.com>
spolk [Tue, 27 Jun 2000 21:51:18 +0000 (21:51 +0000)]
2000-05-23  Syd Polk  <spolk@redhat.com>

* unix/Makefile.in: Calculate TCL_BIN_DIR.
* win/Makefile.in: Calculate TCL_BIN_DIR.
* unix/tclConfig.sh.in: Export TCL_BIN_DIR.

24 years ago2000-06-19 Syd Polk <spolk@redhat.com>
spolk [Tue, 27 Jun 2000 21:50:33 +0000 (21:50 +0000)]
2000-06-19  Syd Polk <spolk@redhat.com>

* acinclude.m4: Updated for Incr Tcl 3.0.

24 years agoTue Jun 27 15:49:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>
jjohnstn [Tue, 27 Jun 2000 19:51:32 +0000 (19:51 +0000)]
Tue Jun 27 15:49:00 2000  Marek Michalkiewicz  <marekm@linux.org.pl>

        * configure.host: Add support for AVR target.
        * libc/include/machine/ieeefp.h: Likewise.
        * libc/include/sys/config.h: Likewise.

24 years agoDo not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverse
nickc [Tue, 27 Jun 2000 18:21:39 +0000 (18:21 +0000)]
Do not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverse
sequential buckets, and warn if the user does so.

24 years ago * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
corinna [Tue, 27 Jun 2000 18:21:31 +0000 (18:21 +0000)]
    * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
        BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
        Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
        FILE_FLAG_OPEN_NO_RECALL.
        * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
        FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
        * winnt.h: Add typedef for GUID.
        Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
        FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
        FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
        Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
        FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
        FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
        Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
        REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
        * lib/psapi.def: New file.

24 years agoParams elimination.
kevinb [Tue, 27 Jun 2000 06:45:43 +0000 (06:45 +0000)]
Params elimination.

24 years agoApplied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR port.
nickc [Tue, 27 Jun 2000 01:45:30 +0000 (01:45 +0000)]
Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR port.

24 years agoFix formatting.
nickc [Tue, 27 Jun 2000 01:31:58 +0000 (01:31 +0000)]
Fix formatting.

24 years agoRevert incorrect 2000-06-25 patch.
amodra [Mon, 26 Jun 2000 23:15:57 +0000 (23:15 +0000)]
Revert incorrect 2000-06-25 patch.

24 years ago* windows.cc (setitimer): Round up when < 1000 usecs.
cgf [Mon, 26 Jun 2000 22:33:54 +0000 (22:33 +0000)]
* windows.cc (setitimer): Round up when < 1000 usecs.

24 years ago* hinfo.cc (hinfo::dup2): Eliminate compiler warning.
cgf [Mon, 26 Jun 2000 21:36:52 +0000 (21:36 +0000)]
* hinfo.cc (hinfo::dup2): Eliminate compiler warning.