OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
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.

24 years ago2000-06-26 Scott Bambrough <scottb@netwinder.org>
scottb [Mon, 26 Jun 2000 16:50:29 +0000 (16:50 +0000)]
2000-06-26  Scott Bambrough  <scottb@netwinder.org>

* arm-dis.c (regnames): Add an additional register set to match
the set used by GCC.  Make it the default.

24 years ago* hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.
cgf [Mon, 26 Jun 2000 15:27:12 +0000 (15:27 +0000)]
* hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.

24 years agoFix spelling typos.
nickc [Sun, 25 Jun 2000 17:59:21 +0000 (17:59 +0000)]
Fix spelling typos.
Remove use of DEFUN().

24 years agoFix spelling typo
nickc [Sun, 25 Jun 2000 17:58:54 +0000 (17:58 +0000)]
Fix spelling typo

24 years agoFix spelling typo
nickc [Sun, 25 Jun 2000 17:58:45 +0000 (17:58 +0000)]
Fix spelling typo

24 years agoAssemble ldmac correctly.
nickc [Sun, 25 Jun 2000 16:49:47 +0000 (16:49 +0000)]
Assemble ldmac correctly.

24 years agoTreat GNU weak symbols as external.
nickc [Sun, 25 Jun 2000 16:39:45 +0000 (16:39 +0000)]
Treat GNU weak symbols as external.

24 years agoAdvance past both parts of dos based <letter>: filepath prefix.
nickc [Sun, 25 Jun 2000 16:30:27 +0000 (16:30 +0000)]
Advance past both parts of dos based <letter>: filepath prefix.

24 years ago * Makefile.in (install-info): Support installation from outside of
eliz [Sun, 25 Jun 2000 08:12:30 +0000 (08:12 +0000)]
* Makefile.in (install-info): Support installation from outside of
        the source directory.  Reported by Mark Harig
        <markh@frazier.landmark.com>.

24 years ago* grp.cc (read_etc_group): Open file in text mode.
cgf [Sun, 25 Jun 2000 03:48:10 +0000 (03:48 +0000)]
* grp.cc (read_etc_group): Open file in text mode.
* pwd.cc (read_etc_passwd): Ditto.
* shared.h: Bump PROC_MAGIC.

24 years ago* cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info.
cgf [Sun, 25 Jun 2000 03:18:54 +0000 (03:18 +0000)]
* cygcheck.cc (cygwin_info): New function.  Scans DLL for Cygwin version info.
(dll_info): Add path parameter for checking "cygwin1.dll".
(track_down): Accomodate additional parameter for dll_info.
(ls): Ditto.
(dump_sys_info): Always print cygwin1.dll last.

24 years ago386.c (md_estimate_size_before_relax): Revert
dj [Sun, 25 Jun 2000 01:33:31 +0000 (01:33 +0000)]
386.c (md_estimate_size_before_relax): Revert
more changes from Sept 1999
(tc_i386_fix_adjustable): ditto
(md_apply_fix3): ditto

24 years ago* elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
aoliva [Sat, 24 Jun 2000 20:10:24 +0000 (20:10 +0000)]
* elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
for local symbols whose names are unknown.

24 years agoFix description of --stabs switch
nickc [Sat, 24 Jun 2000 19:53:12 +0000 (19:53 +0000)]
Fix description of --stabs switch

24 years ago * fork.cc (fork): Fix error in copying SID pointer.
corinna [Sat, 24 Jun 2000 17:37:52 +0000 (17:37 +0000)]
    * fork.cc (fork): Fix error in copying SID pointer.
        * spawn.cc (_spawnve): Ditto.
        * passwd.cc: Remove static from `passwd_in_memory_p'.
        (read_etc_passwd): Remove static.
        * uinfo.cc: Move global declaration of `read_etc_group' and
        `group_in_memory_p' into `uinfo_init'.
        (internal_getlogin): Try to get SID from current process first.
        (uinfo_init): Don't set uid and gid if `myself' has a valid SID.
        Only load /etc/passwd and /etc/group in that case.

24 years ago* shared.cc (shared_info::initialize): Improve error message clarity.
cgf [Sat, 24 Jun 2000 16:31:36 +0000 (16:31 +0000)]
* shared.cc (shared_info::initialize): Improve error message clarity.
* mkvers.sh: Eliminate debugging output.

24 years ago* cgen assembler fixes; approved by original author <devans>
fche [Sat, 24 Jun 2000 15:10:45 +0000 (15:10 +0000)]
* cgen assembler fixes; approved by original author <devans>

2000-06-24  Frank Ch. Eigler  <fche@redhat.com>

* cgen.c (expr_jmp_buf_p): New validity flag for expr_jmp_buf.
(gas_cgen_parse_operand): Set it around expression() call.
(gas_cgen_md_operand): Test for it before longjmp().

24 years ago* verbosity reduction
fche [Sat, 24 Jun 2000 14:47:54 +0000 (14:47 +0000)]
* verbosity reduction

2000-06-23  Frank Ch. Eigler  <fche@redhat.com>

* cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.

24 years ago* build cleanliness fix
fche [Sat, 24 Jun 2000 14:37:57 +0000 (14:37 +0000)]
* build cleanliness fix

2000-06-24  Frank Ch. Eigler  <fche@redhat.com>

From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
* Makefile.in (distclean): Clean cconfig.h also.

24 years agoBlow away DEFUN.
amodra [Sat, 24 Jun 2000 11:51:53 +0000 (11:51 +0000)]
Blow away DEFUN.

24 years agoFix comment typos.
amodra [Sat, 24 Jun 2000 08:07:01 +0000 (08:07 +0000)]
Fix comment typos.

24 years agoarm-elf does --gc-sections too.
amodra [Sat, 24 Jun 2000 04:48:41 +0000 (04:48 +0000)]
arm-elf does --gc-sections too.

24 years agoTipo.
cagney [Fri, 23 Jun 2000 14:00:13 +0000 (14:00 +0000)]
Tipo.

24 years agoFix printf arguments.
cagney [Fri, 23 Jun 2000 12:39:41 +0000 (12:39 +0000)]
Fix printf arguments.

24 years agoDuh! What double-increment?
amodra [Fri, 23 Jun 2000 11:58:00 +0000 (11:58 +0000)]
Duh!  What double-increment?

24 years agoFor EABI, start allocting space on the stack when the registers are
cagney [Fri, 23 Jun 2000 11:06:30 +0000 (11:06 +0000)]
For EABI, start allocting space on the stack when the registers are
full.  Not when the number of args == 8.

24 years ago* $literal support
fche [Fri, 23 Jun 2000 10:51:28 +0000 (10:51 +0000)]
* $literal support

2000-06-23  Frank Ch. Eigler  <fche@redhat.com>

* expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX
is defined.

24 years ago(operand): Do not as_bad() if RELAX_PAREN_GROUPING is
amodra [Fri, 23 Jun 2000 10:12:48 +0000 (10:12 +0000)]
(operand): Do not as_bad() if RELAX_PAREN_GROUPING is
defined.  Fix error message and double increment of
input_line_pointer for `[' grouping.

24 years agoAdd support for auto_boolean (true, false or auto).
cagney [Fri, 23 Jun 2000 08:12:26 +0000 (08:12 +0000)]
Add support for auto_boolean (true, false or auto).

24 years agoWhen FP registers are full, store FP arguments on stack and not in
cagney [Fri, 23 Jun 2000 07:44:00 +0000 (07:44 +0000)]
When FP registers are full, store FP arguments on stack and not in
integer registers.

24 years agoKazu Hirata's formatting and comment typo fixes.
amodra [Fri, 23 Jun 2000 05:44:29 +0000 (05:44 +0000)]
Kazu Hirata's formatting and comment typo fixes.

24 years agoMove premature QP notation clearing to it's appropriate location.
twall [Fri, 23 Jun 2000 03:31:06 +0000 (03:31 +0000)]
Move premature QP notation clearing to it's appropriate location.

24 years agoThu Jun 22 18:35:00 2000 Ranjith Kumaran <ranjith@cygnus.com>
ranjith [Thu, 22 Jun 2000 22:38:08 +0000 (22:38 +0000)]
Thu Jun 22 18:35:00 2000  Ranjith Kumaran  <ranjith@cygnus.com>

* README: Newlib 1.8.2 must be built in a separate directory
than the sources.

24 years ago* Makefile.in: Add dummy info targets.
cgf [Thu, 22 Jun 2000 22:28:35 +0000 (22:28 +0000)]
* Makefile.in: Add dummy info targets.

24 years ago* Makefile.in: Autogenerate cygwin.def when appropriate.
cgf [Thu, 22 Jun 2000 21:51:48 +0000 (21:51 +0000)]
* Makefile.in: Autogenerate cygwin.def when appropriate.
* include/sys/cygwin.h: Correct prototype.

24 years agoRevise previous include/sys/cygwin.h change.
cgf [Thu, 22 Jun 2000 21:05:46 +0000 (21:05 +0000)]
Revise previous include/sys/cygwin.h change.